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

  /external/skia/src/core/
SkImageInfo.cpp 13 return (alphaType >= 0) && (alphaType <= kLastEnum_SkAlphaType);
SkMallocPixelRef.cpp 22 (unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType)
  /external/chromium_org/third_party/skia/src/core/
SkImageInfo.cpp 13 return (alphaType >= 0) && (alphaType <= kLastEnum_SkAlphaType);
SkMallocPixelRef.cpp 21 (unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType)
  /external/chromium_org/third_party/skia/include/core/
SkImageInfo.h 51 kLastEnum_SkAlphaType = kUnpremul_SkAlphaType
63 return value <= kLastEnum_SkAlphaType;
  /external/skia/include/core/
SkImageInfo.h 51 kLastEnum_SkAlphaType = kUnpremul_SkAlphaType
63 return value <= kLastEnum_SkAlphaType;
  /external/chromium_org/third_party/skia/src/image/
SkImage_Raster.cpp 30 if ((unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType) {
  /external/skia/src/image/
SkImage_Raster.cpp 30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType) {

Completed in 529 milliseconds