Home
last modified time | relevance | path

Searched refs:CurrentPath (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp56 VectorPath *CurrentPath();
87 if (!CurrentPath()) in IterateMoveTo()
99 if (!CurrentPath()) in IterateLineTo()
114 if (!CurrentPath()) in IterateBezierTo()
151 if (!CurrentPath()) in IterateClose()
160 ShapeIterator::CurrentPath() in CurrentPath() function in ShapeIterator
/haiku/src/apps/packageinstaller/
H A DPackageView.h45 BPath* CurrentPath() in CurrentPath() function
H A DPackageInstall.cpp205 const char* installPath = fParent->CurrentPath()->Path(); in _Install()