| /third_party/skia/src/pathops/ |
| D | SkPathOpsCurve.cpp | 13 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()
|
| D | SkOpEdgeBuilder.cpp | 33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() 92 auto verb = static_cast<SkPath::Verb>(pathVerb); in preFetch() local 174 SkPath::Verb verb; in walk() local
|
| D | SkPathOpsAsWinding.cpp | 47 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge() 100 static SkScalar conic_weight(const SkPath::Iter& iter, SkPath::Verb verb) { in conic_weight() 104 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge() 207 SkPath::Verb verb; in nextEdge() local
|
| /third_party/skia/tests/ |
| D | SkPathRangeIterTest.cpp | 55 for (Verb verb : verbs) { in DEF_TEST() local 95 for (Verb verb : verbs) { in DEF_TEST() local
|
| /third_party/skia/src/gpu/tessellate/ |
| D | StrokeIterator.h | 53 constexpr static bool IsVerbGeometric(Verb verb) { return verb < Verb::kMoveWithinContour; } in IsVerbGeometric() 126 Verb verb() const { return this->atVerb(1); } in verb() function 158 void enqueue(Verb verb, const SkPoint* pts, const float* w) { in enqueue()
|
| /third_party/skia/src/core/ |
| D | SkPathRef.cpp | 366 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb() 420 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() 508 uint8_t verb = iter.next(pts); in getRRect() local 586 unsigned verb = *fVerbs++; in next() local
|
| D | HMSymbol.cpp | 23 SkPath::Verb verb; in PathOutlineDecompose() local
|
| /third_party/skia/docs/examples/ |
| D | Path_arcTo_3.cpp | 12 SkPath::Verb verb; in draw() local
|
| D | Path_arcTo_2_c.cpp | 12 SkPath::Verb verb; in draw() local
|
| D | Conic_Weight_c.cpp | 12 SkPath::Verb verb; in draw() local
|
| D | Path_Iter_next.cpp | 19 SkPath::Verb verb; in draw() local
|
| D | Conic_Weight_b.cpp | 12 SkPath::Verb verb; in draw() local
|
| D | Conic_Weight_a.cpp | 12 SkPath::Verb verb; in draw() local
|
| D | Path_Iter_setPath.cpp | 11 SkPath::Verb verb; in draw() local
|
| D | Path_Iter_const_SkPath.cpp | 11 SkPath::Verb verb; in draw() local
|
| D | count_verbs.cpp | 21 SkPath::Verb verb = it.next(pts); in count_verbs() local
|
| /third_party/skia/bench/ |
| D | PathIterBench.cpp | 83 auto handle = [this](int verb, const SkPoint pts[]) { in onDraw() 93 SkPath::Verb verb; in onDraw() local
|
| /third_party/alsa-lib/src/ucm/ |
| D | main.c | 676 static int run_device_sequence(snd_use_case_mgr_t *uc_mgr, struct use_case_verb *verb, in run_device_sequence() 699 static int run_device_all_sequence(snd_use_case_mgr_t *uc_mgr, struct use_case_verb *verb) in run_device_all_sequence() 731 struct use_case_verb *verb, in execute_sequence() 1265 find_device(snd_use_case_mgr_t *uc_mgr, struct use_case_verb *verb, in find_device() 1293 find_modifier(snd_use_case_mgr_t *uc_mgr, struct use_case_verb *verb, in find_modifier() 1350 struct use_case_verb *verb, in set_verb() 1677 struct use_case_verb *verb; in get_device_list() local 1700 struct use_case_verb *verb; in get_modifier_list() local 1725 struct use_case_verb *verb; in get_supcon_device_list() local 1934 struct use_case_verb *verb; in get_identifiers_list() local [all …]
|
| /third_party/skia/include/core/ |
| D | SkPath.h | 1546 auto verb = static_cast<SkPathVerb>(*fVerb++); variable 1562 SkPathVerb verb = this->peekVerb(); variable 1571 constexpr static int pts_advance_after_verb(SkPathVerb verb) { in pts_advance_after_verb() 1582 constexpr static int pts_backset_for_verb(SkPathVerb verb) { in pts_backset_for_verb()
|
| /third_party/alsa-utils/alsaucm/ |
| D | dump.c | 97 const char *verb, const char *comment) in text_verb_start() 282 static int json_verb_start(struct renderer *r, const char *verb, const char *comment) in json_verb_start() 446 const char *verb, in render_devlist() 483 const char *verb, in render_values() 527 const char *verb, in render_device() 553 const char **list, **dev_list, *verb, *comment; in render() local
|
| /third_party/gn/src/gn/ |
| D | scheduler.cc | 41 void Scheduler::Log(const std::string& verb, const std::string& msg) { in Log() 161 void Scheduler::LogOnMainThread(const std::string& verb, in LogOnMainThread()
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| D | gxvmorx0.c | 58 FT_UShort verb; in gxv_morx_subtable_type0_entry_validate() local
|
| D | gxvmort0.c | 77 FT_UShort verb = 0; in gxv_mort_subtable_type0_entry_validate() local
|
| /third_party/musl/src/misc/ |
| D | fmtmsg.c | 27 int ret = 0, i, consolefd, verb = 0; in fmtmsg() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | castOfYield.js | 13 function verb(n) { return function (v) { return step([n, v]); }; } function
|