/external/skia/bench/ |
D | BitmapBench.cpp | 99 kOpaque_SkAlphaType == fAlphaType ? "" : "_A"); in onGetName() 121 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0); in onDelayedSetup() 363 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kOpaque_SkAlphaType, false, false, false); ) 364 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kOpaque_SkAlphaType, false, false, true); ) 365 DEF_BENCH( return new BitmapBench(kRGB_565_SkColorType, kOpaque_SkAlphaType, false, false, false); ) 367 DEF_BENCH( return new BitmapBench(kIndex_8_SkColorType, kOpaque_SkAlphaType, false, false, false); ) 368 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kOpaque_SkAlphaType, true, true, false); ) 369 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kOpaque_SkAlphaType, true, false, false); ) 373 DEF_BENCH( return new FilterBitmapBench(kN32_SkColorType, kOpaque_SkAlphaType, false, false, kScale… 374 DEF_BENCH( return new FilterBitmapBench(kN32_SkColorType, kOpaque_SkAlphaType, true, true, kScale_F… [all …]
|
D | RepeatTileBench.cpp | 68 kIndex_8_SkColorType, kOpaque_SkAlphaType), in convert_to_index666() 103 sk_tool_utils::colortype_name(ct), kOpaque_SkAlphaType == at ? 'X' : 'A'); in RepeatTileBench() 113 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0); in onDelayedSetup() 143 DEF_BENCH(return new RepeatTileBench(kN32_SkColorType, kOpaque_SkAlphaType)) 145 DEF_BENCH(return new RepeatTileBench(kRGB_565_SkColorType, kOpaque_SkAlphaType))
|
D | CodecBenchPriv.h | 32 case kOpaque_SkAlphaType: in alpha_type_to_str()
|
/external/skia/src/utils/mac/ |
D | SkCreateCGImageRef.cpp | 21 case kOpaque_SkAlphaType: in ComputeCGAlphaInfo_RGBA() 39 case kOpaque_SkAlphaType: in ComputeCGAlphaInfo_BGRA() 77 *info = ComputeCGAlphaInfo_RGBA(kOpaque_SkAlphaType); in getBitmapInfo() 301 tmp.setAlphaType(kOpaque_SkAlphaType); in SkCreateBitmapFromCGImage() 306 tmp.setAlphaType(kOpaque_SkAlphaType); in SkCreateBitmapFromCGImage()
|
/external/skia/src/codec/ |
D | SkCodecPriv.h | 88 if (kOpaque_SkAlphaType == srcAlpha) { in valid_alpha() 138 return kOpaque_SkAlphaType == dst.alphaType(); in conversion_possible() 140 if (kOpaque_SkAlphaType != dst.alphaType()) { in conversion_possible()
|
D | SkAndroidCodec.cpp | 94 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) { in computeOutputColorType() 113 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) { in computeOutputAlphaType() 114 return kOpaque_SkAlphaType; in computeOutputAlphaType()
|
D | SkWbmpCodec.cpp | 40 return kOpaque_SkAlphaType == alphaType; in valid_color_type() 170 kGray_8_SkColorType, kOpaque_SkAlphaType); in NewFromStream()
|
D | SkPngCodec.cpp | 262 kUnpremul_SkAlphaType : kOpaque_SkAlphaType; in read_header() 270 alphaType = kOpaque_SkAlphaType; in read_header() 290 alphaType = kOpaque_SkAlphaType; in read_header() 401 if (this->getInfo().alphaType() == kOpaque_SkAlphaType) { in initializeSwizzler()
|
D | SkWebpCodec.cpp | 71 : kOpaque_SkAlphaType); in webp_parse_header() 102 return src.alphaType() == kOpaque_SkAlphaType; in webp_conversion_possible()
|
D | SkMaskSwizzler.cpp | 238 if (kOpaque_SkAlphaType == srcInfo.alphaType()) { in CreateMaskSwizzler() 263 if (kOpaque_SkAlphaType == srcInfo.alphaType()) { in CreateMaskSwizzler() 288 if (kOpaque_SkAlphaType == srcInfo.alphaType()) { in CreateMaskSwizzler()
|
/external/skia/tests/ |
D | ImageIsOpaqueTest.cpp | 61 SkImageInfo infoOpaque = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType); in DEF_TEST() 74 SkImageInfo infoOpaque = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ImageFrom565Bitmap.cpp | 16 5, 7, kRGB_565_SkColorType, kOpaque_SkAlphaType)); in DEF_TEST()
|
D | ImageTest.cpp | 42 a->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType); in assert_equal() 65 const SkImageInfo info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType); in create_image() 71 *info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType); in create_image_data() 126 const SkImageInfo info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType); in create_gpu_image() 352 SkImageInfo info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType); in DEF_GPUTEST_FOR_NATIVE_CONTEXT() 643 kOpaque_SkAlphaType == info.alphaType()); in test_peek()
|
D | ARGBImageEncoderTest.cpp | 40 kOpaque_SkAlphaType)); in DEF_TEST()
|
/external/skia/gm/ |
D | aaclip.cpp | 170 { kRGB_565_SkColorType, kOpaque_SkAlphaType }, in onDraw() 174 { kRGBA_8888_SkColorType, kOpaque_SkAlphaType }, in onDraw() 178 { kBGRA_8888_SkColorType, kOpaque_SkAlphaType }, in onDraw()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 47 return SkImageInfo::MakeN32(w, h, isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType); in make_info() 86 return GrPixelConfigIsOpaque(fTexture->config()) || fAlphaType == kOpaque_SkAlphaType; in isOpaque() 279 kOpaque_SkAlphaType, dst, budgeted); in NewFromYUVTexturesCopy() 299 SkAlphaType at = this->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in newTextureImage()
|
/external/skia/src/ports/ |
D | SkImageDecoder_CG.cpp | 109 bm->setAlphaType(kOpaque_SkAlphaType); in force_opaque() 171 at = kOpaque_SkAlphaType; in onDecode() 205 bm->setAlphaType(kOpaque_SkAlphaType); in onDecode()
|
/external/skia/include/core/ |
D | SkImageInfo.h | 30 kOpaque_SkAlphaType, enumerator 51 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
/external/skia/samplecode/ |
D | SampleFilterQuality.cpp | 57 SkImageInfo info = SkImageInfo::MakeN32(N, N, kOpaque_SkAlphaType); in make_image() 82 kOpaque_SkAlphaType); in zoom_up() 238 kOpaque_SkAlphaType); in drawHere()
|
D | SampleTinyBitmap.cpp | 61 bm->setAlphaType(isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType); in setBitmapOpaque()
|
/external/skia/src/core/ |
D | SkSpriteBlitter_RGB16.cpp | 321 if (kPremul_SkAlphaType != at && kOpaque_SkAlphaType != at) { in ChooseD16() 328 if (kPremul_SkAlphaType != at && kOpaque_SkAlphaType != at) { in ChooseD16() 345 if (kPremul_SkAlphaType != at && kOpaque_SkAlphaType != at) { in ChooseD16()
|
D | SkBitmapProvider.cpp | 48 SkAlphaType at = fImage->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType; in info()
|
D | SkConfig8888.cpp | 60 if (kOpaque_SkAlphaType == src || kOpaque_SkAlphaType == dst || src == dst) { in compute_AlphaVerb()
|
D | SkImageInfo.cpp | 71 alphaType = kOpaque_SkAlphaType; in SkColorTypeValidateAlphaType()
|
/external/skia/src/images/ |
D | SkImageDecoder_pkm.cpp | 55 kOpaque_SkAlphaType)); in onDecode()
|