Searched refs:kMaxPoints (Results 1 – 8 of 8) sorted by relevance
16 kMaxPoints = 4, enumerator17 kMaxClippedLineSegments = kMaxPoints - 132 SkPoint lines[kMaxPoints], bool canCullToTheRight);
49 kMaxPoints = 32 enumerator51 SkPoint fPoints[kMaxPoints];
36 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator38 SkPoint fPoints[kMaxPoints];
50 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine()232 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()435 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
199 SkPoint resultStorage[kMaxPoints]; in ClipLine()
274 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