Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLineClipper.h17 kMaxPoints = 4, enumerator
18 kMaxClippedLineSegments = kMaxPoints - 1
33 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkEdgeClipper.h36 kMaxPoints = 32 enumerator
38 SkPoint fPoints[kMaxPoints];
DSkQuadClipper.h50 kMaxPoints = 32 enumerator
52 SkPoint fPoints[kMaxPoints];
DSkEdgeBuilder.cpp178 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
265 SkPoint lines[SkLineClipper::kMaxPoints]; in build()
DSkEdgeClipper.cpp215 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
382 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
DSkLineClipper.cpp225 SkPoint resultStorage[kMaxPoints]; in ClipLine()
/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