Home
last modified time | relevance | path

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

/third_party/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.h43 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator
45 SkPoint fPoints[kMaxPoints];
DSkEdgeClipper.cpp52 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine()
237 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
441 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
DSkLineClipper.cpp214 SkPoint resultStorage[kMaxPoints]; in ClipLine()
DSkEdgeBuilder.cpp248 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
/third_party/flutter/skia/src/core/
DSkLineClipper.h16 kMaxPoints = 4, enumerator
17 kMaxClippedLineSegments = kMaxPoints - 1
32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkEdgeClipper.h36 kMaxPoints = 54 // 2 lines + 1 cubic require 6 points; times 9 pieces enumerator
38 SkPoint fPoints[kMaxPoints];
DSkQuadClipper.h49 kMaxPoints = 32 enumerator
51 SkPoint fPoints[kMaxPoints];
DSkEdgeClipper.cpp52 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine()
235 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
439 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
DSkLineClipper.cpp214 SkPoint resultStorage[kMaxPoints]; in ClipLine()
DSkEdgeBuilder.cpp256 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly()
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/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