Home
last modified time | relevance | path

Searched refs:copyHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp138 int copyHeight, const GifImageDesc& imageDesc, int rowStep, in copyInterlaceGroup() argument
143 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup()
163 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() local
164 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace()
165 copyHeight = height - frame->ImageDesc.Top; in blitInterlace()
172 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace()
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace()
178 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace()
180 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace()
196 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() local
[all …]