Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpCodec.h77 int32_t getDstRow(int32_t y, int32_t height) const;
DSkBmpStandardCodec.cpp225 uint32_t row = this->getDstRow(y, dstInfo.height()); in decodeRows()
304 int row = this->getDstRow(y, dstInfo.height()); in decodeIcoMask()
DSkBmpMaskCodec.cpp87 uint32_t row = this->getDstRow(y, height); in decodeRows()
DSkBmpRLECodec.cpp183 uint32_t row = this->getDstRow(y, dstInfo.height()); in setPixel()
216 uint32_t row = this->getDstRow(y, dstInfo.height()); in setRGBPixel()
DSkBmpCodec.cpp573 int32_t SkBmpCodec::getDstRow(int32_t y, int32_t height) const { in getDstRow() function in SkBmpCodec