Lines Matching refs:height
146 // pad for rest height
147 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
154 int height = bm->height();
160 GifWord copyHeight = frame->ImageDesc.Height;
161 if (frame->ImageDesc.Top + copyHeight > height) {
162 copyHeight = height - frame->ImageDesc.Top;
185 int height = bm->height();
193 GifWord copyHeight = frame->ImageDesc.Height;
194 if (frame->ImageDesc.Top + copyHeight > height) {
195 copyHeight = height - frame->ImageDesc.Top;
205 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
209 int bmHeight = bm->height();
216 GifWord copyHeight = height;
300 && covered->ImageDesc.Top + covered->ImageDesc.Height <=
301 target->ImageDesc.Top + target->ImageDesc.Height) {
325 cur->ImageDesc.Width, cur->ImageDesc.Height,
340 int cnt = bm->width() * bm->height();
356 const int height = gif->SHeight;
357 if (width <= 0 || height <= 0) {
373 if (!bm->tryAllocN32Pixels(width, height)) {
377 if (!fBackup.tryAllocN32Pixels(width, height)) {