Searched refs:kMaxPoints (Results 1 – 15 of 15) sorted by relevance
16 kMaxPoints = 4, enumerator17 kMaxClippedLineSegments = kMaxPoints - 132 SkPoint lines[kMaxPoints], bool canCullToTheRight);
36 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator38 SkPoint fPoints[kMaxPoints];
49 kMaxPoints = 32 enumerator51 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()
302 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
125 const int kMaxPoints = 100; in GetMedianFlow() local126 SCHECK(grid_width * grid_height <= kMaxPoints, in GetMedianFlow()136 float x_deltas[kMaxPoints]; in GetMedianFlow()137 float y_deltas[kMaxPoints]; in GetMedianFlow()
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