Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkPolyUtils.cpp1126 static bool is_reflex_vertex(const SkPoint* inputPolygonVerts, int winding, SkScalar offset, in is_reflex_vertex() function
1172 if (is_reflex_vertex(inputPolygonVerts, winding, offset, in SkOffsetSimplePolygon()
1186 if (is_reflex_vertex(inputPolygonVerts, winding, offset, inputPolygonSize-1, 0, 1)) { in SkOffsetSimplePolygon()
1211 if (is_reflex_vertex(inputPolygonVerts, winding, offset, in SkOffsetSimplePolygon()
/external/skia/src/utils/
DSkPolyUtils.cpp1139 static bool is_reflex_vertex(const SkPoint* inputPolygonVerts, int winding, SkScalar offset, in is_reflex_vertex() function
1194 if (is_reflex_vertex(inputPolygonVerts, winding, offset, in SkOffsetSimplePolygon()
1208 if (is_reflex_vertex(inputPolygonVerts, winding, offset, inputPolygonSize-1, 0, 1)) { in SkOffsetSimplePolygon()
1233 if (is_reflex_vertex(inputPolygonVerts, winding, offset, in SkOffsetSimplePolygon()