/external/skia/tests/ |
D | SubsetPath.cpp | 74 case SkPath::kConic_Verb: in SubsetContours() 124 case SkPath::kConic_Verb: in getSubsetPath() 164 case SkPath::kConic_Verb: in SubsetVerbs() 218 case SkPath::kConic_Verb: in getSubsetPath()
|
D | PathOpsConicLineIntersectionTest.cpp | 107 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
|
D | PathOpsDebug.cpp | 109 case SkPath::kConic_Verb: in dumpID() 1140 if (fVerb == SkPath::kConic_Verb) { in dumpPtsInner() 1150 if (fVerb == SkPath::kConic_Verb) { in dumpPtsInner()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 339 case SkPath::kConic_Verb: in growForRepeatedVerb() 386 if (SkPath::kConic_Verb == verb) { in growForRepeatedVerb() 412 case SkPath::kConic_Verb: in growForVerb() 445 if (SkPath::kConic_Verb == verb) { in growForVerb() 497 if (SkPath::kConic_Verb == verb) { in getRRect() 573 case SkPath::kConic_Verb: in next() 657 case SkPath::kConic_Verb: in validate()
|
D | SkPath.cpp | 287 case kConic_Verb: in conservativelyContainsRect() 304 if (SkPath::kConic_Verb == verb) { in conservativelyContainsRect() 498 case kConic_Verb: in isRectContour() 807 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() 855 case kConic_Verb: in close() 1178 *verbs == kConic_Verb || in hasOnlyMoveTos() 1507 case kConic_Verb: in addPath() 1564 conicWeights += (SkPath::kConic_Verb == v); in reversePathTo() 1575 case kConic_Verb: in reversePathTo() 1626 case kConic_Verb: in reverseAddPath() [all …]
|
D | SkEdgeBuilder.cpp | 277 case SkPath::kConic_Verb: { in build() 312 case SkPath::kConic_Verb: { in build()
|
D | SkStroke.cpp | 390 case SkPath::kConic_Verb: in has_valid_tangent() 1391 case SkPath::kConic_Verb: { in strokePath() 1393 lastSegment = SkPath::kConic_Verb; in strokePath()
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 115 case SkPath::kConic_Verb: in preFetch() 147 if (verb == SkPath::kConic_Verb) { in preFetch() 198 case SkPath::kConic_Verb: in walk()
|
D | SkIntersectionHelper.h | 22 kConic_Segment = SkPath::kConic_Verb,
|
D | SkOpContour.cpp | 26 case SkPath::kConic_Verb: { in addCurve()
|
D | SkOpSegment.cpp | 210 case SkPath::kConic_Verb: { in addAlignIntersection() 270 case SkPath::kConic_Verb: in addCurveTo() 288 case SkPath::kConic_Verb: in addCurveTo() 1597 if (fVerb == SkPath::kConic_Verb) { in subDivide() 1616 } else if (fVerb == SkPath::kConic_Verb) { in subDivide() 1649 if (fVerb == SkPath::kConic_Verb) { in subDivide() 1666 } else if (fVerb == SkPath::kConic_Verb) { in subDivide()
|
D | SkReduceOrder.cpp | 261 return verb == SkPath::kQuad_Verb ? SkPath::kConic_Verb : verb; in Conic()
|
D | SkPathOpsTypes.h | 509 case SkPath::kConic_Verb: SkASSERT(2 == points); break; in SkPathOpsVerbToPoints()
|
D | SkPathOpsDebug.cpp | 463 case SkPath::kConic_Verb: { in debugAddAlignIntersection() 871 if (SkPath::kConic_Verb == fVerb) { in debugShowActiveSpans() 1015 case SkPath::kConic_Verb: in debugPart() 1799 case SkPath::kConic_Verb: in showPathContours()
|
D | SkOpSegment.h | 57 init(pts, weight, parent, SkPath::kConic_Verb); in addConic()
|
/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() 127 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 | 97 case SkPath::kConic_Verb: in filterPath()
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 87 if (verb == SkPath::kConic_Verb) { in compute_key_for_simple_path()
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 36 case SkPath::kConic_Verb: in getOnCurvePoints() 60 case SkPath::kConic_Verb: in getContourCounts() 366 case SkPath::kConic_Verb: { in draw_t_divs()
|
/external/skia/src/utils/ |
D | SkParsePath.cpp | 241 case SkPath::kConic_Verb: { in ToSVGString()
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 207 if (SkPath::kConic_Verb == verb) { in PathToString()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 163 case SkPath::kConic_Verb: { in EmitPath()
|
/external/skia/include/core/ |
D | SkPath.h | 923 kConic_Verb, //!< iter.next returns 3 points + iter.conicWeight() enumerator
|
/external/skia/src/gpu/batches/ |
D | GrDefaultPathRenderer.cpp | 476 case SkPath::kConic_Verb: { in createGeom()
|