Home | History | Annotate | Download | only in jni

Lines Matching refs:copyHeight

173         GifWord& copyWidth, GifWord& copyHeight) {
178 copyHeight = imageDesc.Height;
179 if (imageDesc.Top + copyHeight > maxHeight) {
180 copyHeight = maxHeight - imageDesc.Top;
291 GifWord copyWidth, copyHeight;
292 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
293 for (; copyHeight > 0; copyHeight--) {
326 GifWord copyWidth, copyHeight;
327 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
328 for (; copyHeight > 0; copyHeight--) {