Searched defs:copyHeight (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/images/
H A DSkMovie_gif.cpp135 int copyHeight, const GifImageDesc& imageDesc, int rowStep,
140 for (row = startRow; row < copyHeight; row += rowStep) {
160 GifWord copyHeight = frame->ImageDesc.Height; local
161 if (frame->ImageDesc.Top + copyHeight > height) {
162 copyHeight = height - frame->ImageDesc.Top;
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
172 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
177 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
193 GifWord copyHeight local
133 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
216 GifWord copyHeight = height; local
[all...]

Completed in 145 milliseconds