Home
last modified time | relevance | path

Searched refs:AlphaType (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/gpu/
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> color) const;
143 template <SkAlphaType AlphaType>
[all …]
DGrSwizzle.h47 template <SkAlphaType AlphaType>
48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
/third_party/skia/tools/gdb/
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/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js141 alphaType: CanvasKit.AlphaType.Unpremul,
234 'alphaType': CanvasKit.AlphaType.Unpremul,
244 'alphaType': CanvasKit.AlphaType.Unpremul,
1090 expect(info.alphaType).toEqual(CanvasKit.AlphaType.Unpremul);
1103 alphaType: CanvasKit.AlphaType.Unpremul,
1121 expect(info.alphaType).toEqual(CanvasKit.AlphaType.Unpremul);
1130 alphaType: CanvasKit.AlphaType.Unpremul,
1144 expect(info.alphaType).toEqual(CanvasKit.AlphaType.Unpremul);
1153 alphaType: CanvasKit.AlphaType.Unpremul,
1274 'alphaType': CanvasKit.AlphaType.Premul,
[all …]
Dutil.js227 alphaType: CanvasKit.AlphaType.Unpremul,
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts160 alphaType: CK.AlphaType.Unpremul,
168 alphaType: CK.AlphaType.Unpremul,
184 const ok2 = canvas.writePixels([1, 2, 3, 4], 1, 1, 10, 20, CK.AlphaType.Premul,
259 alphaType: CK.AlphaType.Premul,
267 alphaType: CK.AlphaType.Premul,
284 alphaType: CK.AlphaType.Unpremul,
292 alphaType: CK.AlphaType.Unpremul,
846 alphaType: CK.AlphaType.Premul,
864 alphaType: CK.AlphaType.Unpremul,
873 alphaType: CK.AlphaType.Unpremul,
[all …]
Dindex.d.ts427 readonly AlphaType: AlphaTypeEnumValues; property
1558 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,
1872 alphaType: AlphaType;
1880 alphaType: AlphaType;
3798 export type AlphaType = EmbindEnumEntity; alias
3837 Opaque: AlphaType;
3838 Premul: AlphaType;
3839 Unpremul: AlphaType;
/third_party/skia/experimental/wasm-skp-debugger/
Dexterns.js18 AlphaType: { property
Dcpu.js38 'alphaType': DebuggerView.AlphaType.Unpremul,
/third_party/skia/experimental/skottiekit/
Dexterns.js83 AlphaType: { property
Dcpu.js37 'alphaType': SkottieKit.AlphaType.Unpremul,
/third_party/skia/modules/canvaskit/
Dgpu.js194 'alphaType': CanvasKit.AlphaType.Unpremul,
224 'alphaType': CanvasKit.AlphaType.Unpremul,
Dcpu.js43 'alphaType': CanvasKit.AlphaType.Unpremul,
Dexterns.js785 AlphaType: { property
Dinterface.js824 alphaType = alphaType || CanvasKit.AlphaType.Unpremul;
1207 'alphaType': CanvasKit.AlphaType.Unpremul,
/third_party/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js69 alphaType: CanvasKit.AlphaType.Unpremul,
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_image.js469 AlphaType: { property
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js695 'alphaType': CanvasKit.AlphaType.Unpremul,
825 'alphaType': CanvasKit.AlphaType.Unpremul,