Home
last modified time | relevance | path

Searched refs:fAGGPath (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/icon/transformer/
H A DPathSource.cpp21 , fAGGPath() in PathSource()
22 , fAGGCurvedPath(fAGGPath) in PathSource()
68 fAGGPath.remove_all(); in Update()
72 fPaths->ItemAtFast(i)->GetAGGPathStorage(fAGGPath); in Update()
74 fAGGPath.close_polygon(); in Update()
H A DPathSource.h47 AGGPath fAGGPath; variable