Lines Matching defs:height
76 int height;
97 // The directory entry contains information such as width, height,
115 // store bitsPerPixel, width, height and save the vital fields
121 int height = static_cast<int>(get_byte(entryBuffer, 1));
125 if (height == 0) {
126 height = maxSize;
131 directoryEntries[i].height = height;
145 return (a.width * a.height == b.width * b.height) ? (a.bitsPerPixel > b.bitsPerPixel) :
146 (a.width * a.height > b.width * b.height);
249 int origHeight = this->dimensions().height();
262 int height = dimensions.height();
263 float error = SkTAbs(((float) (width * height)) - desiredSize);
318 *rowsDecoded = dstInfo.height();