Home
last modified time | relevance | path

Searched refs:kInverted (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/effects/
DSkTrimPathEffect.cpp97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc()
114 if (startT >= stopT && mode == Mode::kInverted) { in Make()
/external/skqp/src/effects/
DSkTrimPathEffect.cpp97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc()
114 if (startT >= stopT && mode == Mode::kInverted) { in Make()
/external/skia/include/effects/
DSkTrimPathEffect.h17 kInverted, // return the complement/subset paths [0,start] + [stop,1] enumerator
/external/skqp/include/effects/
DSkTrimPathEffect.h17 kInverted, // return the complement/subset paths [0,start] + [stop,1] enumerator
/external/skqp/src/gpu/
DGrShape.cpp134 static constexpr SkRect kInverted = SkRect::MakeLTRB(1, 1, -1, -1); in bounds() local
137 return kInverted; in bounds()
139 return kInverted; in bounds()
167 return kInverted; in bounds()
/external/skia/src/gpu/
DGrShape.cpp134 static constexpr SkRect kInverted = SkRect::MakeLTRB(1, 1, -1, -1); in bounds() local
137 return kInverted; in bounds()
139 return kInverted; in bounds()
167 return kInverted; in bounds()
/external/skqp/gm/
Ddashcubics.cpp128 invertedMode = SkTrimPathEffect::Mode::kInverted; in onDraw()
/external/skia/gm/
Ddashcubics.cpp128 invertedMode = SkTrimPathEffect::Mode::kInverted; in onDraw()
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp253 mode = SkTrimPathEffect::Mode::kInverted; in apply()
/external/skia/modules/skottie/src/
DSkottieAdapter.cpp255 mode = SkTrimPathEffect::Mode::kInverted; in apply()
/external/skqp/modules/pathkit/
Dpathkit_wasm_bindings.cpp389 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/external/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp389 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/external/skqp/experimental/canvaskit/
Dcanvaskit_bindings.cpp424 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp444 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()