HomeSort by relevance Sort by last modified time
    Searched defs:fAlphaType (Results 1 - 10 of 10) sorted by null

  /external/skia/bench/
CodecBench.h 34 const SkAlphaType fAlphaType;
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;
89 , fAlphaType(at)
99 kOpaque_SkAlphaType == fAlphaType ? "" : "_A");
117 bm.allocPixels(SkImageInfo::MakeN32(W, H, fAlphaType));
119 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType));
121 bm.eraseColor(kOpaque_SkAlphaType == fAlphaType ? SK_ColorBLACK : 0);
126 convertToIndex666(bm, &fBitmap, fAlphaType);
  /external/skia/src/core/
SkConfig8888.h 17 SkAlphaType fAlphaType;
SkSpecialImage.cpp 249 , fAlphaType(at) {
255 return GrPixelConfigIsOpaque(fTexture->config()) || fAlphaType == kOpaque_SkAlphaType;
296 const SkAlphaType fAlphaType;
  /external/skia/src/image/
SkImage_Gpu.h 55 const SkAlphaType fAlphaType;
  /external/skia/include/core/
SkImageInfo.h 174 , fAlphaType(kUnknown_SkAlphaType)
224 SkAlphaType alphaType() const { return fAlphaType; }
230 return SkAlphaTypeIsOpaque(fAlphaType);
244 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType, fProfileType);
252 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType, fProfileType);
309 SkAlphaType fAlphaType;
316 , fAlphaType(at)
  /external/skia/tests/
WritePixelsTest.cpp 356 SkAlphaType fAlphaType;
368 const SkAlphaType at = gSrcConfigs[c].fAlphaType;
ReadPixelsTest.cpp 273 SkAlphaType fAlphaType;
337 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
416 gReadPixelsConfigs[c].fColorType, gReadPixelsConfigs[c].fAlphaType);
426 gReadPixelsConfigs[c].fAlphaType,
429 if (gReadPixelsConfigs[c].fAlphaType == kUnpremul_SkAlphaType) {

Completed in 645 milliseconds