Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/include/core/
DSkColorTable.h33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; } in alphaType() function
DSkImageInfo.h189 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
DSkBitmap.h97 SkAlphaType alphaType() const { return fInfo.fAlphaType; } in alphaType() function
/external/skia/include/core/
DSkColorTable.h33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; } in alphaType() function
DSkImageInfo.h189 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
DSkBitmap.h97 SkAlphaType alphaType() const { return fInfo.fAlphaType; } in alphaType() function
/external/skia/src/core/
DSkImageInfo.cpp12 static bool alpha_type_is_valid(SkAlphaType alphaType) { in alpha_type_is_valid()
DSkBitmap.cpp155 static bool validate_alphaType(SkColorType colorType, SkAlphaType alphaType, in validate_alphaType()
224 SkAlphaType alphaType) { in setConfig()
230 bool SkBitmap::setAlphaType(SkAlphaType alphaType) { in setAlphaType()
/external/chromium_org/third_party/skia/src/core/
DSkImageInfo.cpp12 static bool alpha_type_is_valid(SkAlphaType alphaType) { in alpha_type_is_valid()
DSkBitmap.cpp155 static bool validate_alphaType(SkColorType colorType, SkAlphaType alphaType, in validate_alphaType()
224 SkAlphaType alphaType) { in setConfig()
230 bool SkBitmap::setAlphaType(SkAlphaType alphaType) { in setAlphaType()
/external/chromium_org/third_party/skia/tools/
Dsk_tool_utils.cpp21 SkColorType colorType, SkAlphaType alphaType) { in write_pixels()
/external/skia/tools/
Dsk_tool_utils.cpp21 SkColorType colorType, SkAlphaType alphaType) { in write_pixels()
/external/chromium_org/cc/resources/
Dui_resource_bitmap.cc45 SkAlphaType alphaType = is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in UIResourceBitmap() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp325 …SkAlphaType alphaType = (multiplied == Premultiplied) ? kPremul_SkAlphaType : kUnpremul_SkAlphaTyp… in getImageData() local
370 …const SkAlphaType alphaType = (multiplied == Premultiplied) ? kPremul_SkAlphaType : kUnpremul_SkAl… in putByteArray() local
/external/skia/src/images/
DSkImageDecoder_ktx.cpp80 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
DSkImageDecoder_libpng.cpp328 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode() local
712 SkAlphaType alphaType = kOpaque_SkAlphaType; in decodePalette() local
968 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecodeSubset() local
DSkImageDecoder_libgif.cpp335 SkAlphaType alphaType = kOpaque_SkAlphaType; local
DSkImageDecoder_libwebp.cpp301 SkAlphaType alphaType = kOpaque_SkAlphaType; in setDecodeConfig() local
DSkImageDecoder_libjpeg.cpp573 const SkAlphaType alphaType = kAlpha_8_SkColorType == colorType ? in onDecode() local
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_ktx.cpp80 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
DSkImageDecoder_libpng.cpp328 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode() local
712 SkAlphaType alphaType = kOpaque_SkAlphaType; in decodePalette() local
970 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecodeSubset() local
DSkImageDecoder_libgif.cpp335 SkAlphaType alphaType = kOpaque_SkAlphaType; local
DSkImageDecoder_libwebp.cpp301 SkAlphaType alphaType = kOpaque_SkAlphaType; in setDecodeConfig() local
/external/skia/tests/
DBitmapCopyTest.cpp64 static SkColorTable* init_ctable(SkAlphaType alphaType) { in init_ctable()
/external/chromium_org/third_party/skia/tests/
DBitmapCopyTest.cpp64 static SkColorTable* init_ctable(SkAlphaType alphaType) { in init_ctable()

12