Home
last modified time | relevance | path

Searched defs:verb (Results 1 – 25 of 140) sorted by relevance

123456

/external/skia/tests/
DSubsetPath.cpp65 uint8_t verb; in SubsetContours() local
102 uint8_t verb; in getSubsetPath() local
156 uint8_t verb; in SubsetVerbs() local
189 uint8_t verb; in getSubsetPath() local
/external/skqp/tests/
DSubsetPath.cpp65 uint8_t verb; in SubsetContours() local
102 uint8_t verb; in getSubsetPath() local
156 uint8_t verb; in SubsetVerbs() local
189 uint8_t verb; in getSubsetPath() local
/external/libaom/libaom/build/cmake/
Dutil.cmake51 set(verb "Enabled") variable
54 set(verb "Disabled") variable
/external/skqp/src/pathops/
DSkPathOpsCurve.cpp13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint()
55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset()
92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep()
DSkPathOpsAsWinding.cpp46 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge()
99 static SkScalar conic_weight(const SkPath::Iter& iter, SkPath::Verb verb) { in conic_weight()
103 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge()
183 SkPath::Verb verb; in contourBounds() local
210 SkPath::Verb verb; in nextEdge() local
DSkOpEdgeBuilder.cpp29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve()
88 SkPath::Verb verb; in preFetch() local
180 SkPath::Verb verb; in walk() local
DSkPathOpsTightBounds.cpp14 SkPath::Verb verb; in TightBounds() local
DSkOpContour.cpp55 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve()
/external/skia/src/pathops/
DSkPathOpsCurve.cpp13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint()
55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset()
92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep()
DSkPathOpsAsWinding.cpp46 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge()
99 static SkScalar conic_weight(const SkPath::Iter& iter, SkPath::Verb verb) { in conic_weight()
103 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge()
183 SkPath::Verb verb; in contourBounds() local
210 SkPath::Verb verb; in nextEdge() local
DSkOpEdgeBuilder.cpp29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve()
88 SkPath::Verb verb; in preFetch() local
180 SkPath::Verb verb; in walk() local
DSkPathOpsTightBounds.cpp14 SkPath::Verb verb; in TightBounds() local
/external/skia/bench/
DPathIterBench.cpp72 SkPath::Verb verb; in onDraw() local
80 SkPath::Verb verb; in onDraw() local
/external/skqp/bench/
DPathIterBench.cpp72 SkPath::Verb verb; in onDraw() local
80 SkPath::Verb verb; in onDraw() local
/external/skia/src/gpu/gl/
DGrGLPath.cpp14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) { in verb_to_gl_path_cmd()
35 inline int num_coords(SkPath::Verb verb) { in num_coords()
111 SkPath::Verb verb; in init_path_object_for_general_path() local
/external/skqp/src/gpu/gl/
DGrGLPath.cpp14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) { in verb_to_gl_path_cmd()
35 inline int num_coords(SkPath::Verb verb) { in num_coords()
111 SkPath::Verb verb; in init_path_object_for_general_path() local
/external/webrtc/webrtc/libjingle/xmpp/
Diqtask.cc21 const std::string& verb, in IqTask()
/external/freetype/src/gxvalid/
Dgxvmorx0.c58 FT_UShort verb; in gxv_morx_subtable_type0_entry_validate() local
Dgxvmort0.c77 FT_UShort verb = 0; in gxv_mort_subtable_type0_entry_validate() local
/external/skqp/src/core/
DSkPathRef.cpp551 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb()
629 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb()
744 uint8_t verb = iter.next(pts); in getRRect() local
818 unsigned verb = *(--fVerbs); in next() local
DSkEdgeBuilder.cpp259 SkPath::Verb verb; in buildPoly() local
343 SkPath::Verb verb; in build() local
353 SkPath::Verb verb; in build() local
/external/skia/src/core/
DSkPathRef.cpp556 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb()
634 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb()
749 uint8_t verb = iter.next(pts); in getRRect() local
827 unsigned verb = *(--fVerbs); in next() local
DSkEdgeBuilder.cpp259 SkPath::Verb verb; in buildPoly() local
343 SkPath::Verb verb; in build() local
353 SkPath::Verb verb; in build() local
/external/skqp/samplecode/
DSampleAAGeometry.cpp117 SkPath::Verb verb; in get_path_weight() local
133 SkPath::Verb verb; in set_path_pt() local
207 SkPath::Verb verb; in add_path_segment() local
281 SkPath::Verb verb; in delete_path_segment() local
319 SkPath::Verb verb; in set_path_weight() local
356 SkPath::Verb verb; in set_path_verb() local
704 MyClick(Sample* target, ClickType type, int index, SkPath::Verb verb, SkScalar weight) in MyClick()
1081 SkPath::Verb verb; in draw_bisects() local
1190 SkPath::Verb verb; in draw_segment() local
1243 SkPath::Verb verb; in hittest_verb() local
[all …]
/external/skia/samplecode/
DSampleAAGeometry.cpp117 SkPath::Verb verb; in get_path_weight() local
133 SkPath::Verb verb; in set_path_pt() local
207 SkPath::Verb verb; in add_path_segment() local
281 SkPath::Verb verb; in delete_path_segment() local
319 SkPath::Verb verb; in set_path_weight() local
356 SkPath::Verb verb; in set_path_verb() local
704 MyClick(Sample* target, ClickType type, int index, SkPath::Verb verb, SkScalar weight) in MyClick()
1081 SkPath::Verb verb; in draw_bisects() local
1190 SkPath::Verb verb; in draw_segment() local
1243 SkPath::Verb verb; in hittest_verb() local
[all …]

123456