Home
last modified time | relevance | path

Searched defs:pathSegments (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp183 static const VGubyte pathSegments[] = { VG_MOVE_TO_ABS }; in moveTo() local
195 static const VGubyte pathSegments[] = { VG_LINE_TO_ABS }; in addLineTo() local
207 static const VGubyte pathSegments[] = { VG_QUAD_TO_ABS }; in addQuadCurveTo() local
219 static const VGubyte pathSegments[] = { VG_CUBIC_TO_ABS }; in addBezierCurveTo() local
274 const VGubyte pathSegments[] = { in addArcTo() local
292 static const VGubyte pathSegments[] = { VG_CLOSE_PATH }; in closeSubpath() local
363 const VGubyte pathSegments[] = { in addArc() local
382 static const VGubyte pathSegments[] = { in addRect() local
405 static const VGubyte pathSegments[] = { in addEllipse() local
DPainterOpenVG.cpp887 static const VGubyte pathSegments[] = { in drawRoundedRect() local
/external/robolectric/src/main/java/android/net/
DUri__FromAndroid.java2075 private PathSegments pathSegments; field in Uri__FromAndroid.PathPart