Lines Matching defs:height
533 const int height = this->dimensions().height();
540 fLastRow = height - 1;
543 if (success && fRowsWrittenToOutput == height) {
666 if (fLastRow != this->dimensions().height() - 1 ||
679 const int height = this->dimensions().height();
680 this->setUpInterlaceBuffer(height);
685 fLastRow = height - 1;
759 void setUpInterlaceBuffer(int height) {
761 fInterlaceBuffer.reset(fPng_rowbytes * height);
1190 lastRow = dstInfo.height() - 1;