Home | History | Annotate | Download | only in images

Lines Matching defs:innerHeight

281             const int innerHeight = desc.Height;
282 if (innerWidth <= 0 || innerHeight <= 0) {
300 if (innerHeight > height) {
302 height = innerHeight;
304 } else if (imageTop + innerHeight > height) {
306 imageTop = height - innerHeight;
374 if (innerWidth <= 0 || innerHeight <= 0) {
390 innerWidth < width || innerHeight < height) {
398 innerHeight / sampler.srcDY()));
403 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize());
421 GifInterlaceIter iter(innerHeight);
422 for (int y = 0; y < innerHeight; y++) {
426 for (; y < innerHeight; y++) {
456 SkASSERT(read <= innerHeight);
457 skip_src_rows(gif, scanline, innerWidth, innerHeight - read);