Home
last modified time | relevance | path

Searched refs:Unpremul (Results 1 – 18 of 18) sorted by relevance

/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,
1304 'alphaType': CanvasKit.AlphaType.Unpremul,
[all …]
Dutil.js227 alphaType: CanvasKit.AlphaType.Unpremul,
/third_party/skia/experimental/wasm-skp-debugger/
Dexterns.js19 Unpremul: {}, property
Dcpu.js38 'alphaType': DebuggerView.AlphaType.Unpremul,
/third_party/skia/experimental/skottiekit/
Dexterns.js86 Unpremul: {}, 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.js788 Unpremul: {}, property
Dinterface.js824 alphaType = alphaType || CanvasKit.AlphaType.Unpremul;
1207 'alphaType': CanvasKit.AlphaType.Unpremul,
/third_party/skia/specs/web-img-decode/proposed/impl/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
/third_party/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js69 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,
284 alphaType: CK.AlphaType.Unpremul,
292 alphaType: CK.AlphaType.Unpremul,
864 alphaType: CK.AlphaType.Unpremul,
873 alphaType: CK.AlphaType.Unpremul,
Dindex.d.ts3839 Unpremul: AlphaType; property
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js695 'alphaType': CanvasKit.AlphaType.Unpremul,
825 'alphaType': CanvasKit.AlphaType.Unpremul,
/third_party/skia/include/sksl/
DDSLCore.h482 DSLExpression Unpremul(DSLExpression x, PositionInfo pos = PositionInfo::Capture());
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp711 DSLExpression Unpremul(DSLExpression x, PositionInfo pos) { in Unpremul() function
/third_party/skia/tests/
DSkSLDSLTest.cpp1829 EXPECT_EQUAL(Unpremul(a), "unpremul(a)"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()