Searched refs:k8BitGray_SrcDepth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h462 k8BitGray_SrcDepth, enumerator in enum:SkImageDecoder::SrcDepth
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder.cpp157 case k8BitGray_SrcDepth:
H A DSkImageDecoder_libpng.cpp584 srcDepth = k8BitGray_SrcDepth;
597 if (k8BitGray_SrcDepth != srcDepth) {
H A DSkImageDecoder_libjpeg.cpp408 srcDepth = k8BitGray_SrcDepth;
/external/skia/include/core/
H A DSkImageDecoder.h462 k8BitGray_SrcDepth, enumerator in enum:SkImageDecoder::SrcDepth
/external/skia/src/images/
H A DSkImageDecoder.cpp157 case k8BitGray_SrcDepth:
H A DSkImageDecoder_libpng.cpp583 srcDepth = k8BitGray_SrcDepth;
596 if (k8BitGray_SrcDepth != srcDepth) {
H A DSkImageDecoder_libjpeg.cpp408 srcDepth = k8BitGray_SrcDepth;

Completed in 123 milliseconds