Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp76 const int pointCnt = path.countPoints(); in compute_key_for_simple_path() local
77 if (pointCnt < 0) { in compute_key_for_simple_path()
100 const int pointData32Cnt = ARRAY_DATA32_COUNT(SkPoint, pointCnt); in compute_key_for_simple_path()
144 path.getPoints(reinterpret_cast<SkPoint*>(&builder[i]), pointCnt); in compute_key_for_simple_path()
/external/skia/src/gpu/gl/
DGrGLPath.cpp95 int pointCnt = skPath.countPoints(); in init_path_object_for_general_path() local
96 int minCoordCnt = pointCnt * 2; in init_path_object_for_general_path()
215 int pointCnt = skPath.countPoints(); in InitPathObjectPathData() local
216 int coordCnt = pointCnt * 2; in InitPathObjectPathData()
224 skPath.getPoints(reinterpret_cast<SkPoint*>(&pathCoords[0]), pointCnt); in InitPathObjectPathData()