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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkImageInfo.cpp25 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF);
27 buffer.validate(alpha_type_is_valid(fAlphaType) &&
35 SkASSERT(0 == (fAlphaType & ~0xFF));
37 uint32_t packed = (fAlphaType << 8) | fColorType;
H A DSkColorTable.cpp19 fAlphaType = src.fAlphaType;
31 : f16BitCache(NULL), fAlphaType(SkToU8(at))
91 fAlphaType = SkToU8(buffer.readUInt());
102 buffer.writeUInt(fAlphaType);
H A DSkMallocPixelRef.cpp16 (unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType)
/external/skia/src/core/
H A DSkImageInfo.cpp25 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF);
27 buffer.validate(alpha_type_is_valid(fAlphaType) &&
35 SkASSERT(0 == (fAlphaType & ~0xFF));
37 uint32_t packed = (fAlphaType << 8) | fColorType;
H A DSkColorTable.cpp19 fAlphaType = src.fAlphaType;
31 : f16BitCache(NULL), fAlphaType(SkToU8(at))
91 fAlphaType = SkToU8(buffer.readUInt());
102 buffer.writeUInt(fAlphaType);
H A DSkMallocPixelRef.cpp16 (unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType)
/external/chromium_org/third_party/skia/include/core/
H A DSkColorTable.h33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; }
85 uint8_t fAlphaType; member in class:SkColorTable
H A DSkImageInfo.h110 SkAlphaType fAlphaType; member in struct:SkImageInfo
113 return SkAlphaTypeIsOpaque(fAlphaType);
/external/skia/include/core/
H A DSkColorTable.h33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; }
85 uint8_t fAlphaType; member in class:SkColorTable
H A DSkImageInfo.h110 SkAlphaType fAlphaType; member in struct:SkImageInfo
113 return SkAlphaTypeIsOpaque(fAlphaType);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSurface.cpp21 info->fAlphaType = kPremul_SkAlphaType;
H A DSkGrPixelRef.cpp84 info.fAlphaType = kPremul_SkAlphaType;
/external/skia/src/gpu/
H A DGrSurface.cpp21 info->fAlphaType = kPremul_SkAlphaType;
/external/skia/tests/
H A DPixelRefTest.cpp10 SkAlphaType fAlphaType; member in struct:__anon26538
30 bool success = bitmap.setConfig(gRec[i].fConfig, 10, 10, 0, gRec[i].fAlphaType);
35 REPORTER_ASSERT(reporter, info.fAlphaType == gRec[i].fAlphaType);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDecodingImageGenerator.cpp79 ASSERT(info.fAlphaType == m_imageInfo.fAlphaType);
H A DDeferredImageDecoder.cpp265 info.fAlphaType = kPremul_SkAlphaType;
286 info.fAlphaType = kPremul_SkAlphaType;
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Raster.cpp86 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb, info.fAlphaType);
94 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb, info.fAlphaType);
98 if (!SkAlphaTypeIsOpaque(info.fAlphaType)) {
H A DSkSurface_Picture.cpp65 info.fAlphaType = kOpaque_SkAlphaType;
H A DSkImage_Raster.cpp30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType) {
96 fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes, info.fAlphaType);
H A DSkSurface_Gpu.cpp43 if (!SkAlphaTypeIsOpaque(info.fAlphaType)) {
/external/skia/src/image/
H A DSkSurface_Raster.cpp86 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb, info.fAlphaType);
94 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb, info.fAlphaType);
98 if (!SkAlphaTypeIsOpaque(info.fAlphaType)) {
H A DSkSurface_Picture.cpp65 info.fAlphaType = kOpaque_SkAlphaType;
H A DSkImage_Raster.cpp30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType) {
96 fBitmap.setConfig(config, info.fWidth, info.fHeight, rowBytes, info.fAlphaType);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DGaneshUtils.cpp59 info.fAlphaType = kPremul_SkAlphaType;
/external/skia/bench/
H A DDeferredSurfaceCopyBench.cpp41 info.fAlphaType = kPremul_SkAlphaType;

Completed in 1206 milliseconds

12