Searched refs:copyHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | GIFMovie.cpp | 136 int copyHeight, const GifImageDesc& imageDesc, int rowStep, in copyInterlaceGroup() argument 141 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup() 161 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() local 162 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace() 163 copyHeight = height - frame->ImageDesc.Top; in blitInterlace() 170 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace() 173 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace() 176 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace() 178 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace() 194 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() local [all …]
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 166 GifWord& copyWidth, GifWord& copyHeight) { in getCopySize() argument 171 copyHeight = imageDesc.Height; in getCopySize() 172 if (imageDesc.Top + copyHeight > maxHeight) { in getCopySize() 173 copyHeight = maxHeight - imageDesc.Top; in getCopySize() 284 GifWord copyWidth, copyHeight; in drawFrame() local 285 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight); in drawFrame() 286 for (; copyHeight > 0; copyHeight--) { in drawFrame() 317 GifWord copyWidth, copyHeight; in drawFrame() local 318 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight); in drawFrame() 319 for (; copyHeight > 0; copyHeight--) { in drawFrame()
|