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

/external/skia/src/codec/
H A DSkBmpRLECodec.cpp20 uint32_t bytesPerColor, uint32_t offset,
25 , fBytesPerColor(bytesPerColor)
17 SkBmpRLECodec(int width, int height, const SkEncodedInfo& info, std::unique_ptr<SkStream> stream, uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor, uint32_t offset, SkCodec::SkScanlineOrder rowOrder) argument
H A DSkBmpStandardCodec.cpp19 uint32_t numColors, uint32_t bytesPerColor, uint32_t offset,
25 , fBytesPerColor(bytesPerColor)
17 SkBmpStandardCodec(int width, int height, const SkEncodedInfo& info, std::unique_ptr<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.cpp222 uint32_t bytesPerColor; local
253 bytesPerColor = 4;
260 bytesPerColor = 3;
487 bitsPerPixel, numColors, bytesPerColor,
577 numColors, bytesPerColor, offset - bytesRead,
/external/skqp/src/codec/
H A DSkBmpRLECodec.cpp20 uint32_t bytesPerColor, uint32_t offset,
25 , fBytesPerColor(bytesPerColor)
17 SkBmpRLECodec(int width, int height, const SkEncodedInfo& info, std::unique_ptr<SkStream> stream, uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor, uint32_t offset, SkCodec::SkScanlineOrder rowOrder) argument
H A DSkBmpStandardCodec.cpp19 uint32_t numColors, uint32_t bytesPerColor, uint32_t offset,
25 , fBytesPerColor(bytesPerColor)
17 SkBmpStandardCodec(int width, int height, const SkEncodedInfo& info, std::unique_ptr<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.cpp222 uint32_t bytesPerColor; local
253 bytesPerColor = 4;
260 bytesPerColor = 3;
482 bitsPerPixel, numColors, bytesPerColor,
572 numColors, bytesPerColor, offset - bytesRead,

Completed in 1301 milliseconds