Home
last modified time | relevance | path

Searched refs:bytesPerColor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/codec/
DSkBmpCodec.cpp225 uint32_t bytesPerColor; in ReadHeader() local
256 bytesPerColor = 4; in ReadHeader()
263 bytesPerColor = 3; in ReadHeader()
490 bitsPerPixel, numColors, bytesPerColor, in ReadHeader()
581 numColors, bytesPerColor, offset - bytesRead, in ReadHeader()
DSkBmpStandardCodec.h43 uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
DSkBmpStandardCodec.cpp20 uint32_t bytesPerColor, uint32_t offset, in SkBmpStandardCodec() argument
26 , fBytesPerColor(bytesPerColor) in SkBmpStandardCodec()
DSkBmpRLECodec.h39 uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
DSkBmpRLECodec.cpp23 uint32_t bytesPerColor, uint32_t offset, in SkBmpRLECodec() argument
28 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec()