Searched refs:kMaxPoints (Results 1 – 16 of 16) sorted by relevance
16 kMaxPoints = 4, enumerator17 kMaxClippedLineSegments = kMaxPoints - 132 SkPoint lines[kMaxPoints], bool canCullToTheRight);
49 kMaxPoints = 32 enumerator51 SkPoint fPoints[kMaxPoints];
43 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator45 SkPoint fPoints[kMaxPoints];
52 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine()237 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()441 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
214 SkPoint resultStorage[kMaxPoints]; in ClipLine()
248 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
36 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator38 SkPoint fPoints[kMaxPoints];
52 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine()235 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()439 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
256 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
34 return data_->ReadUShort(Offset::kMaxPoints); in MaxPoints()130 return InternalReadData()->ReadUShort(Offset::kMaxPoints); in MaxPoints()134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
97 kMaxPoints = 6, enumerator