Searched defs:pathSegments (Results 1 – 3 of 3) sorted by relevance
183 static const VGubyte pathSegments[] = { VG_MOVE_TO_ABS }; in moveTo() local195 static const VGubyte pathSegments[] = { VG_LINE_TO_ABS }; in addLineTo() local207 static const VGubyte pathSegments[] = { VG_QUAD_TO_ABS }; in addQuadCurveTo() local219 static const VGubyte pathSegments[] = { VG_CUBIC_TO_ABS }; in addBezierCurveTo() local274 const VGubyte pathSegments[] = { in addArcTo() local292 static const VGubyte pathSegments[] = { VG_CLOSE_PATH }; in closeSubpath() local363 const VGubyte pathSegments[] = { in addArc() local382 static const VGubyte pathSegments[] = { in addRect() local405 static const VGubyte pathSegments[] = { in addEllipse() local
887 static const VGubyte pathSegments[] = { in drawRoundedRect() local
2075 private PathSegments pathSegments; field in Uri__FromAndroid.PathPart