/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 157 alphaType: CanvasKit.AlphaType.Unpremul, property 251 'alphaType': CanvasKit.AlphaType.Unpremul, property 261 'alphaType': CanvasKit.AlphaType.Unpremul, property 1120 alphaType: CanvasKit.AlphaType.Unpremul, property 1147 alphaType: CanvasKit.AlphaType.Unpremul, property 1174 alphaType: CanvasKit.AlphaType.Unpremul, property 1197 alphaType: CanvasKit.AlphaType.Unpremul, property 1333 'alphaType': CanvasKit.AlphaType.Premul, property 1363 'alphaType': CanvasKit.AlphaType.Unpremul, property 1372 'alphaType': CanvasKit.AlphaType.Unpremul, property [all …]
|
/external/skia/src/gpu/effects/ |
D | GrBicubicEffect.cpp | 114 SkAlphaType alphaType, in Make() 125 SkAlphaType alphaType, in Make() 142 SkAlphaType alphaType, in MakeSubset() 161 SkAlphaType alphaType, in MakeSubset() 188 SkAlphaType alphaType, in Make()
|
D | GrTextureEffect.cpp | 156 SkAlphaType alphaType, in Make() 168 SkAlphaType alphaType, in Make() 187 SkAlphaType alphaType, in MakeSubset() 208 SkAlphaType alphaType, in MakeSubset() 224 SkAlphaType alphaType, in MakeCustomLinearFilterInset() 759 SkAlphaType alphaType, in GrTextureEffect()
|
/external/skia/gm/ |
D | encode_srgb.cpp | 35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make() 130 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
|
D | encode_color_types.cpp | 24 static sk_sp<SkImage> make_image(SkColorType colorType, SkAlphaType alphaType) { in make_image() 130 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
|
D | all_bitmap_configs.cpp | 194 static uint32_t make_pixel(int x, int y, SkAlphaType alphaType) { in make_pixel() 222 SkAlphaType alphaType, in make_color_test_bitmap_variant()
|
/external/skia/tools/flags/ |
D | CommonFlagsConfig.cpp | 361 SkAlphaType* alphaType) { in parse_option_gpu_color() 439 SkAlphaType* alphaType, in get_option_gpu_color() 527 SkAlphaType alphaType, in SkCommandLineConfigGpu() 570 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_gpu() local 642 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_graphite() local
|
/external/skia/bench/ |
D | CodecBenchPriv.h | 28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
|
D | CodecBench.cpp | 20 SkAlphaType alphaType) in CodecBench()
|
/external/skia/src/gpu/ |
D | GrColorInfo.cpp | 13 GrColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) in GrColorInfo()
|
D | GrAHardwareBufferImageGenerator.cpp | 50 AHardwareBuffer* graphicBuffer, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, in Make() 67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator()
|
D | GrColorInfo.h | 47 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
|
D | BaseDevice.cpp | 34 bool BaseDevice::CheckAlphaTypeAndGetFlags(SkAlphaType alphaType, in CheckAlphaTypeAndGetFlags()
|
/external/skia/docs/examples/ |
D | Bitmap_setAlphaType.cpp | 25 for (SkAlphaType alphaType : alphaTypes) { in draw() local
|
D | ColorTypeValidateAlphaType.cpp | 24 for (SkAlphaType alphaType : alphaTypes) { in draw() local
|
D | unexpected_setAlphaType.cpp | 59 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
|
/external/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
|
/external/skia/tests/ |
D | WebpTest.cpp | 47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
|
D | GrMipMappedTest.cpp | 374 SkAlphaType alphaType, in draw_mipmap_into_new_render_target() 436 SkAlphaType alphaType = kPremul_SkAlphaType; variable
|
/external/skia/demos.skia.org/demos/image_decode_web_worker/ |
D | main.js | 69 alphaType: CanvasKit.AlphaType.Unpremul, property
|
/external/skia/modules/canvaskit/ |
D | gpu.js | 203 'alphaType': CanvasKit.AlphaType.Unpremul, property 281 'alphaType': CanvasKit.AlphaType.Unpremul, property
|
D | cpu.js | 43 'alphaType': CanvasKit.AlphaType.Unpremul, property
|
/external/skia/experimental/wasm-skp-debugger/ |
D | cpu.js | 38 'alphaType': DebuggerView.AlphaType.Unpremul, property
|
/external/skia/dm/ |
D | DMJsonWriter.h | 35 SkString alphaType; member
|
/external/skia/src/ports/ |
D | SkImageGeneratorWIC.cpp | 108 SkAlphaType alphaType = kPremul_SkAlphaType; in MakeFromEncodedWIC() local
|