/external/skia/bench/ |
CodecBenchPriv.h | 30 inline const char* alpha_type_to_str(SkAlphaType alphaType) {
|
CodecBench.h | 23 CodecBench(SkString basename, SkData* encoded, SkColorType colorType, SkAlphaType alphaType); 34 const SkAlphaType fAlphaType;
|
WritePixelsBench.cpp | 14 WritePixelsBench(SkColorType ct, SkAlphaType at) 66 SkAlphaType fAlphaType;
|
nanobench.h | 28 SkAlphaType alpha;
|
CodecBench.cpp | 19 SkAlphaType alphaType)
|
RepeatTileBench.cpp | 86 const SkAlphaType fAlphaType; 91 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType)
|
/external/skia/include/core/ |
SkImageInfo.h | 21 enum SkAlphaType { 50 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { 134 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, 135 SkAlphaType* canonical = NULL); 178 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at, 186 static SkImageInfo MakeN32(int width, int height, SkAlphaType at, 224 SkAlphaType alphaType() const { return fAlphaType; } 247 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const { 309 SkAlphaType fAlphaType; 312 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at, SkColorProfileType pt [all...] |
SkImage.h | 101 static SkImage* NewFromTexture(GrContext* ctx, const GrBackendTextureDesc& de, SkAlphaType at) { 114 static SkImage* NewFromTexture(GrContext*, const GrBackendTextureDesc&, SkAlphaType, 124 SkAlphaType = kPremul_SkAlphaType); 133 SkAlphaType = kPremul_SkAlphaType);
|
/external/skia/src/core/ |
SkImageInfo.cpp | 16 static bool alpha_type_is_valid(SkAlphaType alphaType) { 31 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF); 49 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, 50 SkAlphaType* canonical) {
|
SkConfig8888.h | 17 SkAlphaType fAlphaType;
|
SkBitmapProvider.cpp | 48 SkAlphaType at = fImage->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
|
SkSpecialImage.h | 63 SkAlphaType at = kPremul_SkAlphaType);
|
SkSpecialImage.cpp | 246 uint32_t uniqueID, GrTexture* tex, SkAlphaType at) 296 const SkAlphaType fAlphaType; 305 SkAlphaType at) { 316 SkAlphaType at) {
|
/external/skia/src/image/ |
SkImage_Gpu.h | 25 SkImage_Gpu(int w, int h, uint32_t uniqueID, SkAlphaType, GrTexture*, SkBudgeted); 55 const SkAlphaType fAlphaType;
|
SkImage_Gpu.cpp | 22 SkImage_Gpu::SkImage_Gpu(int w, int h, uint32_t uniqueID, SkAlphaType at, GrTexture* tex, 155 SkAlphaType at, GrWrapOwnership ownership, 173 SkImage* SkImage::NewFromTexture(GrContext* ctx, const GrBackendTextureDesc& desc, SkAlphaType at, 179 SkAlphaType at) { 184 SkAlphaType at) { 282 static SkImage* create_image_from_maker(GrTextureMaker* maker, SkAlphaType at, uint32_t id) { 299 SkAlphaType at = this->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
|
/external/skia/src/gpu/ |
GrSurfacePriv.h | 39 SkImageInfo info(SkAlphaType alphaType) const { return fSurface->info(alphaType); }
|
/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/include/codec/ |
SkAndroidCodec.h | 71 SkAlphaType computeOutputAlphaType(bool requestedUnpremul);
|
/external/skia/src/codec/ |
SkBmpStandardCodec.h | 73 bool createColorTable(SkAlphaType alphaType, int* colorCount);
|
SkCodecPriv.h | 82 inline bool valid_alpha(SkAlphaType dstAlpha, SkAlphaType srcAlpha) {
|
/external/skia/dm/ |
DMSrcSink.h | 122 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float); 133 SkAlphaType fDstAlphaType; 147 AndroidCodecSrc(Path, Mode, CodecSrc::DstColorType, SkAlphaType, int sampleSize); 158 SkAlphaType fDstAlphaType;
|
/external/skia/include/gpu/ |
GrSurface.h | 140 SkImageInfo info(SkAlphaType) const;
|
SkGr.h | 73 GrPixelConfig SkImageInfo2GrPixelConfig(SkColorType, SkAlphaType, SkColorProfileType);
|
/external/skia/tests/ |
ImageIsOpaqueTest.cpp | 43 static_cast<SkAlphaType>(at),
|
/frameworks/base/core/jni/android/graphics/ |
Bitmap.h | 74 void setAlphaType(SkAlphaType alphaType);
|