Home
last modified time | relevance | path

Searched defs:verb (Results 76 - 100 of 138) sorted by relevance

123456

/third_party/skia/bench/
H A DPathIterBench.cpp93 SkPath::Verb verb; variable
/third_party/skia/tests/
H A DPathOpsAsWindingTest.cpp12 static SkPath build_squircle(SkPath::Verb verb, const SkRect& rect, SkPathDirection dir) { in build_squircle() argument
/third_party/typescript/tests/baselines/reference/
H A Demitter.asyncGenerators.functionDeclarations.es5.js[all...]
H A Demitter.asyncGenerators.functionExpressions.es5.js[all...]
H A Demitter.asyncGenerators.objectLiteralMethods.es5.js[all...]
H A Demitter.forAwait(target=es5).js[all...]
H A DneverAsDiscriminantType(strict=false).js
H A DneverAsDiscriminantType(strict=true).js
H A DprivateNamesIncompatibleModifiers.js
H A DasyncAwaitIsolatedModules_es5.js
H A DasyncAwait_es5.js
H A DdependentDestructuredVariables.js
/third_party/gn/src/gn/
H A Dscheduler.cc41 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 DSk1DPathEffect.cpp170 SkPath::Verb verb; in morphpath() local
/third_party/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp42 SkPath::Verb verb; in Make() local
/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp13 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 DSkReduceOrder.cpp260 SkPath::Verb verb = SkReduceOrder::Quad(c.fPts, reducePts); in Conic() local
H A DSkPathOpsAsWinding.cpp47 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 DSkOpEdgeBuilder.cpp33 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 DTestTypeface.cpp61 SkPath::Verb verb; in init() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp74 SkPath::Verb verb; variable
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp274 int verb = ::strtol(argv[a], &end_ptr, 10); in parseCmdLine() local
/third_party/skia/src/core/
H A DSkGlyph.cpp237 SkPath::Verb verb; in calculate_path_gap() local
/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h53 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 DSampleSimpleStroker.cpp311 auto verb = static_cast<SkPath::Verb>(verbs[i]); in appendPathReversed() local

Completed in 11 milliseconds

123456