Searched refs:getDstRow (Results 1 – 5 of 5) sorted by relevance
225 uint32_t row = this->getDstRow(y, dstInfo.height()); in decodeRows()304 int row = this->getDstRow(y, dstInfo.height()); in decodeIcoMask()
77 int32_t getDstRow(int32_t y, int32_t height) const;
87 uint32_t row = this->getDstRow(y, height); in decodeRows()
206 uint32_t row = this->getDstRow(y, dstInfo.height()); in setPixel()239 uint32_t row = this->getDstRow(y, dstInfo.height()); in setRGBPixel()
562 int32_t SkBmpCodec::getDstRow(int32_t y, int32_t height) const { in getDstRow() function in SkBmpCodec