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

  /external/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;
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 15 SkAlphaType fAlphaType;
  /external/skia/src/image/
SkImage_Gpu.h 52 const SkAlphaType fAlphaType;
  /external/skia/include/core/
SkImageInfo.h 157 , fAlphaType(kUnknown_SkAlphaType)
207 SkAlphaType alphaType() const { return fAlphaType; }
213 return SkAlphaTypeIsOpaque(fAlphaType);
227 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType, fProfileType);
235 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType, fProfileType);
286 SkAlphaType fAlphaType;
293 , fAlphaType(at)
  /external/skia/tests/
ReadPixelsTest.cpp 333 SkAlphaType fAlphaType;
346 gReadConfigs[c].fColorType, gReadConfigs[c].fAlphaType);
WritePixelsTest.cpp 441 SkAlphaType fAlphaType;
453 const SkAlphaType at = gSrcConfigs[c].fAlphaType;

Completed in 578 milliseconds