Home
last modified time | relevance | path

Searched refs:Polygon (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/svg/
DSkSVGPolygon.h16 DECLARE_SVG_INFO(Polygon);
DSkSVGPolygon.cpp19 DEFINE_SVG_INFO(Polygon) in DEFINE_SVG_INFO() argument
DSkSVGParser.cpp374 CASE_NEW(Polygon); in CreateElement()
/external/skia/src/animator/
DSkMatrixParts.cpp223 SK_MEMBER(destination, Polygon),
224 SK_MEMBER(source, Polygon)
DSkDrawPath.h63 DECLARE_MEMBER_INFO(Polygon);
DSkDisplayType.cpp162 CASE_NEW(Polygon); in CreateInstance()
317 CASE_GET_INFO(Polygon); in GetMembers()
DSkAnimateSchema.xsd2078 Polygon creates a geometry out of lines. Polygon is a specialization of path; element that
2106 Polyline creates a geometry out of lines. Polygon is a specialization of path; element that
/external/skia/legacy/src/animator/
DSkMatrixParts.cpp223 SK_MEMBER(destination, Polygon),
224 SK_MEMBER(source, Polygon)
DSkDrawPath.h63 DECLARE_MEMBER_INFO(Polygon);
DSkDisplayType.cpp162 CASE_NEW(Polygon); in CreateInstance()
317 CASE_GET_INFO(Polygon); in GetMembers()
DSkAnimateSchema.xsd2078 Polygon creates a geometry out of lines. Polygon is a specialization of path; element that
2106 Polyline creates a geometry out of lines. Polygon is a specialization of path; element that
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java349 public void drawPolygon(Polygon p) in drawPolygon()
429 public void fillPolygon(Polygon p) in fillPolygon()
/external/skia/legacy/src/xml/
DSkJSDisplayable.cpp157 JS_INIT(Sk, Polygon) in JS_INIT()
/external/skia/src/xml/
DSkJSDisplayable.cpp157 JS_INIT(Sk, Polygon) in JS_INIT()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp270 ::Polygon(dc, winPoints, npoints); in drawPolygons()
DGraphicsContextWinCE.cpp915 Polygon(dc, winPoints.data(), npoints); in drawConvexPolygon()