/external/chromium_org/third_party/skia/include/core/ |
D | SkColorTable.h | 33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; } in alphaType() function
|
D | SkImageInfo.h | 189 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
|
D | SkBitmap.h | 97 SkAlphaType alphaType() const { return fInfo.fAlphaType; } in alphaType() function
|
/external/skia/include/core/ |
D | SkColorTable.h | 33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; } in alphaType() function
|
D | SkImageInfo.h | 189 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
|
D | SkBitmap.h | 97 SkAlphaType alphaType() const { return fInfo.fAlphaType; } in alphaType() function
|
/external/skia/src/core/ |
D | SkImageInfo.cpp | 12 static bool alpha_type_is_valid(SkAlphaType alphaType) { in alpha_type_is_valid()
|
D | SkBitmap.cpp | 155 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/ |
D | SkImageInfo.cpp | 12 static bool alpha_type_is_valid(SkAlphaType alphaType) { in alpha_type_is_valid()
|
D | SkBitmap.cpp | 155 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/ |
D | sk_tool_utils.cpp | 21 SkColorType colorType, SkAlphaType alphaType) { in write_pixels()
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 21 SkColorType colorType, SkAlphaType alphaType) { in write_pixels()
|
/external/chromium_org/cc/resources/ |
D | ui_resource_bitmap.cc | 45 SkAlphaType alphaType = is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in UIResourceBitmap() local
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 325 …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/ |
D | SkImageDecoder_ktx.cpp | 80 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
|
D | SkImageDecoder_libpng.cpp | 328 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode() local 712 SkAlphaType alphaType = kOpaque_SkAlphaType; in decodePalette() local 968 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecodeSubset() local
|
D | SkImageDecoder_libgif.cpp | 335 SkAlphaType alphaType = kOpaque_SkAlphaType; local
|
D | SkImageDecoder_libwebp.cpp | 301 SkAlphaType alphaType = kOpaque_SkAlphaType; in setDecodeConfig() local
|
D | SkImageDecoder_libjpeg.cpp | 573 const SkAlphaType alphaType = kAlpha_8_SkColorType == colorType ? in onDecode() local
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_ktx.cpp | 80 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecode() local
|
D | SkImageDecoder_libpng.cpp | 328 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode() local 712 SkAlphaType alphaType = kOpaque_SkAlphaType; in decodePalette() local 970 SkAlphaType alphaType = kOpaque_SkAlphaType; in onDecodeSubset() local
|
D | SkImageDecoder_libgif.cpp | 335 SkAlphaType alphaType = kOpaque_SkAlphaType; local
|
D | SkImageDecoder_libwebp.cpp | 301 SkAlphaType alphaType = kOpaque_SkAlphaType; in setDecodeConfig() local
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 64 static SkColorTable* init_ctable(SkAlphaType alphaType) { in init_ctable()
|
/external/chromium_org/third_party/skia/tests/ |
D | BitmapCopyTest.cpp | 64 static SkColorTable* init_ctable(SkAlphaType alphaType) { in init_ctable()
|