/external/skia/tests/ |
D | SubsetPath.cpp | 75 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()
|
D | PathOpsConicLineIntersectionTest.cpp | 114 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
|
D | PathOpsDebug.cpp | 120 case SkPath::kConic_Verb: in dumpID() 1200 if (fVerb == SkPath::kConic_Verb) { in dumpPtsInner() 1210 if (fVerb == SkPath::kConic_Verb) { in dumpPtsInner()
|
D | PathTest.cpp | 1024 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/ |
D | SampleAAGeometry.cpp | 45 } 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 …]
|
D | SampleQuadStroker.cpp | 36 case SkPath::kConic_Verb: in getOnCurvePoints() 60 case SkPath::kConic_Verb: in getContourCounts() 365 case SkPath::kConic_Verb: { in draw_t_divs()
|
D | SamplePathText.cpp | 288 case SkPath::kConic_Verb: in runAnimationTask()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 201 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()
|
D | SkPath.cpp | 295 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 …]
|
D | SkEdgeBuilder.cpp | 384 case SkPath::kConic_Verb: { in build() 419 case SkPath::kConic_Verb: { in build()
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 123 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()
|
D | SkIntersectionHelper.h | 25 kConic_Segment = SkPath::kConic_Verb,
|
D | SkOpContour.cpp | 72 case SkPath::kConic_Verb: { in addCurve()
|
D | SkPathOpsTightBounds.cpp | 26 case SkPath::kConic_Verb: in TightBounds()
|
D | SkReduceOrder.cpp | 264 return verb == SkPath::kQuad_Verb ? SkPath::kConic_Verb : verb; in Conic()
|
D | SkDConicLineIntersection.cpp | 210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb, in addLineNearEndPoints()
|
D | SkPathOpsTypes.h | 588 case SkPath::kConic_Verb: SkASSERT(2 == points); break; in SkPathOpsVerbToPoints()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 26 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/ |
D | SkArcToPathEffect.cpp | 43 case SkPath::kConic_Verb: in filterPath()
|
D | SkCornerPathEffect.cpp | 96 case SkPath::kConic_Verb: in filterPath()
|
/external/skia/fuzz/ |
D | FuzzPathop.cpp | 40 case SkPath::Verb::kConic_Verb: in BuildPath()
|
/external/skia/src/utils/ |
D | SkParsePath.cpp | 240 case SkPath::kConic_Verb: { in ToSVGString()
|
/external/skia/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 289 case SkPath::kConic_Verb: { in ComputeWorstCasePointCount() 518 case SkPath::kConic_Verb: { in createGeom()
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 207 if (SkPath::kConic_Verb == verb) { in PathToString()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 172 case SkPath::kConic_Verb: { in EmitPath()
|