Searched refs:fAlphaType (Results 1 - 25 of 52) sorted by relevance

123

/external/skia/bench/
H A DWritePixelsBench.cpp17 , fAlphaType(at)
58 SkImageInfo info = SkImageInfo::Make(bmp.width(), bmp.height(), fColorType, fAlphaType);
67 SkAlphaType fAlphaType; member in class:WritePixelsBench
H A DRepeatTileBench.cpp36 const SkAlphaType fAlphaType; member in class:RepeatTileBench
41 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType) : fAlphaType(at) {
57 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
H A DCodecBench.h35 const SkAlphaType fAlphaType; member in class:CodecBench
H A DCodecBench.cpp21 , fAlphaType(alphaType)
43 .makeAlphaType(fAlphaType)
H A DBitmapBench.cpp28 const SkAlphaType fAlphaType; member in class:BitmapBench
42 , fAlphaType(at)
52 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
69 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType));
70 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
/external/skqp/bench/
H A DWritePixelsBench.cpp17 , fAlphaType(at)
58 SkImageInfo info = SkImageInfo::Make(bmp.width(), bmp.height(), fColorType, fAlphaType);
67 SkAlphaType fAlphaType; member in class:WritePixelsBench
H A DRepeatTileBench.cpp36 const SkAlphaType fAlphaType; member in class:RepeatTileBench
41 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType) : fAlphaType(at) {
57 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
H A DCodecBench.h35 const SkAlphaType fAlphaType; member in class:CodecBench
H A DCodecBench.cpp21 , fAlphaType(alphaType)
43 .makeAlphaType(fAlphaType)
H A DBitmapBench.cpp28 const SkAlphaType fAlphaType; member in class:BitmapBench
42 , fAlphaType(at)
52 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
69 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType));
70 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
/external/skia/include/core/
H A DSkImageInfo.h153 , fAlphaType(kUnknown_SkAlphaType)
200 SkAlphaType alphaType() const { return fAlphaType; }
207 return SkAlphaTypeIsOpaque(fAlphaType);
222 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
230 return Make(fWidth, fHeight, newColorType, fAlphaType, fColorSpace);
234 return Make(fWidth, fHeight, fColorType, fAlphaType, std::move(cs));
256 fColorType == other.fColorType && fAlphaType == other.fAlphaType &&
303 fAlphaType = kUnknown_SkAlphaType;
313 SkAlphaType fAlphaType; member in struct:SkImageInfo
[all...]
/external/skqp/include/core/
H A DSkImageInfo.h189 , fAlphaType(kUnknown_SkAlphaType)
236 SkAlphaType alphaType() const { return fAlphaType; }
243 return SkAlphaTypeIsOpaque(fAlphaType);
258 return Make(newWidth, newHeight, fColorType, fAlphaType, fColorSpace);
266 return Make(fWidth, fHeight, newColorType, fAlphaType, fColorSpace);
270 return Make(fWidth, fHeight, fColorType, fAlphaType, std::move(cs));
297 fColorType == other.fColorType && fAlphaType == other.fAlphaType &&
344 fAlphaType = kUnknown_SkAlphaType;
354 SkAlphaType fAlphaType; member in struct:SkImageInfo
[all...]
/external/skia/src/gpu/
H A DGrTextureAdjuster.h37 SkAlphaType alphaType() const override { return fAlphaType; }
55 SkAlphaType fAlphaType; member in class:GrTextureAdjuster
/external/skia/src/image/
H A DSkImage_Gpu.h31 SkAlphaType onAlphaType() const override { return fAlphaType; }
68 const SkAlphaType fAlphaType; member in class:SkImage_Gpu
/external/skqp/src/gpu/
H A DGrTextureAdjuster.h42 SkAlphaType alphaType() const override { return fAlphaType; }
53 SkAlphaType fAlphaType; member in class:GrTextureAdjuster
/external/skqp/src/image/
H A DSkImage_Gpu.h31 SkAlphaType onAlphaType() const override { return fAlphaType; }
68 const SkAlphaType fAlphaType; member in class:SkImage_Gpu
/external/skia/tools/flags/
H A DSkCommonFlagsConfig.h74 SkAlphaType getAlphaType() const { return fAlphaType; }
84 SkAlphaType fAlphaType; member in class:SkCommandLineConfigGpu
/external/skqp/tools/flags/
H A DSkCommonFlagsConfig.h72 SkAlphaType getAlphaType() const { return fAlphaType; }
82 SkAlphaType fAlphaType; member in class:SkCommandLineConfigGpu
/external/skia/tests/
H A DImageGeneratorTest.cpp87 SkAlphaType fAlphaType; member in struct:__anon20949
110 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
H A DReadPixelsTest.cpp288 SkAlphaType fAlphaType; member in struct:__anon20980
353 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
376 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
419 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
428 if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) {
436 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
/external/skqp/tests/
H A DImageGeneratorTest.cpp86 SkAlphaType fAlphaType; member in struct:__anon21617
107 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
/external/skia/src/core/
H A DSkImageInfo.cpp139 fAlphaType = (SkAlphaType)((packed >> 8) & kAlphaTypeMask);
140 buffer.validate(alpha_type_is_valid(fAlphaType) && color_type_is_valid(fColorType));
150 SkASSERT(0 == (fAlphaType & ~kAlphaTypeMask));
152 uint32_t packed = (fAlphaType << 8) | live_to_stored(fColorType);
H A DSkSpecialImage.cpp356 , fAlphaType(at)
367 SkAlphaType alphaType() const override { return fAlphaType; }
382 this->uniqueID(), fAlphaType,
454 fAlphaType);
467 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
480 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace);
485 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
501 const SkAlphaType fAlphaType; member in class:SkSpecialImage_Gpu
/external/skqp/src/core/
H A DSkImageInfo.cpp99 fAlphaType = (SkAlphaType)((packed >> 8) & kAlphaTypeMask);
100 buffer.validate(alpha_type_is_valid(fAlphaType) && color_type_is_valid(fColorType));
110 SkASSERT(0 == (fAlphaType & ~kAlphaTypeMask));
112 uint32_t packed = (fAlphaType << 8) | live_to_stored(fColorType);
H A DSkSpecialImage.cpp356 , fAlphaType(at)
367 SkAlphaType alphaType() const override { return fAlphaType; }
382 this->uniqueID(), fAlphaType,
451 fAlphaType);
464 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
477 return wrap_proxy_in_image(fContext, std::move(subsetProxy), fAlphaType, fColorSpace);
482 return wrap_proxy_in_image(fContext, fTextureProxy, fAlphaType, fColorSpace);
498 const SkAlphaType fAlphaType; member in class:SkSpecialImage_Gpu

Completed in 495 milliseconds

123