Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp137 const ColorMapObject* cmap, int transparent, int copyWidth, in copyInterlaceGroup() argument
145 copyLine(dst, src, cmap, transparent, copyWidth); in copyInterlaceGroup()
158 GifWord copyWidth = frame->ImageDesc.Width; in blitInterlace() local
159 if (frame->ImageDesc.Left + copyWidth > width) { in blitInterlace()
160 copyWidth = width - frame->ImageDesc.Left; 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()
191 GifWord copyWidth = frame->ImageDesc.Width; in blitNormal() local
[all …]