Searched refs:copyHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp164 GifWord& copyWidth, GifWord& copyHeight) {
169 copyHeight = imageDesc.Height;
170 if (imageDesc.Top + copyHeight > maxHeight) {
171 copyHeight = maxHeight - imageDesc.Top;
282 GifWord copyWidth, copyHeight; local
283 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
284 for (; copyHeight > 0; copyHeight--) {
317 GifWord copyWidth, copyHeight; local
318 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
163 getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, GifWord& copyWidth, GifWord& copyHeight) argument
[all...]

Completed in 607 milliseconds