Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkLineClipper.h17 kMaxPoints = 4, enumerator
18 kMaxClippedLineSegments = kMaxPoints - 1
33 SkPoint lines[kMaxPoints]);
DSkEdgeClipper.h31 kMaxPoints = 32 enumerator
33 SkPoint fPoints[kMaxPoints];
DSkQuadClipper.h50 kMaxPoints = 32 enumerator
52 SkPoint fPoints[kMaxPoints];
DSkEdgeBuilder.cpp117 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
193 SkPoint lines[SkLineClipper::kMaxPoints]; in build()
DSkEdgeClipper.cpp213 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
421 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
DSkLineClipper.cpp224 SkPoint resultStorage[kMaxPoints]; in ClipLine()
/external/skia/src/core/
DSkLineClipper.h17 kMaxPoints = 4, enumerator
18 kMaxClippedLineSegments = kMaxPoints - 1
33 SkPoint lines[kMaxPoints]);
DSkEdgeClipper.h31 kMaxPoints = 32 enumerator
33 SkPoint fPoints[kMaxPoints];
DSkQuadClipper.h50 kMaxPoints = 32 enumerator
52 SkPoint fPoints[kMaxPoints];
DSkEdgeBuilder.cpp117 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
193 SkPoint lines[SkLineClipper::kMaxPoints]; in build()
DSkEdgeClipper.cpp213 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
421 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
DSkLineClipper.cpp224 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
/external/chromium_org/third_party/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