Home
last modified time | relevance | path

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

123

/external/skia/modules/canvaskit/tests/
Dcore.spec.js157 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/
DGrBicubicEffect.cpp114 SkAlphaType alphaType, in Make()
125 SkAlphaType alphaType, in Make()
142 SkAlphaType alphaType, in MakeSubset()
161 SkAlphaType alphaType, in MakeSubset()
188 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/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
Dall_bitmap_configs.cpp194 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/
DCommonFlagsConfig.cpp361 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/
DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
DCodecBench.cpp20 SkAlphaType alphaType) in CodecBench()
/external/skia/src/gpu/
DGrColorInfo.cpp13 GrColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) in GrColorInfo()
DGrAHardwareBufferImageGenerator.cpp50 AHardwareBuffer* graphicBuffer, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, in Make()
67 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator()
DGrColorInfo.h47 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
DBaseDevice.cpp34 bool BaseDevice::CheckAlphaTypeAndGetFlags(SkAlphaType alphaType, in CheckAlphaTypeAndGetFlags()
/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.cpp59 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
/external/skia/specs/web-img-decode/proposed/impl/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/external/skia/tests/
DWebpTest.cpp47 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
DGrMipMappedTest.cpp374 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/
Dmain.js69 alphaType: CanvasKit.AlphaType.Unpremul, property
/external/skia/modules/canvaskit/
Dgpu.js203 'alphaType': CanvasKit.AlphaType.Unpremul, property
281 'alphaType': CanvasKit.AlphaType.Unpremul, property
Dcpu.js43 'alphaType': CanvasKit.AlphaType.Unpremul, property
/external/skia/experimental/wasm-skp-debugger/
Dcpu.js38 'alphaType': DebuggerView.AlphaType.Unpremul, property
/external/skia/dm/
DDMJsonWriter.h35 SkString alphaType; member
/external/skia/src/ports/
DSkImageGeneratorWIC.cpp108 SkAlphaType alphaType = kPremul_SkAlphaType; in MakeFromEncodedWIC() local

123