Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpStandardCodec.cpp229 uint32_t row = this->getDstRow(y, dstInfo.height()); in decodeRows()
326 int row = this->getDstRow(y, dstInfo.height()); in decodeIcoMask()
DSkBmpCodec.h76 int32_t getDstRow(int32_t y, int32_t height) const;
DSkBmpMaskCodec.cpp92 uint32_t row = this->getDstRow(y, height); in decodeRows()
DSkBmpRLECodec.cpp176 uint32_t row = this->getDstRow(y, dstInfo.height()); in setPixel()
210 uint32_t row = this->getDstRow(y, dstInfo.height()); in setRGBPixel()
DSkBmpCodec.cpp620 int32_t SkBmpCodec::getDstRow(int32_t y, int32_t height) const { in getDstRow() function in SkBmpCodec
/external/skqp/src/codec/
DSkBmpStandardCodec.cpp229 uint32_t row = this->getDstRow(y, dstInfo.height()); in decodeRows()
326 int row = this->getDstRow(y, dstInfo.height()); in decodeIcoMask()
DSkBmpCodec.h76 int32_t getDstRow(int32_t y, int32_t height) const;
DSkBmpMaskCodec.cpp92 uint32_t row = this->getDstRow(y, height); in decodeRows()
DSkBmpRLECodec.cpp173 uint32_t row = this->getDstRow(y, dstInfo.height()); in setPixel()
207 uint32_t row = this->getDstRow(y, dstInfo.height()); in setRGBPixel()
DSkBmpCodec.cpp616 int32_t SkBmpCodec::getDstRow(int32_t y, int32_t height) const { in getDstRow() function in SkBmpCodec