Home
last modified time | relevance | path

Searched refs:kInverted (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/effects/
H A DSkTrimPathEffect.cpp113 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal);
130 if (startT >= stopT && mode == Mode::kInverted) {
/third_party/skia/include/effects/
H A DSkTrimPathEffect.h17 kInverted, // return the complement/subset paths [0,start] + [stop,1] member in SkTrimPathEffect::Mode
35 * across multiple contours). For Mode::kInverted, this will return 2 logical
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DTrimPaths.cpp52 mode = SkTrimPathEffect::Mode::kInverted;
/third_party/skia/gm/
H A Ddashcubics.cpp138 invertedMode = SkTrimPathEffect::Mode::kInverted;
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp365 static constexpr SkRect kInverted = SkRect::MakeLTRB(1, 1, -1, -1); in bounds() local
368 return kInverted; in bounds()
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp376 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp556 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()

Completed in 8 milliseconds