Searched defs:bytesPerColor (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/codec/
H A DSkBmpRLECodec.cpp19 uint32_t bytesPerColor, uint32_t offset,
25 , fBytesPerColor(bytesPerColor)
17 SkBmpRLECodec(const SkImageInfo& info, SkStream* stream, uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor, uint32_t offset, SkCodec::SkScanlineOrder rowOrder, size_t RLEBytes) argument
H A DSkBmpStandardCodec.cpp19 uint32_t bytesPerColor, uint32_t offset,
25 , fBytesPerColor(bytesPerColor)
17 SkBmpStandardCodec(const SkImageInfo& info, SkStream* stream, uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor, uint32_t offset, SkCodec::SkScanlineOrder rowOrder, bool isOpaque, bool inIco) argument
H A DSkBmpCodec.cpp180 uint32_t bytesPerColor; local
247 bytesPerColor = 4;
254 bytesPerColor = 3;
503 bytesPerColor, offset - bytesRead, rowOrder, isOpaque, inIco);
522 bytesPerColor, offset - bytesRead, rowOrder, RLEBytes);

Completed in 129 milliseconds