Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpCodec.cpp180 uint32_t bytesPerColor; in ReadHeader() local
247 bytesPerColor = 4; in ReadHeader()
254 bytesPerColor = 3; in ReadHeader()
503 bytesPerColor, offset - bytesRead, rowOrder, isOpaque, inIco); in ReadHeader()
522 bytesPerColor, offset - bytesRead, rowOrder, RLEBytes); in ReadHeader()
DSkBmpStandardCodec.h41 uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
DSkBmpStandardCodec.cpp19 uint32_t bytesPerColor, uint32_t offset, in SkBmpStandardCodec() argument
25 , fBytesPerColor(bytesPerColor) in SkBmpStandardCodec()
DSkBmpRLECodec.h39 uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
DSkBmpRLECodec.cpp19 uint32_t bytesPerColor, uint32_t offset, in SkBmpRLECodec() argument
25 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec()