Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkBmpCodec.cpp222 uint32_t bytesPerColor; in ReadHeader() local
253 bytesPerColor = 4; in ReadHeader()
260 bytesPerColor = 3; in ReadHeader()
487 bitsPerPixel, numColors, bytesPerColor, in ReadHeader()
577 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.cpp20 uint32_t bytesPerColor, uint32_t offset, in SkBmpRLECodec() argument
25 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec()
/external/skia/src/codec/
DSkBmpCodec.cpp222 uint32_t bytesPerColor; in ReadHeader() local
253 bytesPerColor = 4; in ReadHeader()
260 bytesPerColor = 3; in ReadHeader()
487 bitsPerPixel, numColors, bytesPerColor, in ReadHeader()
578 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.cpp20 uint32_t bytesPerColor, uint32_t offset, in SkBmpRLECodec() argument
25 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec()