/external/skia/src/core/ |
D | SkImageInfo.cpp | 16 static bool alpha_type_is_valid(SkAlphaType alphaType) { in alpha_type_is_valid() 49 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, in SkColorTypeValidateAlphaType()
|
D | SkLinearBitmapPipeline.cpp | 665 SkAlphaType alphaType, in choose_pixel_placer()
|
D | SkCanvas.cpp | 1177 SkAlphaType alphaType = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in make_layer_info() local
|
/external/skia/bench/ |
D | CodecBenchPriv.h | 30 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
|
D | CodecBench.cpp | 19 SkAlphaType alphaType) in CodecBench()
|
D | nanobench.cpp | 748 SkAlphaType alphaType = codec->getInfo().alphaType(); in rawNext() local
|
/external/skia/src/gpu/ |
D | GrSurfacePriv.h | 39 SkImageInfo info(SkAlphaType alphaType) const { return fSurface->info(alphaType); } in info()
|
/external/skia/src/images/ |
D | SkImageDecoder_astc.cpp | 124 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
|
D | SkImageDecoder_ktx.cpp | 74 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
|
D | SkImageDecoder_libwebp.cpp | 275 SkAlphaType alphaType = kOpaque_SkAlphaType; in setDecodeConfig() local
|
D | SkImageDecoder_libjpeg.cpp | 393 const SkAlphaType alphaType = kAlpha_8_SkColorType == colorType ? in onDecode() local
|
D | SkImageDecoder_libpng.cpp | 308 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode() local
|
/external/skia/src/codec/ |
D | SkWbmpCodec.cpp | 33 static inline bool valid_color_type(SkColorType colorType, SkAlphaType alphaType) { in valid_color_type()
|
D | SkBmpCodec.cpp | 383 SkAlphaType alphaType = kOpaque_SkAlphaType; in ReadHeader() local
|
D | SkGifCodec.cpp | 212 SkAlphaType alphaType = (transIndex < 256) ? kPremul_SkAlphaType : kOpaque_SkAlphaType; in ReadHeader() local
|
D | SkPngCodec.cpp | 249 SkAlphaType alphaType = kUnknown_SkAlphaType; in read_header() local
|
/external/skia/include/core/ |
D | SkPixmap.h | 69 SkAlphaType alphaType() const { return fInfo.alphaType(); } in alphaType() function
|
D | SkImageInfo.h | 224 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
|
D | SkBitmap.h | 87 SkAlphaType alphaType() const { return fInfo.alphaType(); } in alphaType() function
|
/external/skia/dm/ |
D | DM.cpp | 428 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local 465 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local
|
D | DMSrcSink.cpp | 1041 SkAlphaType alphaType = kPremul_SkAlphaType; in draw() local
|
/external/skia/include/c/ |
D | sk_types.h | 78 sk_alphatype_t alphaType; member
|
/external/skia/tests/ |
D | SurfaceTest.cpp | 247 SkAlphaType alphaType = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in DEF_TEST() local 257 SkAlphaType alphaType = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 172 SkColorType colorType, SkAlphaType alphaType) { in write_pixels()
|
/external/skia/tools/json/ |
D | SkJSONCanvas.cpp | 244 static const char* alpha_type_name(SkAlphaType alphaType) { in alpha_type_name()
|