/external/skqp/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 | PathOpsAsWindingTest.cpp | 27 case SkPath::kConic_Verb: in build_squircle() 162 SkPath::kConic_Verb, SkPath::kCubic_Verb } ) { in DEF_TEST() 165 SkPath::kConic_Verb, SkPath::kCubic_Verb } ) { in DEF_TEST()
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 49 } else if (SkPath::kConic_Verb == fVerb) { 124 return verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in get_path_weight() 146 case SkPath::kConic_Verb: in set_path_pt() 175 case SkPath::kConic_Verb: in set_path_pt() 223 case SkPath::kConic_Verb: { in add_path_segment() 247 } else if (verb == SkPath::kConic_Verb) { in add_path_segment() 260 case SkPath::kConic_Verb: in add_path_segment() 298 case SkPath::kConic_Verb: in delete_path_segment() 334 case SkPath::kConic_Verb: in set_path_weight() 360 SkScalar weight = verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in set_path_verb() [all …]
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 263 case SkPath::kConic_Verb: in validate_verb_sequence() 295 case SkPath::kConic_Verb: in deduce_pts_conics() 531 case SkPath::kConic_Verb: mask |= SkPath::kConic_SegmentMask; break; in computeSegmentMask() 573 case SkPath::kConic_Verb: in growForRepeatedVerb() 620 if (SkPath::kConic_Verb == verb) { in growForRepeatedVerb() 645 case SkPath::kConic_Verb: in growForVerb() 681 if (SkPath::kConic_Verb == verb) { in growForVerb() 747 if (SkPath::kConic_Verb == verb) { in getRRect() 831 case SkPath::kConic_Verb: in next()
|
D | SkPath.cpp | 328 case kConic_Verb: in conservativelyContainsRect() 345 if (SkPath::kConic_Verb == verb) { in conservativelyContainsRect() 559 case kConic_Verb: in isRectContour() 868 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() 918 case kConic_Verb: in close() 1241 *verbs == kConic_Verb || in hasOnlyMoveTos() 1639 case kConic_Verb: in addPath() 1699 case kConic_Verb: in reversePathTo() 1759 case kConic_Verb: in reverseAddPath() 1831 case kConic_Verb: in transform() [all …]
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 383 case SkPath::kConic_Verb: in growForRepeatedVerb() 410 if (SkPath::kConic_Verb == verb) { in growForRepeatedVerb() 436 case SkPath::kConic_Verb: in growForVerb() 463 if (SkPath::kConic_Verb == verb) { in growForVerb() 511 if (SkPath::kConic_Verb == verb) { in getRRect() 599 case SkPath::kConic_Verb: in next()
|
/external/skqp/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() 238 case SkPath::kConic_Verb: { in walk()
|
D | SkIntersectionHelper.h | 25 kConic_Segment = SkPath::kConic_Verb,
|
D | SkPathOpsAsWinding.cpp | 100 return SkPath::kConic_Verb == verb ? iter.conicWeight() : 1; in conic_weight() 126 } else if (SkPath::kConic_Verb == verb) { in left_edge() 345 case SkPath::kConic_Verb: in reverseMarkedContours()
|
D | SkPathOpsTightBounds.cpp | 26 case SkPath::kConic_Verb: in TightBounds()
|
D | SkOpContour.cpp | 67 case SkPath::kConic_Verb: { in addCurve()
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 122 case SkPath::kConic_Verb: in preFetch() 127 verb = SkPath::kConic_Verb; in preFetch() 151 if (verb == SkPath::kConic_Verb) { in preFetch() 232 case SkPath::kConic_Verb: { in walk()
|
D | SkIntersectionHelper.h | 25 kConic_Segment = SkPath::kConic_Verb,
|
/external/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 27 case SkPath::kConic_Verb: in build_squircle() 162 SkPath::kConic_Verb, SkPath::kCubic_Verb } ) { in DEF_TEST() 165 SkPath::kConic_Verb, SkPath::kCubic_Verb } ) { in DEF_TEST()
|
/external/skia/docs/examples/ |
D | Path_Iter_conicWeight.cpp | 12 SkDebugf("next verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in draw()
|
D | Conic_Weight_a.cpp | 20 if (SkPath::kConic_Verb == verb) { in draw()
|
D | Conic_Weight_b.cpp | 20 if (SkPath::kConic_Verb == verb) { in draw()
|
D | Conic_Weight_c.cpp | 20 if (SkPath::kConic_Verb == verb) { in draw()
|
D | Path_arcTo_2_c.cpp | 21 case SkPath::kConic_Verb: in draw()
|
D | Path_Iter_isCloseLine.cpp | 15 SkDebugf("2nd verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in draw()
|
D | Path_arcTo_3.cpp | 21 case SkPath::kConic_Verb: in draw()
|
D | Path_Iter_const_SkPath.cpp | 19 if (SkPath::kConic_Verb == verb) { in draw()
|
D | Path_Iter_setPath.cpp | 19 if (SkPath::kConic_Verb == verb) { in draw()
|
/external/skqp/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/gpu/tessellate/ |
D | GrMidpointContourParser.h | 51 case SkPath::kConic_Verb: in parseNextContour()
|