Searched refs:pointCnt (Results 1 – 2 of 2) sorted by relevance
76 const int pointCnt = path.countPoints(); in compute_key_for_simple_path() local77 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()
95 int pointCnt = skPath.countPoints(); in init_path_object_for_general_path() local96 int minCoordCnt = pointCnt * 2; in init_path_object_for_general_path()215 int pointCnt = skPath.countPoints(); in InitPathObjectPathData() local216 int coordCnt = pointCnt * 2; in InitPathObjectPathData()224 skPath.getPoints(reinterpret_cast<SkPoint*>(&pathCoords[0]), pointCnt); in InitPathObjectPathData()