HomeSort by relevance Sort by last modified time
    Searched full:srcdepth (Results 1 - 5 of 5) sorted by null

  /external/skia/legacy/src/images/
SkImageDecoder.cpp 117 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
123 switch (srcDepth) {
  /external/skia/src/images/
SkImageDecoder.cpp 121 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
127 switch (srcDepth) {
  /external/skia/include/images/
SkImageDecoder.h 382 enum SrcDepth {
388 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
390 srcDepth and hasAlpha, or kNo_Config if there is no preference.
395 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
  /external/skia/legacy/include/images/
SkImageDecoder.h 373 enum SrcDepth {
379 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
381 srcDepth and hasAlpha, or kNo_Config if there is no preference.
386 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
  /external/opencv/cxcore/src/
cxconvert.cpp 957 int srcdepth = CV_MAT_DEPTH(srctype); local
    [all...]

Completed in 1986 milliseconds