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