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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp173 GifWord& copyWidth, GifWord& copyHeight) {
174 copyWidth = imageDesc.Width;
175 if (imageDesc.Left + copyWidth > maxWidth) {
176 copyWidth = maxWidth - imageDesc.Left;
291 GifWord copyWidth, copyHeight; local
292 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
294 setLineColor(dst, TRANSPARENT, copyWidth);
326 GifWord copyWidth, copyHeight; local
327 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
329 copyLine(dst, src, cmap, gcb.TransparentColor, copyWidth);
172 getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, GifWord& copyWidth, GifWord& copyHeight) argument
[all...]

Completed in 36 milliseconds