Searched refs:kInverted (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/effects/ |
D | SkTrimPathEffect.cpp | 97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc() 114 if (startT >= stopT && mode == Mode::kInverted) { in Make()
|
/external/skqp/src/effects/ |
D | SkTrimPathEffect.cpp | 97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc() 114 if (startT >= stopT && mode == Mode::kInverted) { in Make()
|
/external/skia/include/effects/ |
D | SkTrimPathEffect.h | 17 kInverted, // return the complement/subset paths [0,start] + [stop,1] enumerator
|
/external/skqp/include/effects/ |
D | SkTrimPathEffect.h | 17 kInverted, // return the complement/subset paths [0,start] + [stop,1] enumerator
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 134 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/ |
D | GrShape.cpp | 134 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/ |
D | dashcubics.cpp | 128 invertedMode = SkTrimPathEffect::Mode::kInverted; in onDraw()
|
/external/skia/gm/ |
D | dashcubics.cpp | 128 invertedMode = SkTrimPathEffect::Mode::kInverted; in onDraw()
|
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.cpp | 253 mode = SkTrimPathEffect::Mode::kInverted; in apply()
|
/external/skia/modules/skottie/src/ |
D | SkottieAdapter.cpp | 255 mode = SkTrimPathEffect::Mode::kInverted; in apply()
|
/external/skqp/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 389 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
|
/external/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 389 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
|
/external/skqp/experimental/canvaskit/ |
D | canvaskit_bindings.cpp | 424 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
|
/external/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 444 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
|