Lines Matching refs:innerHeight
309 int32_t innerHeight = desc.Height; local
311 if (innerWidth <= 0 || innerHeight <= 0) {
327 if (innerHeight > height) {
329 innerHeight = height;
331 } else if (imageTop + innerHeight > height) {
333 imageTop = height - innerHeight;
416 if (innerWidth < width || innerHeight < height) {
420 dstInfo.makeWH(innerWidth, innerHeight);
457 SkGifInterlaceIter iter(innerHeight);
458 for (int32_t y = 0; y < innerHeight; y++) {
464 for (; y < innerHeight; y++) {
476 for (int32_t y = 0; y < innerHeight; y++) {
481 innerHeight - y, fillIndex, colorTable);