Lines Matching refs:innerHeight
293 const int innerHeight = desc.Height; local
294 if (innerWidth <= 0 || innerHeight <= 0) {
312 if (innerHeight > height) {
314 height = innerHeight;
316 } else if (imageTop + innerHeight > height) {
318 imageTop = height - innerHeight;
375 if (innerWidth <= 0 || innerHeight <= 0) {
391 innerWidth < width || innerHeight < height) {
399 innerHeight / sampler.srcDY()));
404 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize());
422 GifInterlaceIter iter(innerHeight);
423 for (int y = 0; y < innerHeight; y++) {
427 for (; y < innerHeight; y++) {
457 SkASSERT(read <= innerHeight);
458 skip_src_rows(gif, scanline, innerWidth, innerHeight - read);