Searched refs:copyHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | GIFMovie.cpp | 134 int copyHeight, const GifImageDesc& imageDesc, int rowStep, in copyInterlaceGroup() argument 139 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup() 159 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() local 160 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace() 161 copyHeight = height - frame->ImageDesc.Top; in blitInterlace() 168 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace() 171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace() 174 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace() 176 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace() 192 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()
|