Home | History | Annotate | Download | only in images

Lines Matching refs:height

54     GifInterlaceIter(int height) : fHeight(height) {
158 msg, bm.width(), bm.height(), bm.getPixels(),
167 msg, bm.width(), bm.height(), bm.getPixels(),
209 int height = bm->height();
212 while (--height >= 0) {
260 int width, height;
285 height = gif->SHeight;
293 const int innerHeight = desc.Height;
312 if (innerHeight > height) {
314 height = innerHeight;
316 } else if (imageTop + innerHeight > height) {
318 imageTop = height - innerHeight;
324 SkScaledBitmapSampler sampler(width, height, this->getSampleSize());
376 return error_return(*bm, "non-pos inner width/height");
391 innerWidth < width || innerHeight < height) {
420 // Iterate over the height of the source data. The sampler will
438 const int outHeight = workingBitmap->height();