Searched refs:imageDesc (Results 1 – 1 of 1) sorted by relevance
172 static void getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, in getCopySize() argument174 copyWidth = imageDesc.Width; in getCopySize()175 if (imageDesc.Left + copyWidth > maxWidth) { in getCopySize()176 copyWidth = maxWidth - imageDesc.Left; in getCopySize()178 copyHeight = imageDesc.Height; in getCopySize()179 if (imageDesc.Top + copyHeight > maxHeight) { in getCopySize()180 copyHeight = maxHeight - imageDesc.Top; in getCopySize()