Home
last modified time | relevance | path

Searched defs:alphaType (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js141 alphaType: CanvasKit.AlphaType.Unpremul, property
234 'alphaType': CanvasKit.AlphaType.Unpremul, property
244 'alphaType': CanvasKit.AlphaType.Unpremul, property
1103 alphaType: CanvasKit.AlphaType.Unpremul, property
1130 alphaType: CanvasKit.AlphaType.Unpremul, property
1153 alphaType: CanvasKit.AlphaType.Unpremul, property
1274 'alphaType': CanvasKit.AlphaType.Premul, property
1304 'alphaType': CanvasKit.AlphaType.Unpremul, property
1313 'alphaType': CanvasKit.AlphaType.Unpremul, property
1338 'alphaType': CanvasKit.AlphaType.Premul, property
[all …]
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp115 SkAlphaType alphaType, in Make()
126 SkAlphaType alphaType, in Make()
143 SkAlphaType alphaType, in MakeSubset()
162 SkAlphaType alphaType, in MakeSubset()
189 SkAlphaType alphaType, in Make()
DGrTextureEffect.cpp155 SkAlphaType alphaType, in Make()
167 SkAlphaType alphaType, in Make()
186 SkAlphaType alphaType, in MakeSubset()
207 SkAlphaType alphaType, in MakeSubset()
223 SkAlphaType alphaType, in MakeCustomLinearFilterInset()
765 SkAlphaType alphaType, in GrTextureEffect()
/third_party/skia/gm/
Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make()
130 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
Dencode_color_types.cpp24 static sk_sp<SkImage> make_image(SkColorType colorType, SkAlphaType alphaType) { in make_image()
130 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
Dall_bitmap_configs.cpp194 static uint32_t make_pixel(int x, int y, SkAlphaType alphaType) { in make_pixel()
222 SkAlphaType alphaType, in make_color_test_bitmap_variant()
/third_party/skia/bench/
DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
DCodecBench.cpp20 SkAlphaType alphaType) in CodecBench()
/third_party/skia/src/gpu/
DGrColorInfo.cpp13 GrColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) in GrColorInfo()
DGrColorInfo.h47 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
DGrAHardwareBufferImageGenerator.cpp50 AHardwareBuffer* graphicBuffer, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, in Make()
67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator()
DBaseDevice.cpp34 bool BaseDevice::CheckAlphaTypeAndGetFlags(SkAlphaType alphaType, in CheckAlphaTypeAndGetFlags()
/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp360 SkAlphaType* alphaType) { in parse_option_gpu_color()
435 SkAlphaType* alphaType, in get_option_gpu_color()
523 SkAlphaType alphaType, in SkCommandLineConfigGpu()
566 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_gpu() local
638 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_graphite() local
/third_party/skia/docs/examples/
DBitmap_setAlphaType.cpp25 for (SkAlphaType alphaType : alphaTypes) { in draw() local
DColorTypeValidateAlphaType.cpp24 for (SkAlphaType alphaType : alphaTypes) { in draw() local
Dunexpected_setAlphaType.cpp58 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
/third_party/skia/specs/web-img-decode/proposed/impl/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/third_party/skia/tests/
DWebpTest.cpp47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
DGrMipMappedTest.cpp374 SkAlphaType alphaType, in draw_mipmap_into_new_render_target()
436 SkAlphaType alphaType = kPremul_SkAlphaType; variable
/third_party/skia/experimental/skottiekit/
Dcpu.js37 'alphaType': SkottieKit.AlphaType.Unpremul, property
/third_party/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js69 alphaType: CanvasKit.AlphaType.Unpremul, property
/third_party/skia/experimental/wasm-skp-debugger/
Dcpu.js38 'alphaType': DebuggerView.AlphaType.Unpremul, property
/third_party/skia/modules/canvaskit/
Dgpu.js194 'alphaType': CanvasKit.AlphaType.Unpremul, property
224 'alphaType': CanvasKit.AlphaType.Unpremul, property
Dcpu.js43 'alphaType': CanvasKit.AlphaType.Unpremul, property
/third_party/skia/dm/
DDMJsonWriter.h35 SkString alphaType; member

123