Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.h42 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/
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()
758 SkAlphaType alphaType, in GrTextureEffect()
/third_party/flutter/skia/gm/
Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make()
130 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
/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
/third_party/flutter/skia/src/gpu/
DGrColorSpaceInfo.cpp12 SkAlphaType alphaType, in GrColorSpaceInfo()
DGrRecordingContext.cpp149 SkAlphaType alphaType, in makeWrappedSurfaceContext()
173 SkAlphaType alphaType, in makeDeferredTextureContext()
331 SkAlphaType alphaType, in makeWrappedSurfaceContext()
343 SkAlphaType alphaType, in makeDeferredTextureContext()
DGrColorSpaceInfo.h33 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
DGrTextureContext.cpp22 SkAlphaType alphaType, in GrTextureContext()
/third_party/skia/bench/
DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
/third_party/flutter/skia/bench/
DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
/third_party/skia/src/gpu/
DGrColorInfo.cpp13 GrColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) in GrColorInfo()
/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/flutter/skia/docs/examples/
DBitmap_setAlphaType.cpp25 for (SkAlphaType alphaType : alphaTypes) { in draw() local
DColorTypeValidateAlphaType.cpp24 for (SkAlphaType alphaType : alphaTypes) { in draw() 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/flutter/skia/tools/flags/
DCommonFlagsConfig.cpp285 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/
Dimpl.js19 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/third_party/skia/specs/web-img-decode/proposed/impl/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/third_party/flutter/skia/tools/gpu/
DProxyUtils.h24 SkAlphaType alphaType, GrSurfaceOrigin origin, in MakeTextureProxyFromData()
/third_party/skia/tests/
DWebpTest.cpp47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local

12345