Home
last modified time | relevance | path

Searched defs:ptCount (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/tests/
DPathOpsThreeWayTest.cpp15 int ptCount; member
/third_party/skia/src/gpu/geometry/
DGrRect.h95 const SkPoint inPts[], SkPoint outPts[], int ptCount) { in GrMapRectPoints()
/third_party/skia/src/pathops/
DSkOpEdgeBuilder.cpp149 int ptCount = SkPathOpsVerbToPoints(verb); in preFetch() local
DSkOpAngle.cpp487 int ptCount = SkPathOpsVerbToPoints(segment.verb()); in distEndRatio() local
581 int ptCount = index ? rPts : lPts; in endsIntersect() local
DSkPathOpsCubic.cpp149 bool SkDCubic::hullIntersects(const SkDPoint* pts, int ptCount, bool* isLinear) const { in hullIntersects()
DSkPathOpsDebug.cpp608 int ptCount = SkPathOpsVerbToPoints(verb); in dump_curve() local
/third_party/skia/src/core/
DSkGlyph.cpp228 auto addPts = [&expandGap, &pts, topOffset, bottomOffset](int ptCount) { in calculate_path_gap()
DSkScan_Hairline.cpp462 void extend_pts(SkPath::Verb prevVerb, SkPath::Verb nextVerb, SkPoint* pts, int ptCount) { in extend_pts()
DSkGeometry.cpp1499 const int ptCount = 2 * quadCount + 1; in chopIntoQuadsPOW2() local
DSkPath.cpp2408 int ptCount = 1; // moveTo in next() local
/third_party/skia/src/utils/
DSkDashPath.cpp249 SkScalar ptCount = pathLength * intervalCount / (float)intervalLength; in init() local