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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp163 static void getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, argument
165 copyWidth = imageDesc.Width;
166 if (imageDesc.Left + copyWidth > maxWidth) {
167 copyWidth = maxWidth - imageDesc.Left;
169 copyHeight = imageDesc.Height;
170 if (imageDesc.Top + copyHeight > maxHeight) {
171 copyHeight = maxHeight - imageDesc.Top;

Completed in 86 milliseconds