Home
last modified time | relevance | path

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

/external/skqp/gm/
Dpolygonoffset.cpp359 const SkPoint* gConvexPoints[] = { variable
377 static_assert(SK_ARRAY_COUNT(gConvexSizes) == SK_ARRAY_COUNT(gConvexPoints), "array_mismatch");
431 if (index < (int)SK_ARRAY_COUNT(PolygonOffsetData::gConvexPoints)) { in GetConvexPolygon()
437 (*data)[i] = PolygonOffsetData::gConvexPoints[index][i]; in GetConvexPolygon()
441 (*data)[i] = PolygonOffsetData::gConvexPoints[index][*numPts - i - 1]; in GetConvexPolygon()
450 size_t arrayIndex = index - SK_ARRAY_COUNT(PolygonOffsetData::gConvexPoints); in GetConvexPolygon()
/external/skia/gm/
Dpolygonoffset.cpp371 const SkPoint* gConvexPoints[] = { variable
389 static_assert(SK_ARRAY_COUNT(gConvexSizes) == SK_ARRAY_COUNT(gConvexPoints), "array_mismatch");
443 if (index < (int)SK_ARRAY_COUNT(PolygonOffsetData::gConvexPoints)) { in GetConvexPolygon()
449 (*data)[i] = PolygonOffsetData::gConvexPoints[index][i]; in GetConvexPolygon()
453 (*data)[i] = PolygonOffsetData::gConvexPoints[index][*numPts - i - 1]; in GetConvexPolygon()
462 size_t arrayIndex = index - SK_ARRAY_COUNT(PolygonOffsetData::gConvexPoints); in GetConvexPolygon()