Home
last modified time | relevance | path

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

12

/external/skia/tests/
DSubsetPath.cpp75 case SkPath::kConic_Verb: in SubsetContours()
125 case SkPath::kConic_Verb: in getSubsetPath()
165 case SkPath::kConic_Verb: in SubsetVerbs()
219 case SkPath::kConic_Verb: in getSubsetPath()
DPathOpsConicLineIntersectionTest.cpp114 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
DPathOpsDebug.cpp120 case SkPath::kConic_Verb: in dumpID()
1200 if (fVerb == SkPath::kConic_Verb) { in dumpPtsInner()
1210 if (fVerb == SkPath::kConic_Verb) { in dumpPtsInner()
DPathTest.cpp1024 case SkPath::kConic_Verb: in test_poly()
2596 SkASSERT(save == SkPath::kConic_Verb); in test_corrupt_flattening()
3010 REPORTER_ASSERT(reporter, SkPath::kConic_Verb == iter.next(pts, false)); in test_iter()
3045 REPORTER_ASSERT(reporter, SkPath::kConic_Verb == iter.next(pts)); in test_iter()
3180 case SkPath::kConic_Verb: in test_raw_iter()
3244 case SkPath::kConic_Verb: in test_raw_iter()
4203 ed.growForRepeatedVerb(SkPath::kConic_Verb, kRepeatCnt, &weights); in TestPathRef()
4210 REPORTER_ASSERT(reporter, SkPath::kConic_Verb == pathRef->atVerb(i)); in TestPathRef()
4716 case SkPath::kConic_Verb: in rand_path()
4736 SkPath::kLine_Verb, SkPath::kQuad_Verb, SkPath::kConic_Verb, SkPath::kCubic_Verb, in DEF_TEST()
/external/skia/samplecode/
DSampleAAGeometry.cpp45 } else if (SkPath::kConic_Verb == fVerb) {
120 return verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in get_path_weight()
142 case SkPath::kConic_Verb: in set_path_pt()
171 case SkPath::kConic_Verb: in set_path_pt()
219 case SkPath::kConic_Verb: { in add_path_segment()
243 } else if (verb == SkPath::kConic_Verb) { in add_path_segment()
256 case SkPath::kConic_Verb: in add_path_segment()
294 case SkPath::kConic_Verb: in delete_path_segment()
330 case SkPath::kConic_Verb: in set_path_weight()
356 SkScalar weight = verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in set_path_verb()
[all …]
DSampleQuadStroker.cpp36 case SkPath::kConic_Verb: in getOnCurvePoints()
60 case SkPath::kConic_Verb: in getContourCounts()
365 case SkPath::kConic_Verb: { in draw_t_divs()
DSamplePathText.cpp288 case SkPath::kConic_Verb: in runAnimationTask()
/external/skia/src/core/
DSkPathRef.cpp201 case SkPath::kConic_Verb: in deduce_pts_conics()
459 case SkPath::kConic_Verb: in growForRepeatedVerb()
506 if (SkPath::kConic_Verb == verb) { in growForRepeatedVerb()
532 case SkPath::kConic_Verb: in growForVerb()
565 if (SkPath::kConic_Verb == verb) { in growForVerb()
617 if (SkPath::kConic_Verb == verb) { in getRRect()
696 case SkPath::kConic_Verb: in next()
793 case SkPath::kConic_Verb: in validate()
DSkPath.cpp295 case kConic_Verb: in conservativelyContainsRect()
312 if (SkPath::kConic_Verb == verb) { in conservativelyContainsRect()
506 case kConic_Verb: in isRectContour()
815 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo()
863 case kConic_Verb: in close()
1186 *verbs == kConic_Verb || in hasOnlyMoveTos()
1541 case kConic_Verb: in addPath()
1600 case kConic_Verb: in reversePathTo()
1652 case kConic_Verb: in reverseAddPath()
1716 case kConic_Verb: in transform()
[all …]
DSkEdgeBuilder.cpp384 case SkPath::kConic_Verb: { in build()
419 case SkPath::kConic_Verb: { in build()
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp123 case SkPath::kConic_Verb: in preFetch()
130 verb = SkPath::kConic_Verb; in preFetch()
157 if (verb == SkPath::kConic_Verb) { in preFetch()
233 case SkPath::kConic_Verb: { in walk()
DSkIntersectionHelper.h25 kConic_Segment = SkPath::kConic_Verb,
DSkOpContour.cpp72 case SkPath::kConic_Verb: { in addCurve()
DSkPathOpsTightBounds.cpp26 case SkPath::kConic_Verb: in TightBounds()
DSkReduceOrder.cpp264 return verb == SkPath::kQuad_Verb ? SkPath::kConic_Verb : verb; in Conic()
DSkDConicLineIntersection.cpp210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb, in addLineNearEndPoints()
DSkPathOpsTypes.h588 case SkPath::kConic_Verb: SkASSERT(2 == points); break; in SkPathOpsVerbToPoints()
/external/skia/src/gpu/gl/
DGrGLPath.cpp26 GR_STATIC_ASSERT(3 == SkPath::kConic_Verb); in verb_to_gl_path_cmd()
47 GR_STATIC_ASSERT(3 == SkPath::kConic_Verb); in num_coords()
135 case SkPath::kConic_Verb: in init_path_object_for_general_path()
/external/skia/src/effects/
DSkArcToPathEffect.cpp43 case SkPath::kConic_Verb: in filterPath()
DSkCornerPathEffect.cpp96 case SkPath::kConic_Verb: in filterPath()
/external/skia/fuzz/
DFuzzPathop.cpp40 case SkPath::Verb::kConic_Verb: in BuildPath()
/external/skia/src/utils/
DSkParsePath.cpp240 case SkPath::kConic_Verb: { in ToSVGString()
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp289 case SkPath::kConic_Verb: { in ComputeWorstCasePointCount()
518 case SkPath::kConic_Verb: { in createGeom()
/external/skia/tools/debugger/
DSkObjectParser.cpp207 if (SkPath::kConic_Verb == verb) { in PathToString()
/external/skia/src/pdf/
DSkPDFUtils.cpp172 case SkPath::kConic_Verb: { in EmitPath()

12