HomeSort by relevance Sort by last modified time
    Searched refs:fAlphaType (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/skia/src/core/
SkConfig8888.h 15 SkAlphaType fAlphaType;
SkImageInfo.cpp 26 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;
SkColorTable.cpp 20 fAlphaType = src.fAlphaType;
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
95 fAlphaType = SkToU8(buffer.readUInt());
113 buffer.writeUInt(fAlphaType);
SkConfig8888.cpp 77 AlphaVerb doAlpha = compute_AlphaVerb(fAlphaType, dst->fAlphaType);
  /external/chromium_org/third_party/skia/src/core/
SkImageInfo.cpp 26 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;
SkConfig8888.h 15 SkAlphaType fAlphaType;
SkColorTable.cpp 20 fAlphaType = src.fAlphaType;
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
92 fAlphaType = SkToU8(buffer.readUInt());
110 buffer.writeUInt(fAlphaType);
SkConfig8888.cpp 87 AlphaVerb doAlpha = compute_AlphaVerb(fAlphaType, dst->fAlphaType);
154 dstPI.fAlphaType = dstInfo.alphaType();
160 srcPI.fAlphaType = srcInfo.alphaType();
  /external/skia/bench/
WritePixelsBench.cpp 16 , fAlphaType(at)
59 info.fAlphaType = fAlphaType;
68 SkAlphaType fAlphaType;
RepeatTileBench.cpp 86 const SkAlphaType fAlphaType;
92 : fColorType(ct), fAlphaType(at)
113 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
DeferredSurfaceCopyBench.cpp 41 info.fAlphaType = kPremul_SkAlphaType;
BitmapBench.cpp 75 const SkAlphaType fAlphaType;
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/
SkColorTable.h 33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; }
85 uint8_t fAlphaType;
SkImageInfo.h 159 , 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;
283 , fAlphaType(at)
  /external/skia/include/core/
SkColorTable.h 33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; }
85 uint8_t fAlphaType;
SkImageInfo.h 129 SkAlphaType fAlphaType;
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/
WritePixelsBench.cpp 16 , fAlphaType(at)
57 SkImageInfo info = SkImageInfo::Make(bmp.width(), bmp.height(), fColorType, fAlphaType);
66 SkAlphaType fAlphaType;
RepeatTileBench.cpp 86 const SkAlphaType fAlphaType;
92 : fColorType(ct), fAlphaType(at)
113 fBitmap.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorWHITE : 0);
BitmapBench.cpp 75 const SkAlphaType fAlphaType;
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/
GrSurface.cpp 22 info.fAlphaType = kPremul_SkAlphaType;
  /external/skia/tools/
sk_tool_utils.cpp 27 info.fAlphaType = alphaType;
  /external/skia/debugger/QT/
SkImageWidget.cpp 23 info.fAlphaType = kPremul_SkAlphaType;
  /frameworks/base/core/jni/
android_view_TextureView.cpp 84 info.fAlphaType = kPremul_SkAlphaType;
88 info.fAlphaType = kOpaque_SkAlphaType;
91 info.fAlphaType = kOpaque_SkAlphaType;
94 info.fAlphaType = kIgnore_SkAlphaType;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Pattern.cpp 93 info.fAlphaType = kPremul_SkAlphaType;
  /external/chromium_org/ui/gfx/ipc/
gfx_param_traits.cc 20 SkAlphaType fAlphaType;
31 fAlphaType = info.fAlphaType;
41 SkImageInfo::Make(fWidth, fHeight, fColorType, fAlphaType)))

Completed in 512 milliseconds

1 2 3