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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp173 GifWord& copyWidth, GifWord& copyHeight) {
178 copyHeight = imageDesc.Height;
179 if (imageDesc.Top + copyHeight > maxHeight) {
180 copyHeight = maxHeight - imageDesc.Top;
291 GifWord copyWidth, copyHeight; local
292 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
293 for (; copyHeight > 0; copyHeight--) {
326 GifWord copyWidth, copyHeight; local
327 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
172 getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, GifWord& copyWidth, GifWord& copyHeight) argument
[all...]

Completed in 33 milliseconds