Home
last modified time | relevance | path

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

12345

/external/skqp/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()
DPathOpsAsWindingTest.cpp27 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/
DSampleAAGeometry.cpp49 } 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/
DSkPathRef.cpp263 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()
DSkPath.cpp328 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/
DSkPathRef.cpp383 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/
DSkOpEdgeBuilder.cpp123 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()
DSkIntersectionHelper.h25 kConic_Segment = SkPath::kConic_Verb,
DSkPathOpsAsWinding.cpp100 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()
DSkPathOpsTightBounds.cpp26 case SkPath::kConic_Verb: in TightBounds()
DSkOpContour.cpp67 case SkPath::kConic_Verb: { in addCurve()
/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp122 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()
DSkIntersectionHelper.h25 kConic_Segment = SkPath::kConic_Verb,
/external/skia/tests/
DPathOpsAsWindingTest.cpp27 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/
DPath_Iter_conicWeight.cpp12 SkDebugf("next verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in draw()
DConic_Weight_a.cpp20 if (SkPath::kConic_Verb == verb) { in draw()
DConic_Weight_b.cpp20 if (SkPath::kConic_Verb == verb) { in draw()
DConic_Weight_c.cpp20 if (SkPath::kConic_Verb == verb) { in draw()
DPath_arcTo_2_c.cpp21 case SkPath::kConic_Verb: in draw()
DPath_Iter_isCloseLine.cpp15 SkDebugf("2nd verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in draw()
DPath_arcTo_3.cpp21 case SkPath::kConic_Verb: in draw()
DPath_Iter_const_SkPath.cpp19 if (SkPath::kConic_Verb == verb) { in draw()
DPath_Iter_setPath.cpp19 if (SkPath::kConic_Verb == verb) { in draw()
/external/skqp/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/gpu/tessellate/
DGrMidpointContourParser.h51 case SkPath::kConic_Verb: in parseNextContour()

12345