Home | History | Annotate | Download | only in codec

Lines Matching refs:height

61     if (rows != dstInfo.height()) {
216 const int height = dstInfo.height();
217 for (int y = 0; y < height; y++) {
225 uint32_t row = this->getDstRow(y, dstInfo.height());
237 return height;
255 const int remainingScanlines = this->getInfo().height() - startScanline - height;
261 return height;
278 return height;
297 for (int y = 0; y < dstInfo.height(); y++) {
304 int row = this->getDstRow(y, dstInfo.height());