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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp172 static void getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, argument
174 copyWidth = imageDesc.Width;
175 if (imageDesc.Left + copyWidth > maxWidth) {
176 copyWidth = maxWidth - imageDesc.Left;
178 copyHeight = imageDesc.Height;
179 if (imageDesc.Top + copyHeight > maxHeight) {
180 copyHeight = maxHeight - imageDesc.Top;

Completed in 28 milliseconds