Home
last modified time | relevance | path

Searched refs:kCubic_Verb (Results 1 – 25 of 48) sorted by relevance

12

/external/skia/tests/
DSubsetPath.cpp75 case SkPath::kCubic_Verb: in SubsetContours()
129 case SkPath::kCubic_Verb: in getSubsetPath()
165 case SkPath::kCubic_Verb: in SubsetVerbs()
194 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb in getSubsetPath()
223 case SkPath::kCubic_Verb: in getSubsetPath()
DPathOpsTestCommon.cpp181 case SkPath::kCubic_Verb: in CubicPathToQuads()
220 case SkPath::kCubic_Verb: { in CubicPathToSimple()
DPathTest.cpp871 case SkPath::kCubic_Verb: in test_poly()
2410 static const SkPath::Verb resultVerbs13[] = { SkPath::kMove_Verb, SkPath::kCubic_Verb }; in test_zero_length_paths()
2411 …b resultVerbs14[] = { SkPath::kMove_Verb, SkPath::kCubic_Verb, SkPath::kMove_Verb, SkPath::kCubic_… in test_zero_length_paths()
2412 …static const SkPath::Verb resultVerbs15[] = { SkPath::kMove_Verb, SkPath::kCubic_Verb, SkPath::kCl… in test_zero_length_paths()
2414 …SkPath::kMove_Verb, SkPath::kCubic_Verb, SkPath::kClose_Verb, SkPath::kMove_Verb, SkPath::kCubic_V… in test_zero_length_paths()
2635 REPORTER_ASSERT(reporter, SkPath::kCubic_Verb == iter.next(pts, false)); in test_iter()
2643 REPORTER_ASSERT(reporter, SkPath::kCubic_Verb == iter.next(pts, false)); in test_iter()
2809 case SkPath::kCubic_Verb: in test_raw_iter()
2868 case SkPath::kCubic_Verb: in test_raw_iter()
3741 ed.growForRepeatedVerb(SkPath::kCubic_Verb, kRepeatCnt); in TestPathRef()
[all …]
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp125 case SkPath::kCubic_Verb: in preFetch()
201 case SkPath::kCubic_Verb: { in walk()
215 SkPoint* curve1 = v1 == SkPath::kCubic_Verb ? &cubicPair[0] : cStorage[0]; in walk()
216 SkPoint* curve2 = v2 == SkPath::kCubic_Verb ? &cubicPair[3] : cStorage[1]; in walk()
DSkIntersectionHelper.h23 kCubic_Segment = SkPath::kCubic_Verb,
DSkOpContour.cpp29 case SkPath::kCubic_Verb: { in addCurve()
DSkOpAngle.cpp200 if (SkPath::kCubic_Verb == testVerb) { in allOnOneSide()
211 if (SkPath::kCubic_Verb == testVerb && crosses[2]) { in allOnOneSide()
849 if (SkPath::kCubic_Verb != segment->verb()) { in setCurveHullSweep()
892 SkDEBUGCODE(fCurvePart.fVerb = SkPath::kCubic_Verb); in setSpans()
924 case SkPath::kCubic_Verb: { in setSpans()
DSkPathOpsTypes.h496 case 3: SkASSERT(SkPath::kCubic_Verb == verb); break; in SkPathOpsPointsToVerb()
510 case SkPath::kCubic_Verb: SkASSERT(3 == points); break; in SkPathOpsVerbToPoints()
DSkOpSegment.cpp215 case SkPath::kCubic_Verb: { in addAlignIntersection()
273 case SkPath::kCubic_Verb: in addCurveTo()
291 case SkPath::kCubic_Verb: in addCurveTo()
1602 SkASSERT(fVerb == SkPath::kCubic_Verb); in subDivide()
1620 SkASSERT(fVerb == SkPath::kCubic_Verb); in subDivide()
1654 SkASSERT(fVerb == SkPath::kCubic_Verb); in subDivide()
1670 SkASSERT(fVerb == SkPath::kCubic_Verb); in subDivide()
DSkPathOpsCurve.h43 SkDEBUGCODE(fVerb = SkPath::kCubic_Verb); in set()
DSkPathOpsWinding.cpp158 if (fVerb == SkPath::kCubic_Verb && base.fSpan->segment() == this in rayCheck()
/external/skia/src/core/
DSkEdgeBuilder.cpp120 case SkPath::kCubic_Verb: in addClipper()
287 case SkPath::kCubic_Verb: in build()
320 case SkPath::kCubic_Verb: { in build()
DSkPath.cpp292 case kCubic_Verb: in conservativelyContainsRect()
499 case kCubic_Verb: in isRectContour()
830 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo()
856 case kCubic_Verb: in close()
1179 *verbs == kCubic_Verb) { in hasOnlyMoveTos()
1511 case kCubic_Verb: in addPath()
1578 case kCubic_Verb: in reversePathTo()
1629 case kCubic_Verb: in reverseAddPath()
1694 case kCubic_Verb: in transform()
1906 case kCubic_Verb: in consumeDegenerateSegments()
[all …]
DSkPathRef.cpp343 case SkPath::kCubic_Verb: in growForRepeatedVerb()
416 case SkPath::kCubic_Verb: in growForVerb()
582 case SkPath::kCubic_Verb: in next()
660 case SkPath::kCubic_Verb: in validate()
DSkEdgeClipper.cpp422 *fCurrVerb++ = SkPath::kCubic_Verb; in appendCubic()
448 case SkPath::kCubic_Verb: in next()
/external/skia/src/gpu/gl/
DGrGLPath.cpp27 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb); in verb_to_gl_path_cmd()
48 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb); in num_coords()
148 case SkPath::kCubic_Verb: in init_path_object_for_general_path()
/external/skia/src/effects/
DSkArcToPathEffect.cpp47 case SkPath::kCubic_Verb: in filterPath()
DSkCornerPathEffect.cpp107 case SkPath::kCubic_Verb: in filterPath()
DSk1DPathEffect.cpp130 case SkPath::kCubic_Verb: in morphpath()
/external/skia/samplecode/
DSampleQuadStroker.cpp37 case SkPath::kCubic_Verb: in getOnCurvePoints()
63 case SkPath::kCubic_Verb: in getContourCounts()
351 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb); in draw_t_divs()
371 case SkPath::kCubic_Verb: in draw_t_divs()
/external/skia/src/utils/
DSkParsePath.cpp258 case SkPath::kCubic_Verb: in ToSVGString()
/external/skia/src/fonts/
DSkTestScalerContext.cpp99 case SkPath::kCubic_Verb: in init()
/external/skia/src/pdf/
DSkPDFUtils.cpp172 case SkPath::kCubic_Verb: in EmitPath()
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm124 case SkPath::kCubic_Verb:
/external/skia/tools/
Dcreate_test_font.cpp155 case SkPath::kCubic_Verb: in output_path_data()

12