/external/skia/src/gpu/effects/ |
D | GrBicubicEffect.cpp | 118 SkAlphaType alphaType, in Make() 129 SkAlphaType alphaType, in Make() 146 SkAlphaType alphaType, in MakeSubset() 165 SkAlphaType alphaType, in MakeSubset() 192 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/skqp/gm/ |
D | encode-srgb.cpp | 25 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make() 120 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
|
/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
|
/external/skqp/src/gpu/ |
D | GrImageTextureMaker.cpp | 38 SkAlphaType GrImageTextureMaker::alphaType() const { in alphaType() function in GrImageTextureMaker 78 SkAlphaType GrYUVAImageTextureMaker::alphaType() const { in alphaType() function in GrYUVAImageTextureMaker
|
D | GrTextureAdjuster.h | 36 SkAlphaType alphaType() const override { return fAlphaType; } in alphaType() function
|
/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/skqp/bench/ |
D | CodecBenchPriv.h | 28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
|
D | CodecBench.cpp | 19 SkAlphaType alphaType) in CodecBench()
|
/external/skia/src/gpu/ |
D | GrColorInfo.cpp | 13 GrColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) in GrColorInfo()
|
D | GrColorInfo.h | 47 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
|
/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 | 57 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 141 alphaType: CanvasKit.AlphaType.Unpremul, property 230 'alphaType': CanvasKit.AlphaType.Unpremul, property 240 'alphaType': CanvasKit.AlphaType.Unpremul, property 1098 alphaType: CanvasKit.AlphaType.Unpremul, property 1125 alphaType: CanvasKit.AlphaType.Unpremul, property 1148 alphaType: CanvasKit.AlphaType.Unpremul, property 1269 'alphaType': CanvasKit.AlphaType.Premul, property
|
/external/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
|
/external/skqp/experimental/canvaskit/ |
D | interface.js | 397 CanvasKit.SkCanvas.prototype.readPixels = function(x, y, w, h, alphaType, argument 410 'alphaType': alphaType, property 427 destX, destY, alphaType, colorType) { argument 444 'alphaType': alphaType, property 679 CanvasKit.MakeImage = function(pixels, width, height, alphaType, colorType) { argument 684 'alphaType': alphaType, property
|
D | cpu.js | 37 'alphaType': CanvasKit.AlphaType.Unpremul, property
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 286 SkAlphaType* alphaType, in parse_option_gpu_color() 374 SkAlphaType* alphaType, in get_option_gpu_color() 426 bool useNVPR, bool useDIText, int samples, SkColorType colorType, SkAlphaType alphaType, in SkCommandLineConfigGpu() 461 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_gpu() local
|
/external/skia/tests/ |
D | WebpTest.cpp | 47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
|
/external/skia/tools/flags/ |
D | CommonFlagsConfig.cpp | 326 SkAlphaType* alphaType, in parse_option_gpu_color() 426 SkAlphaType* alphaType, in get_option_gpu_color() 484 SkAlphaType alphaType, in SkCommandLineConfigGpu() 529 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_gpu() local
|
/external/skia/experimental/skottiekit/ |
D | cpu.js | 37 'alphaType': SkottieKit.AlphaType.Unpremul, property
|
/external/skia/demos.skia.org/demos/image_decode_web_worker/ |
D | main.js | 69 alphaType: CanvasKit.AlphaType.Unpremul, property
|