Home
last modified time | relevance | path

Searched refs:kLine_Verb (Results 1 – 25 of 50) sorted by relevance

12

/external/skia/tests/
DSubsetPath.cpp72 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()
DPathTest.cpp860 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 …]
DPathOpsTestCommon.cpp175 case SkPath::kLine_Verb: in CubicPathToQuads()
214 case SkPath::kLine_Verb: in CubicPathToSimple()
/external/skia/src/effects/
DSkArcToPathEffect.cpp28 if (SkPath::kLine_Verb == prevVerb) { in filterPath()
33 case SkPath::kLine_Verb: in filterPath()
34 if (prevVerb == SkPath::kLine_Verb) { in filterPath()
DSkCornerPathEffect.cpp58 if (SkPath::kLine_Verb == prevVerb) { in filterPath()
70 case SkPath::kLine_Verb: { in filterPath()
DSk1DPathEffect.cpp120 case SkPath::kLine_Verb: in morphpath()
/external/skia/src/core/
DSkEdgeBuilder.cpp114 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()
DSkPath.cpp281 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 …]
DSkPathRef.cpp331 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()
DSkStroke.cpp384 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()
DSkEdgeClipper.cpp397 *fCurrVerb++ = SkPath::kLine_Verb; in appendVLine()
438 case SkPath::kLine_Verb: in next()
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp53 *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()
DSkPathOpsSimplify.cpp38 && current->verb() != SkPath::kLine_Verb in bridgeWinding()
122 && current->verb() != SkPath::kLine_Verb in bridgeXor()
DSkOpAngle.cpp180 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()
DSkIntersectionHelper.h20 kLine_Segment = SkPath::kLine_Verb,
DSkOpContour.cpp16 case SkPath::kLine_Verb: { in addCurve()
DSkOpSegment.cpp200 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()
DSkPathOpsTypes.h494 case 1: SkASSERT(SkPath::kLine_Verb == verb); break; in SkPathOpsPointsToVerb()
507 case SkPath::kLine_Verb: SkASSERT(1 == points); break; in SkPathOpsVerbToPoints()
DSkReduceOrder.cpp258 if (verb > SkPath::kLine_Verb && weight == 1) { in Conic()
DSkPathOpsDebug.cpp453 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/
DGrGLPath.cpp24 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/
DSampleQuadStroker.cpp34 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/
Daarectmodes.cpp44 case SkPath::kLine_Verb: in test4()
/external/skia/src/utils/
DSkParsePath.cpp252 case SkPath::kLine_Verb: in ToSVGString()
/external/skia/src/fonts/
DSkTestScalerContext.cpp91 case SkPath::kLine_Verb: in init()

12