/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 36 return SkPath::kLine_Verb != verb || !SkDPoint::ApproximatelyEqual(curve[0], curve[1]); in can_add_curve() 63 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour() 68 if (SkPath::kLine_Verb == fPathVerbs[verbCount - 1] in closeContour() 103 case SkPath::kLine_Verb: in preFetch() 107 if (lastVerb != SkPath::kLine_Verb && lastVerb != SkPath::kMove_Verb) { in preFetch() 203 case SkPath::kLine_Verb: in walk() 221 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0]; in walk() 222 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1]; in walk() 251 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0]; in walk() 252 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]; in walk()
|
D | SkIntersectionHelper.h | 23 kLine_Segment = SkPath::kLine_Verb,
|
D | SkOpContour.cpp | 60 if (SkPath::kLine_Verb == verb) { in addCurve()
|
D | SkOpAngle.cpp | 441 if (cVerb == SkPath::kLine_Verb) { in endsIntersect() 609 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0; in findSector() 884 if (SkPath::kLine_Verb != verb && !fPart.isCurve()) { in setSpans() 894 case SkPath::kLine_Verb: { in setSpans() 974 SkASSERT(SkPath::kLine_Verb != verb); in setSector()
|
D | SkPathOpsTypes.h | 573 case 1: SkASSERT(SkPath::kLine_Verb == verb); break; in SkPathOpsPointsToVerb() 586 case SkPath::kLine_Verb: SkASSERT(1 == points); break; in SkPathOpsVerbToPoints()
|
D | SkPathOpsCurve.cpp | 95 if (SkPath::kLine_Verb == verb) { in setCurveHullSweep()
|
D | SkReduceOrder.cpp | 261 if (verb > SkPath::kLine_Verb && c.fW == 1) { in Conic()
|
/external/skia/tests/ |
D | SubsetPath.cpp | 73 case SkPath::kLine_Verb: in SubsetContours() 115 case SkPath::kLine_Verb: in getSubsetPath() 163 case SkPath::kLine_Verb: in SubsetVerbs() 195 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb in getSubsetPath() 209 case SkPath::kLine_Verb: in getSubsetPath()
|
D | PathTest.cpp | 1018 case SkPath::kLine_Verb: in test_poly() 2201 case SkPath::kLine_Verb: in test_is_simple_closed_rect() 2784 static const SkPath::Verb resultVerbs5[] = { SkPath::kMove_Verb, SkPath::kLine_Verb }; in test_zero_length_paths() 2785 …erb resultVerbs6[] = { SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kMove_Verb, SkPath::kLine_V… in test_zero_length_paths() 2786 …static const SkPath::Verb resultVerbs7[] = { SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClos… in test_zero_length_paths() 2788 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClose_Verb, SkPath::kMove_Verb, SkPath::kLine_Ver… in test_zero_length_paths() 2908 SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kLine_Verb, SkPath::kDone_Verb in test_iter() 2911 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kLine_Verb, SkPath::kLine_Verb, SkPath::kClose_Ver… in test_iter() 2914 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kMove_Verb, SkPath::kClose_Verb, SkPath::kDone_Verb in test_iter() 2917 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClose_Verb, SkPath::kMove_Verb, SkPath::kClose_Ve… in test_iter() [all …]
|
D | PathOpsTestCommon.cpp | 175 case SkPath::kLine_Verb: in CubicPathToQuads() 214 case SkPath::kLine_Verb: in CubicPathToSimple()
|
/external/skia/src/effects/ |
D | SkArcToPathEffect.cpp | 28 if (SkPath::kLine_Verb == prevVerb) { in filterPath() 33 case SkPath::kLine_Verb: in filterPath() 34 if (prevVerb == SkPath::kLine_Verb) { in filterPath()
|
D | SkCornerPathEffect.cpp | 57 if (SkPath::kLine_Verb == prevVerb) { in filterPath() 69 case SkPath::kLine_Verb: { in filterPath()
|
D | Sk1DPathEffect.cpp | 119 case SkPath::kLine_Verb: in morphpath()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 139 case SkPath::kLine_Verb: in set_path_pt() 164 case SkPath::kLine_Verb: in set_path_pt() 211 case SkPath::kLine_Verb: in add_path_segment() 251 case SkPath::kLine_Verb: in add_path_segment() 289 case SkPath::kLine_Verb: in delete_path_segment() 325 case SkPath::kLine_Verb: in set_path_weight() 350 SkASSERT(SkPath::kLine_Verb <= v && v <= SkPath::kCubic_Verb); in set_path_verb() 359 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in set_path_verb() 361 case SkPath::kLine_Verb: in set_path_verb() 385 case SkPath::kLine_Verb: in set_path_verb() [all …]
|
D | SampleQuadStroker.cpp | 34 case SkPath::kLine_Verb: in getOnCurvePoints() 56 case SkPath::kLine_Verb: in getContourCounts() 350 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in draw_t_divs() 355 case SkPath::kLine_Verb: in draw_t_divs() 551 if (SkPath::kLine_Verb == iter.next(pts)) { in arcCenter()
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 204 case SkPath::kLine_Verb: in addClipper() 273 case SkPath::kLine_Verb: { in buildPoly() 308 case SkPath::kLine_Verb: { in buildPoly() 374 case SkPath::kLine_Verb: in build() 412 case SkPath::kLine_Verb: in build()
|
D | SkPath.cpp | 289 case kLine_Verb: in conservativelyContainsRect() 373 if (kLine_Verb == fPathRef->atVerb(1)) { in isLine() 458 case kLine_Verb: { in isRectContour() 767 ed.growForVerb(kLine_Verb)->set(x, y); in lineTo() 861 case kLine_Verb: in close() 1018 SkPoint* p = ed.growForRepeatedVerb(kLine_Verb, count - 1); in addPoly() 1184 if (*verbs == kLine_Verb || in hasOnlyMoveTos() 1533 case kLine_Verb: in addPath() 1594 case kLine_Verb: in reversePathTo() 1646 case kLine_Verb: in reverseAddPath() [all …]
|
D | SkPathRef.cpp | 203 case SkPath::kLine_Verb: in deduce_pts_conics() 456 case SkPath::kLine_Verb: in growForRepeatedVerb() 529 case SkPath::kLine_Verb: in growForVerb() 645 SkASSERT((verb == SkPath::kLine_Verb in getRRect() 696 case SkPath::kLine_Verb: in next() 792 case SkPath::kLine_Verb: in validate()
|
D | SkEdgeClipper.cpp | 450 *fCurrVerb++ = SkPath::kLine_Verb; in appendLine() 458 *fCurrVerb++ = SkPath::kLine_Verb; in appendVLine() 499 case SkPath::kLine_Verb: in next()
|
D | SkStroke.cpp | 398 case SkPath::kLine_Verb: in has_valid_tangent() 1407 case SkPath::kLine_Verb: in strokePath() 1409 lastSegment = SkPath::kLine_Verb; in strokePath() 1438 lastSegment = SkPath::kLine_Verb; in strokePath() 1442 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath() 1449 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb); in verb_to_gl_path_cmd() 45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb); in num_coords() 124 case SkPath::kLine_Verb: in init_path_object_for_general_path()
|
/external/skia/fuzz/ |
D | FuzzPathop.cpp | 30 case SkPath::Verb::kLine_Verb: in BuildPath()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPRCoverageOpsBuilder.cpp | 93 case SkPath::kLine_Verb: in num_pts() 187 case SkPath::kLine_Verb: in parsePath() 438 case SkPath::kLine_Verb: in countPathItems()
|
/external/skia/gm/ |
D | aarectmodes.cpp | 44 case SkPath::kLine_Verb: in test4()
|
/external/skia/src/utils/ |
D | SkParsePath.cpp | 251 case SkPath::kLine_Verb: in ToSVGString()
|