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

  /external/skia/src/codec/
SkPngCodec.h 89 const int fBitDepth;
SkPngCodec.cpp 305 const int maxColors = 1 << fBitDepth;
    [all...]
  /external/dng_sdk/source/
dng_utils.cpp 535 uint32 fBitDepth;
571 , fBitDepth (bitDepth)
627 bool limit16 = (fBitDepth == 16);
628 bool limit24 = (fBitDepth == 24);

Completed in 821 milliseconds