Home
last modified time | relevance | path

Searched refs:kMaxPoints (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkLineClipper.h16 kMaxPoints = 4, enumerator
17 kMaxClippedLineSegments = kMaxPoints - 1
32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkQuadClipper.h49 kMaxPoints = 32 enumerator
51 SkPoint fPoints[kMaxPoints];
DSkEdgeClipper.h36 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator
38 SkPoint fPoints[kMaxPoints];
DSkEdgeClipper.cpp50 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine()
232 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
435 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
DSkLineClipper.cpp199 SkPoint resultStorage[kMaxPoints]; in ClipLine()
DSkEdgeBuilder.cpp274 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc34 return data_->ReadUShort(Offset::kMaxPoints); in MaxPoints()
130 return InternalReadData()->ReadUShort(Offset::kMaxPoints); in MaxPoints()
134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points); in SetMaxPoints()
Dmaximum_profile_table.h97 kMaxPoints = 6, enumerator