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

123

/external/skia/src/core/
H A DSkConfig8888.h15 SkAlphaType fAlphaType; member in struct:SkPixelInfo
H A DSkImageInfo.cpp26 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF);
28 buffer.validate(alpha_type_is_valid(fAlphaType) &&
36 SkASSERT(0 == (fAlphaType & ~0xFF));
38 uint32_t packed = (fAlphaType << 8) | fColorType;
H A DSkColorTable.cpp20 fAlphaType = src.fAlphaType;
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
95 fAlphaType = SkToU8(buffer.readUInt());
113 buffer.writeUInt(fAlphaType);
H A DSkConfig8888.cpp77 AlphaVerb doAlpha = compute_AlphaVerb(fAlphaType, dst->fAlphaType);
/external/chromium_org/third_party/skia/src/core/
H A DSkImageInfo.cpp26 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF);
28 buffer.validate(alpha_type_is_valid(fAlphaType) &&
36 SkASSERT(0 == (fAlphaType & ~0xFF));
38 uint32_t packed = (fAlphaType << 8) | fColorType;
H A DSkColorTable.cpp20 fAlphaType = src.fAlphaType;
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
92 fAlphaType = SkToU8(buffer.readUInt());
110 buffer.writeUInt(fAlphaType);
H A DSkConfig8888.h15 SkAlphaType fAlphaType; member in struct:SkPixelInfo
H A DSkConfig8888.cpp87 AlphaVerb doAlpha = compute_AlphaVerb(fAlphaType, dst->fAlphaType);
154 dstPI.fAlphaType = dstInfo.alphaType();
160 srcPI.fAlphaType = srcInfo.alphaType();
/external/skia/bench/
H A DWritePixelsBench.cpp16 , fAlphaType(at)
59 info.fAlphaType = fAlphaType;
68 SkAlphaType fAlphaType; member in class:WritePixelsBench
H A DRepeatTileBench.cpp86 const SkAlphaType fAlphaType; member in class:RepeatTileBench
92 : fColorType(ct), fAlphaType(at)
113 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
H A DDeferredSurfaceCopyBench.cpp41 info.fAlphaType = kPremul_SkAlphaType;
H A DBitmapBench.cpp75 const SkAlphaType fAlphaType; member in class:BitmapBench
88 , fAlphaType(at)
97 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
110 bm.setInfo(SkImageInfo::MakeN32(W, H, fAlphaType));
112 bm.setInfo(SkImageInfo::Make(W, H, fColorType, fAlphaType));
116 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
121 convertToIndex666(bm, &fBitmap, fAlphaType);
/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.h159 , fAlphaType(kIgnore_SkAlphaType)
202 SkAlphaType alphaType() const { return fAlphaType; }
207 return SkAlphaTypeIsOpaque(fAlphaType);
217 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType);
225 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType);
276 SkAlphaType fAlphaType; member in struct:SkImageInfo
283 , fAlphaType(at)
/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.h129 SkAlphaType fAlphaType; member in struct:SkImageInfo
189 SkAlphaType alphaType() const { return fAlphaType; }
194 return SkAlphaTypeIsOpaque(fAlphaType);
204 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType);
/external/chromium_org/third_party/skia/bench/
H A DWritePixelsBench.cpp16 , fAlphaType(at)
57 SkImageInfo info = SkImageInfo::Make(bmp.width(), bmp.height(), fColorType, fAlphaType);
66 SkAlphaType fAlphaType; member in class:WritePixelsBench
H A DRepeatTileBench.cpp86 const SkAlphaType fAlphaType; member in class:RepeatTileBench
92 : fColorType(ct), fAlphaType(at)
113 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
H A DBitmapBench.cpp75 const SkAlphaType fAlphaType; member in class:BitmapBench
88 , fAlphaType(at)
97 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
110 bm.allocPixels(SkImageInfo::MakeN32(W, H, fAlphaType));
112 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType));
114 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
119 convertToIndex666(bm, &fBitmap, fAlphaType);
/external/skia/src/gpu/
H A DGrSurface.cpp22 info.fAlphaType = kPremul_SkAlphaType;
/external/skia/tools/
H A Dsk_tool_utils.cpp27 info.fAlphaType = alphaType;
/external/skia/debugger/QT/
H A DSkImageWidget.cpp23 info.fAlphaType = kPremul_SkAlphaType;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPattern.cpp93 info.fAlphaType = kPremul_SkAlphaType;
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.cc20 SkAlphaType fAlphaType; member in struct:__anon16872::SkBitmap_Data
31 fAlphaType = info.fAlphaType;
41 SkImageInfo::Make(fWidth, fHeight, fColorType, fAlphaType)))
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp171 info.fAlphaType == kUnpremul_SkAlphaType);
246 if (opts.fRequireUnpremul && info.fAlphaType != kOpaque_SkAlphaType) {
247 info.fAlphaType = kUnpremul_SkAlphaType;

Completed in 368 milliseconds

123