Home
last modified time | relevance | path

Searched refs:imageDesc (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
144 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup()
146 src += imageDesc.Width; in copyInterlaceGroup()
150 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup()