Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds