Lines Matching defs:height
55 if (rows != dstInfo.height()) {
152 // This is just used for the swizzler, which does not need the width or height.
220 const int height = dstInfo.height();
221 for (int y = 0; y < height; y++) {
229 uint32_t row = this->getDstRow(y, dstInfo.height());
248 return height;
266 const int remainingScanlines = this->dimensions().height() - startScanline - height;
272 return height;
289 return height;
309 for (int y = 0; y < dstInfo.height(); y++) {
326 int row = this->getDstRow(y, dstInfo.height());