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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 462 k8BitGray_SrcDepth,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 157 case k8BitGray_SrcDepth:
SkImageDecoder_libpng.cpp 584 srcDepth = k8BitGray_SrcDepth;
597 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 408 srcDepth = k8BitGray_SrcDepth;
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 462 k8BitGray_SrcDepth,
  /external/skia/src/images/
SkImageDecoder.cpp 157 case k8BitGray_SrcDepth:
SkImageDecoder_libpng.cpp 583 srcDepth = k8BitGray_SrcDepth;
596 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 408 srcDepth = k8BitGray_SrcDepth;
    [all...]

Completed in 33 milliseconds