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 405 k8BitGray_SrcDepth,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 148 case k8BitGray_SrcDepth:
SkImageDecoder_libpng.cpp 577 srcDepth = k8BitGray_SrcDepth;
590 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 408 srcDepth = k8BitGray_SrcDepth;
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 470 k8BitGray_SrcDepth,
  /external/skia/src/images/
SkImageDecoder.cpp 168 case k8BitGray_SrcDepth:
SkImageDecoder_libpng.cpp 577 srcDepth = k8BitGray_SrcDepth;
590 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 423 srcDepth = k8BitGray_SrcDepth;
    [all...]

Completed in 134 milliseconds