Home
last modified time | relevance | path

Searched refs:AlphaType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
H A DSurfaceFillContext.h31 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 DGrSwizzle.h47 template <SkAlphaType AlphaType>
48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
/third_party/skia/tools/gdb/
H A Dbitmap.py37 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 Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
/third_party/skia/experimental/skottiekit/
H A Dexterns.js83 AlphaType: {
/third_party/skia/experimental/wasm-skp-debugger/
H A Dexterns.js18 AlphaType: {
H A Dcpu.js38 'alphaType': DebuggerView.AlphaType.Unpremul,
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js227 alphaType: CanvasKit.AlphaType.Unpremul,
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js695 'alphaType': CanvasKit.AlphaType.Unpremul,
825 'alphaType': CanvasKit.AlphaType.Unpremul,
/third_party/skia/modules/canvaskit/
H A Dexterns.js785 AlphaType: {
H A Dinterface.js824 alphaType = alphaType || CanvasKit.AlphaType.Unpremul;
1207 'alphaType': CanvasKit.AlphaType.Unpremul,

Completed in 6 milliseconds