Home | History | Annotate | Download | only in jni

Lines Matching refs:copyHeight

166         GifWord& copyWidth, GifWord& copyHeight) {
171 copyHeight = imageDesc.Height;
172 if (imageDesc.Top + copyHeight > maxHeight) {
173 copyHeight = maxHeight - imageDesc.Top;
284 GifWord copyWidth, copyHeight;
285 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
286 for (; copyHeight > 0; copyHeight--) {
317 GifWord copyWidth, copyHeight;
318 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
319 for (; copyHeight > 0; copyHeight--) {