/third_party/skia/src/gpu/ |
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> color) const; 143 template <SkAlphaType AlphaType> [all …]
|
D | GrSwizzle.h | 47 template <SkAlphaType AlphaType> 48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
|
/third_party/skia/tools/gdb/ |
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/ |
D | impl.js | 22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
|
/third_party/skia/modules/canvaskit/tests/ |
D | core.spec.js | 141 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 …]
|
D | util.js | 227 alphaType: CanvasKit.AlphaType.Unpremul,
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 160 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 …]
|
D | index.d.ts | 427 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/ |
D | externs.js | 18 AlphaType: { property
|
D | cpu.js | 38 'alphaType': DebuggerView.AlphaType.Unpremul,
|
/third_party/skia/experimental/skottiekit/ |
D | externs.js | 83 AlphaType: { property
|
D | cpu.js | 37 'alphaType': SkottieKit.AlphaType.Unpremul,
|
/third_party/skia/modules/canvaskit/ |
D | gpu.js | 194 'alphaType': CanvasKit.AlphaType.Unpremul, 224 'alphaType': CanvasKit.AlphaType.Unpremul,
|
D | cpu.js | 43 'alphaType': CanvasKit.AlphaType.Unpremul,
|
D | externs.js | 785 AlphaType: { property
|
D | interface.js | 824 alphaType = alphaType || CanvasKit.AlphaType.Unpremul; 1207 'alphaType': CanvasKit.AlphaType.Unpremul,
|
/third_party/skia/demos.skia.org/demos/image_decode_web_worker/ |
D | main.js | 69 alphaType: CanvasKit.AlphaType.Unpremul,
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimedia_image.js | 469 AlphaType: { property
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 695 'alphaType': CanvasKit.AlphaType.Unpremul, 825 'alphaType': CanvasKit.AlphaType.Unpremul,
|