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

  /external/skia/include/images/
SkImageDecoder.h 379 enum SrcDepth {
385 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
387 srcDepth and hasAlpha, or kNo_Config if there is no preference.
392 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
  /external/skia/src/images/
SkImageDecoder.cpp 124 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
130 switch (srcDepth) {

Completed in 104 milliseconds