| /third_party/flutter/skia/src/gpu/effects/ |
| D | GrBicubicEffect.h | 42 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function 50 SkAlphaType alphaType) { in Make() 64 SkAlphaType alphaType) { in Make() 98 SkAlphaType alphaType) { in Make()
|
| /third_party/skia/modules/canvaskit/tests/ |
| D | core.spec.js | 141 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/ |
| D | GrBicubicEffect.cpp | 115 SkAlphaType alphaType, in Make() 126 SkAlphaType alphaType, in Make() 143 SkAlphaType alphaType, in MakeSubset() 162 SkAlphaType alphaType, in MakeSubset() 189 SkAlphaType alphaType, in Make()
|
| D | GrTextureEffect.cpp | 155 SkAlphaType alphaType, in Make() 167 SkAlphaType alphaType, in Make() 186 SkAlphaType alphaType, in MakeSubset() 207 SkAlphaType alphaType, in MakeSubset() 223 SkAlphaType alphaType, in MakeCustomLinearFilterInset() 758 SkAlphaType alphaType, in GrTextureEffect()
|
| /third_party/flutter/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
|
| /third_party/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
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrColorSpaceInfo.cpp | 12 SkAlphaType alphaType, in GrColorSpaceInfo()
|
| D | GrRecordingContext.cpp | 149 SkAlphaType alphaType, in makeWrappedSurfaceContext() 173 SkAlphaType alphaType, in makeDeferredTextureContext() 331 SkAlphaType alphaType, in makeWrappedSurfaceContext() 343 SkAlphaType alphaType, in makeDeferredTextureContext()
|
| D | GrColorSpaceInfo.h | 33 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
|
| D | GrTextureContext.cpp | 22 SkAlphaType alphaType, in GrTextureContext()
|
| /third_party/skia/bench/ |
| D | CodecBenchPriv.h | 28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
|
| /third_party/flutter/skia/bench/ |
| D | CodecBenchPriv.h | 28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
|
| /third_party/skia/src/gpu/ |
| D | GrColorInfo.cpp | 13 GrColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) in GrColorInfo()
|
| /third_party/skia/tools/flags/ |
| D | CommonFlagsConfig.cpp | 360 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/flutter/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
|
| /third_party/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 | 58 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
|
| /third_party/flutter/skia/tools/flags/ |
| D | CommonFlagsConfig.cpp | 285 SkAlphaType* alphaType, in parse_option_gpu_color() 385 SkAlphaType* alphaType, in get_option_gpu_color() 441 SkAlphaType alphaType, in SkCommandLineConfigGpu() 471 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_gpu() local
|
| /third_party/flutter/skia/specs/web-img-decode/proposed/impl/ |
| D | impl.js | 19 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
|
| /third_party/skia/specs/web-img-decode/proposed/impl/ |
| D | impl.js | 22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
|
| /third_party/flutter/skia/tools/gpu/ |
| D | ProxyUtils.h | 24 SkAlphaType alphaType, GrSurfaceOrigin origin, in MakeTextureProxyFromData()
|
| /third_party/skia/tests/ |
| D | WebpTest.cpp | 47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
|