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

  /external/skia/src/image/
SkImagePriv.cpp 16 switch (info.fAlphaType) {
43 switch (info.fAlphaType) {
94 info->fAlphaType = bm.isOpaque() ? SkImage::kOpaque_AlphaType :
SkSurface_Picture.cpp 66 info.fAlphaType = SkImage::kOpaque_AlphaType;
SkImage_Raster.cpp 30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_AlphaType) {
  /external/skia/include/core/
SkImage.h 63 AlphaType fAlphaType;
  /external/skia/gm/
image.cpp 160 info.fAlphaType = SkImage::kPremul_AlphaType;

Completed in 641 milliseconds