Home
last modified time | relevance | path

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

12345

/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp118 SkAlphaType alphaType, in Make()
129 SkAlphaType alphaType, in Make()
146 SkAlphaType alphaType, in MakeSubset()
165 SkAlphaType alphaType, in MakeSubset()
192 SkAlphaType alphaType, in Make()
DGrTextureEffect.cpp156 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/
Dencode-srgb.cpp25 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make()
120 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
/external/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
/external/skqp/src/gpu/
DGrImageTextureMaker.cpp38 SkAlphaType GrImageTextureMaker::alphaType() const { in alphaType() function in GrImageTextureMaker
78 SkAlphaType GrYUVAImageTextureMaker::alphaType() const { in alphaType() function in GrYUVAImageTextureMaker
DGrTextureAdjuster.h36 SkAlphaType alphaType() const override { return fAlphaType; } in alphaType() function
/external/skia/bench/
DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
DCodecBench.cpp20 SkAlphaType alphaType) in CodecBench()
/external/skqp/bench/
DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
DCodecBench.cpp19 SkAlphaType alphaType) in CodecBench()
/external/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
/external/skia/docs/examples/
DBitmap_setAlphaType.cpp25 for (SkAlphaType alphaType : alphaTypes) { in draw() local
DColorTypeValidateAlphaType.cpp24 for (SkAlphaType alphaType : alphaTypes) { in draw() local
Dunexpected_setAlphaType.cpp57 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
/external/skia/modules/canvaskit/tests/
Dcore.spec.js141 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/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/external/skqp/experimental/canvaskit/
Dinterface.js397 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
Dcpu.js37 'alphaType': CanvasKit.AlphaType.Unpremul, property
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp286 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/
DWebpTest.cpp47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
/external/skia/tools/flags/
DCommonFlagsConfig.cpp326 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/
Dcpu.js37 'alphaType': SkottieKit.AlphaType.Unpremul, property
/external/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js69 alphaType: CanvasKit.AlphaType.Unpremul, property

12345