| /third_party/skia/bench/ |
| H A D | PathIterBench.cpp | 93 SkPath::Verb verb; variable
|
| /third_party/skia/tests/ |
| H A D | PathOpsAsWindingTest.cpp | 12 static SkPath build_squircle(SkPath::Verb verb, const SkRect& rect, SkPathDirection dir) { in build_squircle() argument
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | emitter.asyncGenerators.functionDeclarations.es5.js | [all...] |
| H A D | emitter.asyncGenerators.functionExpressions.es5.js | [all...] |
| H A D | emitter.asyncGenerators.objectLiteralMethods.es5.js | [all...] |
| H A D | emitter.forAwait(target=es5).js | [all...] |
| H A D | neverAsDiscriminantType(strict=false).js | |
| H A D | neverAsDiscriminantType(strict=true).js | |
| H A D | privateNamesIncompatibleModifiers.js | |
| H A D | asyncAwaitIsolatedModules_es5.js | |
| H A D | asyncAwait_es5.js | |
| H A D | dependentDestructuredVariables.js | |
| /third_party/gn/src/gn/ |
| H A D | scheduler.cc | 41 void Scheduler::Log(const std::string& verb, const std::string& msg) { in Log() argument 161 void Scheduler::LogOnMainThread(const std::string& verb, in LogOnMainThread() argument
|
| /third_party/skia/src/effects/ |
| H A D | Sk1DPathEffect.cpp | 170 SkPath::Verb verb; in morphpath() local
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrConvexPolyEffect.cpp | 42 SkPath::Verb verb; in Make() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsCurve.cpp | 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() argument 55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset() argument 92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep() argument
|
| H A D | SkReduceOrder.cpp | 260 SkPath::Verb verb = SkReduceOrder::Quad(c.fPts, reducePts); in Conic() local
|
| H A D | SkPathOpsAsWinding.cpp | 47 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge() argument 100 static SkScalar conic_weight(const SkPath::Iter& iter, SkPath::Verb verb) { in conic_weight() argument 104 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge() argument [all...] |
| H A D | SkOpEdgeBuilder.cpp | 33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() argument 92 auto verb = static_cast<SkPath::Verb>(pathVerb); in preFetch() local 174 SkPath::Verb verb; walk() local [all...] |
| /third_party/skia/tools/fonts/ |
| H A D | TestTypeface.cpp | 61 SkPath::Verb verb; in init() local
|
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | PuckerBloat.cpp | 74 SkPath::Verb verb; variable
|
| /third_party/glslang/StandAlone/ |
| H A D | spirv-remap.cpp | 274 int verb = ::strtol(argv[a], &end_ptr, 10); in parseCmdLine() local
|
| /third_party/skia/src/core/ |
| H A D | SkGlyph.cpp | 237 SkPath::Verb verb; in calculate_path_gap() local
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | StrokeIterator.h | 53 constexpr static bool IsVerbGeometric(Verb verb) { return verb < Verb::kMoveWithinContour; } in IsVerbGeometric() argument 126 Verb verb() const { return this->atVerb(1); } verb() function in skgpu::StrokeIterator 158 enqueue(Verb verb, const SkPoint* pts, const float* w) enqueue() argument [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleSimpleStroker.cpp | 311 auto verb = static_cast<SkPath::Verb>(verbs[i]); in appendPathReversed() local
|