Searched refs:AlphaType (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | SurfaceFillContext.h | 31 template <SkAlphaType AlphaType> 32 void clear(const SkIRect& rect, const SkRGBA4f<AlphaType>& color) { in clear() 37 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear() 45 template <SkAlphaType AlphaType> 46 void clearAtLeast(const SkIRect& scissor, const SkRGBA4f<AlphaType>& color) { in clearAtLeast() 115 template <SkAlphaType AlphaType> 116 static std::array<float, 4> ConvertColor(SkRGBA4f<AlphaType> color); 118 template <SkAlphaType AlphaType> 119 std::array<float, 4> adjustColorAlphaType(SkRGBA4f<AlphaType> colo [all...] |
H A D | GrSwizzle.h | 47 template <SkAlphaType AlphaType> 48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
|
/third_party/skia/tools/gdb/ |
H A D | bitmap.py | 37 class AlphaType(Enum): class 71 if alpha_type == AlphaType.unpremul.value: 74 elif alpha_type == AlphaType.premul.value: 85 str(AlphaType(int(alpha_type)))
|
/third_party/skia/specs/web-img-decode/proposed/impl/ |
H A D | impl.js | 22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
|
/third_party/skia/experimental/skottiekit/ |
H A D | externs.js | 83 AlphaType: {
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | externs.js | 18 AlphaType: {
|
H A D | cpu.js | 38 'alphaType': DebuggerView.AlphaType.Unpremul,
|
/third_party/skia/modules/canvaskit/tests/ |
H A D | util.js | 227 alphaType: CanvasKit.AlphaType.Unpremul,
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 695 'alphaType': CanvasKit.AlphaType.Unpremul, 825 'alphaType': CanvasKit.AlphaType.Unpremul,
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 785 AlphaType: {
|
H A D | interface.js | 824 alphaType = alphaType || CanvasKit.AlphaType.Unpremul; 1207 'alphaType': CanvasKit.AlphaType.Unpremul,
|
Completed in 6 milliseconds