Home
last modified time | relevance | path

Searched refs:kIndex8_Config (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/image/
DSkImagePriv.cpp28 return SkBitmap::kIndex8_Config; in SkColorTypeToBitmapConfig()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libico.cpp123 c = SkBitmap::kIndex8_Config; in onDecode()
/external/skia/src/images/
DSkImageDecoder_libico.cpp126 c = SkBitmap::kIndex8_Config; in onDecode()
/external/skia/src/gpu/
DSkGr.cpp352 case SkBitmap::kIndex8_Config: in SkBitmapConfig2GrPixelConfig()
/external/skia/include/core/
DSkBitmap.h45 kIndex8_Config, //!< 8-bits per pixel, using SkColorTable to specify the colors enumerator
/external/skia/src/core/
DSkBitmap.cpp108 case kIndex8_Config: in ComputeBytesPerPixel()