Home
last modified time | relevance | path

Searched refs:fAlphaType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/image/
DSkImagePriv.cpp16 switch (info.fAlphaType) { in SkImageInfoToBitmapConfig()
43 switch (info.fAlphaType) { in SkImageInfoToBitmapConfig()
94 info->fAlphaType = bm.isOpaque() ? SkImage::kOpaque_AlphaType : in SkBitmapToImageInfo()
DSkSurface_Picture.cpp66 info.fAlphaType = SkImage::kOpaque_AlphaType; in onNewImageShapshot()
DSkImage_Raster.cpp30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_AlphaType) { in ValidArgs()
/external/skia/include/core/
DSkImage.h63 AlphaType fAlphaType; member
/external/skia/gm/
Dimage.cpp160 info.fAlphaType = SkImage::kPremul_AlphaType; in onDraw()