Searched refs:bytesPerColor (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/codec/ |
D | SkBmpCodec.cpp | 225 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()
|
D | SkBmpStandardCodec.h | 43 uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
|
D | SkBmpStandardCodec.cpp | 20 uint32_t bytesPerColor, uint32_t offset, in SkBmpStandardCodec() argument 26 , fBytesPerColor(bytesPerColor) in SkBmpStandardCodec()
|
D | SkBmpRLECodec.h | 39 uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
|
D | SkBmpRLECodec.cpp | 23 uint32_t bytesPerColor, uint32_t offset, in SkBmpRLECodec() argument 28 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec()
|