Home
last modified time | relevance | path

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

/haiku/src/libs/icon/transformer/
H A DPathSource.cpp22 , fAGGCurvedPath(fAGGPath) in PathSource()
38 fAGGCurvedPath.rewind(path_id); in rewind()
45 return fAGGCurvedPath.vertex(x, y); in vertex()
78 fAGGCurvedPath.approximation_scale(fLastTransformerScale * fGlobalScale); in Update()
86 fAGGCurvedPath.approximation_scale(fLastTransformerScale * fGlobalScale); in SetGlobalScale()
H A DPathSource.h48 AGGCurvedPath fAGGCurvedPath; variable