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

  /external/skia/src/codec/
SkBmpCodec.cpp 222 uint32_t bytesPerColor;
253 bytesPerColor = 4;
260 bytesPerColor = 3;
487 bitsPerPixel, numColors, bytesPerColor,
577 numColors, bytesPerColor, offset - bytesRead,
  /external/skqp/src/codec/
SkBmpCodec.cpp 222 uint32_t bytesPerColor;
253 bytesPerColor = 4;
260 bytesPerColor = 3;
482 bitsPerPixel, numColors, bytesPerColor,
572 numColors, bytesPerColor, offset - bytesRead,

Completed in 150 milliseconds