Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dconvex_all_line_paths.cpp145 const SkPoint* gPoints[] = { variable
163 static_assert(SK_ARRAY_COUNT(gSizes) == SK_ARRAY_COUNT(gPoints), "array_mismatch");
190 if (index < (int) SK_ARRAY_COUNT(ConvexLineOnlyData::gPoints)) { in GetPath()
192 points = ConvexLineOnlyData::gPoints[index]; in GetPath()
198 switch (index-SK_ARRAY_COUNT(ConvexLineOnlyData::gPoints)) { in GetPath()