/external/skia/bench/ |
CodecBenchPriv.h | 34 case kPremul_SkAlphaType:
|
WritePixelsBench.cpp | 31 case kPremul_SkAlphaType: 74 DEF_BENCH(return new WritePixelsBench(kRGBA_8888_SkColorType, kPremul_SkAlphaType);)
|
RepeatTileBench.cpp | 91 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType) 144 DEF_BENCH(return new RepeatTileBench(kN32_SkColorType, kPremul_SkAlphaType)) 146 DEF_BENCH(return new RepeatTileBench(kIndex_8_SkColorType, kPremul_SkAlphaType))
|
AndroidCodecBench.cpp | 38 fInfo = fInfo.makeAlphaType(kPremul_SkAlphaType);
|
BitmapBench.cpp | 285 : INHERITED(ct, kPremul_SkAlphaType, forceUpdate, bitmapVolatile, false) 362 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kPremul_SkAlphaType, false, false, false); ) 366 DEF_BENCH( return new BitmapBench(kIndex_8_SkColorType, kPremul_SkAlphaType, false, false, false); ) 372 DEF_BENCH( return new FilterBitmapBench(kN32_SkColorType, kPremul_SkAlphaType, false, false, kScale_Flag | kBilerp_Flag); ) 378 DEF_BENCH( return new FilterBitmapBench(kN32_SkColorType, kPremul_SkAlphaType, false, false, kScale_Flag | kRotate_Flag | kBilerp_Flag); ) 383 DEF_BENCH( return new FilterBitmapBench(kN32_SkColorType, kPremul_SkAlphaType, false, false, kScale_Flag | kBilerp_Flag | kBicubic_Flag); ) 384 DEF_BENCH( return new FilterBitmapBench(kN32_SkColorType, kPremul_SkAlphaType, false, false, kScale_Flag | kRotate_Flag | kBilerp_Flag | kBicubic_Flag); )
|
/external/skia/samplecode/ |
SampleTinyBitmap.cpp | 26 kPremul_SkAlphaType), 61 bm->setAlphaType(isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
|
SampleDitherBitmap.cpp | 64 bm.allocPixels(SkImageInfo::Make(256, 32, kIndex_8_SkColorType, kPremul_SkAlphaType), 104 bm->setAlphaType(isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
|
/external/skia/tests/ |
BitmapGetColorTest.cpp | 37 kPremul_SkAlphaType);
|
PDFInvalidBitmapTest.cpp | 41 SkImageInfo::Make(100, 100, colorType, kPremul_SkAlphaType));
|
SurfaceTest.cpp | 30 static SkSurface* create_surface(SkAlphaType at = kPremul_SkAlphaType, 38 static SkSurface* create_direct_surface(SkAlphaType at = kPremul_SkAlphaType, 51 static SkSurface* create_gpu_surface(GrContext* context, SkAlphaType at = kPremul_SkAlphaType, 60 SkAlphaType at = kPremul_SkAlphaType, 71 const SkImageInfo info = SkImageInfo::Make(0, 0, kN32_SkColorType, kPremul_SkAlphaType); 78 const SkImageInfo info = SkImageInfo::Make(0, 0, kN32_SkColorType, kPremul_SkAlphaType); 187 SkAutoTUnref<SkSurface> surface(surface_func(kPremul_SkAlphaType, &requestInfo)); 195 SkAutoTUnref<SkSurface> surface(surface_func(context, kPremul_SkAlphaType, &requestInfo)); 220 SkAutoTUnref<SkSurface> surface(surface_func(kPremul_SkAlphaType, nullptr)); 227 SkAutoTUnref<SkSurface> surface(surface_func(context, kPremul_SkAlphaType, nullptr)) [all...] |
/external/skia/include/core/ |
SkImage.h | 98 return NewFromTexture(ctx, desc, kPremul_SkAlphaType, NULL, NULL); 124 SkAlphaType = kPremul_SkAlphaType); 133 SkAlphaType = kPremul_SkAlphaType);
|
SkImageInfo.h | 36 kPremul_SkAlphaType, 196 return SkImageInfo(width, height, kN32_SkColorType, kPremul_SkAlphaType, pt); 208 return SkImageInfo(width, height, kAlpha_8_SkColorType, kPremul_SkAlphaType,
|
/external/skia/src/utils/ |
SkImageGeneratorUtils.cpp | 92 const SkAlphaType at = kPremul_SkAlphaType; // take isOpaque from caller? 127 const SkAlphaType at = image->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
|
/external/skia/gm/ |
tinybitmap.cpp | 22 kPremul_SkAlphaType),
|
color4f.cpp | 78 const SkImageInfo info = SkImageInfo::Make(1024, 100, kN32_SkColorType, kPremul_SkAlphaType,
|
bitmappremul.cpp | 27 kPremul_SkAlphaType));
|
/external/skia/src/core/ |
SkBitmapProvider.cpp | 48 SkAlphaType at = fImage->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
|
SkSpecialImage.h | 63 SkAlphaType at = kPremul_SkAlphaType);
|
SkImageInfo.cpp | 57 alphaType = kPremul_SkAlphaType;
|
/external/skia/src/gpu/ |
SkGrPixelRef.cpp | 78 desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT); 92 SkImageInfo info = SkImageInfo::Make(desc.fWidth, desc.fHeight, dstCT, kPremul_SkAlphaType,
|
/external/skia/tools/skiaserve/ |
Request.cpp | 96 kPremul_SkAlphaType); 106 kN32_SkColorType, kPremul_SkAlphaType);
|
/external/skia/src/android/ |
SkBitmapRegionCanvas.cpp | 35 dstAlphaType = kPremul_SkAlphaType;
|
/external/skia/src/codec/ |
SkCodecImageGenerator.cpp | 21 return info.makeAlphaType(kPremul_SkAlphaType);
|
/external/skia/src/image/ |
SkImage_Generator.cpp | 86 this->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
|
SkImage_Gpu.cpp | 47 return SkImageInfo::MakeN32(w, h, isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType); 115 if (kUnpremul_SkAlphaType == info.alphaType() && kPremul_SkAlphaType == fAlphaType) { 131 if (kPremul_SkAlphaType == info.alphaType() && kUnpremul_SkAlphaType == fAlphaType) { 299 SkAlphaType at = this->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
|