Searched refs:is_reflex_vertex (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 1126 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/ |
D | SkPolyUtils.cpp | 1139 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()
|