Lines Matching defs:width
75 int width;
97 // The directory entry contains information such as width, height,
115 // store bitsPerPixel, width, height and save the vital fields
120 int width = static_cast<int>(get_byte(entryBuffer, 0));
122 if (width == 0) {
123 width = maxSize;
130 directoryEntries[i].width = width;
145 return (a.width * a.height == b.width * b.height) ? (a.bitsPerPixel > b.bitsPerPixel) :
146 (a.width * a.height > b.width * b.height);
248 int origWidth = this->dimensions().width();
261 int width = dimensions.width();
263 float error = SkTAbs(((float) (width * height)) - desiredSize);