/external/skia/tests/ |
D | SubsetPath.cpp | 72 case SkPath::kLine_Verb: in SubsetContours() 114 case SkPath::kLine_Verb: in getSubsetPath() 162 case SkPath::kLine_Verb: in SubsetVerbs() 194 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb in getSubsetPath() 208 case SkPath::kLine_Verb: in getSubsetPath()
|
D | PathTest.cpp | 860 case SkPath::kLine_Verb: in test_poly() 2398 static const SkPath::Verb resultVerbs5[] = { SkPath::kMove_Verb, SkPath::kLine_Verb }; in test_zero_length_paths() 2399 …erb resultVerbs6[] = { SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kMove_Verb, SkPath::kLine_V… in test_zero_length_paths() 2400 …static const SkPath::Verb resultVerbs7[] = { SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClos… in test_zero_length_paths() 2402 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClose_Verb, SkPath::kMove_Verb, SkPath::kLine_Ver… in test_zero_length_paths() 2522 SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kLine_Verb, SkPath::kDone_Verb in test_iter() 2525 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kLine_Verb, SkPath::kLine_Verb, SkPath::kClose_Ver… in test_iter() 2528 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kMove_Verb, SkPath::kClose_Verb, SkPath::kDone_Verb in test_iter() 2531 …SkPath::kMove_Verb, SkPath::kLine_Verb, SkPath::kClose_Verb, SkPath::kMove_Verb, SkPath::kClose_Ve… in test_iter() 2659 REPORTER_ASSERT(reporter, SkPath::kLine_Verb == iter.next(pts)); 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 | 58 if (SkPath::kLine_Verb == prevVerb) { in filterPath() 70 case SkPath::kLine_Verb: { in filterPath()
|
D | Sk1DPathEffect.cpp | 120 case SkPath::kLine_Verb: in morphpath()
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 114 case SkPath::kLine_Verb: in addClipper() 177 case SkPath::kLine_Verb: { in buildPoly() 206 case SkPath::kLine_Verb: in buildPoly() 264 case SkPath::kLine_Verb: { in build() 305 case SkPath::kLine_Verb: in build()
|
D | SkPath.cpp | 281 case kLine_Verb: in conservativelyContainsRect() 365 if (kLine_Verb == fPathRef->atVerb(1)) { in isLine() 450 case kLine_Verb: { in isRectContour() 759 ed.growForVerb(kLine_Verb)->set(x, y); in lineTo() 853 case kLine_Verb: in close() 1010 SkPoint* p = ed.growForRepeatedVerb(kLine_Verb, count - 1); in addPoly() 1176 if (*verbs == kLine_Verb || in hasOnlyMoveTos() 1499 case kLine_Verb: in addPath() 1569 case kLine_Verb: in reversePathTo() 1620 case kLine_Verb: in reverseAddPath() [all …]
|
D | SkPathRef.cpp | 331 case SkPath::kLine_Verb: in growForRepeatedVerb() 404 case SkPath::kLine_Verb: in growForVerb() 520 SkASSERT((verb == SkPath::kLine_Verb in getRRect() 568 case SkPath::kLine_Verb: in next() 651 case SkPath::kLine_Verb: in validate()
|
D | SkStroke.cpp | 384 case SkPath::kLine_Verb: in has_valid_tangent() 1383 case SkPath::kLine_Verb: in strokePath() 1385 lastSegment = SkPath::kLine_Verb; in strokePath() 1414 lastSegment = SkPath::kLine_Verb; in strokePath() 1418 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath() 1425 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()
|
D | SkEdgeClipper.cpp | 397 *fCurrVerb++ = SkPath::kLine_Verb; in appendVLine() 438 case SkPath::kLine_Verb: in next()
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 53 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour() 95 case SkPath::kLine_Verb: in preFetch() 99 if (lastVerb != SkPath::kLine_Verb && lastVerb != SkPath::kMove_Verb) { in preFetch() 192 case SkPath::kLine_Verb: in walk()
|
D | SkPathOpsSimplify.cpp | 38 && current->verb() != SkPath::kLine_Verb in bridgeWinding() 122 && current->verb() != SkPath::kLine_Verb in bridgeXor()
|
D | SkOpAngle.cpp | 180 if (segment()->verb() == SkPath::kLine_Verb) { in allOnOneSide() 409 if (cVerb == SkPath::kLine_Verb) { in endsIntersect() 577 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0; in findSector() 844 if (SkPath::kLine_Verb == segment->verb()) { in setCurveHullSweep() 899 if (verb != SkPath::kLine_Verb in setSpans() 908 case SkPath::kLine_Verb: { in setSpans() 989 SkASSERT(SkPath::kLine_Verb != verb); in setSector()
|
D | SkIntersectionHelper.h | 20 kLine_Segment = SkPath::kLine_Verb,
|
D | SkOpContour.cpp | 16 case SkPath::kLine_Verb: { in addCurve()
|
D | SkOpSegment.cpp | 200 case SkPath::kLine_Verb: { in addAlignIntersection() 264 case SkPath::kLine_Verb: in addCurveTo() 282 case SkPath::kLine_Verb: in addCurveTo() 442 return fVerb == SkPath::kLine_Verb && fHead.pt() == fTail.pt(); in collapsed() 1193 if (this->verb() != SkPath::kLine_Verb) { in missingCoincidence() 1271 if (opp->verb() == SkPath::kLine_Verb) { in missingCoincidence() 1462 if (fVerb == SkPath::kLine_Verb) { in ptsDisjoint() 1586 if (fVerb == SkPath::kLine_Verb) { in subDivide() 1638 if (fVerb == SkPath::kLine_Verb) { in subDivide()
|
D | SkPathOpsTypes.h | 494 case 1: SkASSERT(SkPath::kLine_Verb == verb); break; in SkPathOpsPointsToVerb() 507 case SkPath::kLine_Verb: SkASSERT(1 == points); break; in SkPathOpsVerbToPoints()
|
D | SkReduceOrder.cpp | 258 if (verb > SkPath::kLine_Verb && weight == 1) { in Conic()
|
D | SkPathOpsDebug.cpp | 453 case SkPath::kLine_Verb: { in debugAddAlignIntersection() 612 if (this->verb() != SkPath::kLine_Verb) { in debugMissingCoincidence() 684 if (opp->verb() == SkPath::kLine_Verb) { in debugMissingCoincidence() 1007 case SkPath::kLine_Verb: in debugPart() 1789 case SkPath::kLine_Verb: in showPathContours()
|
/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() 116 case SkPath::kLine_Verb: in init_path_object_for_general_path()
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 34 case SkPath::kLine_Verb: in getOnCurvePoints() 56 case SkPath::kLine_Verb: in getContourCounts() 351 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in draw_t_divs() 356 case SkPath::kLine_Verb: in draw_t_divs() 552 if (SkPath::kLine_Verb == iter.next(pts)) { in arcCenter()
|
/external/skia/gm/ |
D | aarectmodes.cpp | 44 case SkPath::kLine_Verb: in test4()
|
/external/skia/src/utils/ |
D | SkParsePath.cpp | 252 case SkPath::kLine_Verb: in ToSVGString()
|
/external/skia/src/fonts/ |
D | SkTestScalerContext.cpp | 91 case SkPath::kLine_Verb: in init()
|