Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkImageInfo.cpp16 static bool alpha_type_is_valid(SkAlphaType alphaType) { in alpha_type_is_valid()
49 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, in SkColorTypeValidateAlphaType()
DSkLinearBitmapPipeline.cpp665 SkAlphaType alphaType, in choose_pixel_placer()
DSkCanvas.cpp1177 SkAlphaType alphaType = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in make_layer_info() local
/external/skia/bench/
DCodecBenchPriv.h30 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
DCodecBench.cpp19 SkAlphaType alphaType) in CodecBench()
Dnanobench.cpp748 SkAlphaType alphaType = codec->getInfo().alphaType(); in rawNext() local
/external/skia/src/gpu/
DGrSurfacePriv.h39 SkImageInfo info(SkAlphaType alphaType) const { return fSurface->info(alphaType); } in info()
/external/skia/src/images/
DSkImageDecoder_astc.cpp124 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
DSkImageDecoder_ktx.cpp74 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
DSkImageDecoder_libwebp.cpp275 SkAlphaType alphaType = kOpaque_SkAlphaType; in setDecodeConfig() local
DSkImageDecoder_libjpeg.cpp393 const SkAlphaType alphaType = kAlpha_8_SkColorType == colorType ? in onDecode() local
DSkImageDecoder_libpng.cpp308 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode() local
/external/skia/src/codec/
DSkWbmpCodec.cpp33 static inline bool valid_color_type(SkColorType colorType, SkAlphaType alphaType) { in valid_color_type()
DSkBmpCodec.cpp383 SkAlphaType alphaType = kOpaque_SkAlphaType; in ReadHeader() local
DSkGifCodec.cpp212 SkAlphaType alphaType = (transIndex < 256) ? kPremul_SkAlphaType : kOpaque_SkAlphaType; in ReadHeader() local
DSkPngCodec.cpp249 SkAlphaType alphaType = kUnknown_SkAlphaType; in read_header() local
/external/skia/include/core/
DSkPixmap.h69 SkAlphaType alphaType() const { return fInfo.alphaType(); } in alphaType() function
DSkImageInfo.h224 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
DSkBitmap.h87 SkAlphaType alphaType() const { return fInfo.alphaType(); } in alphaType() function
/external/skia/dm/
DDM.cpp428 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local
465 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local
DDMSrcSink.cpp1041 SkAlphaType alphaType = kPremul_SkAlphaType; in draw() local
/external/skia/include/c/
Dsk_types.h78 sk_alphatype_t alphaType; member
/external/skia/tests/
DSurfaceTest.cpp247 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/
Dsk_tool_utils.cpp172 SkColorType colorType, SkAlphaType alphaType) { in write_pixels()
/external/skia/tools/json/
DSkJSONCanvas.cpp244 static const char* alpha_type_name(SkAlphaType alphaType) { in alpha_type_name()

12