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

/external/skia/src/images/
H A DSkMovie_gif.cpp133 int copyHeight, const GifImageDesc& imageDesc, int rowStep,
138 for (row = startRow; row < copyHeight; row += rowStep) {
158 GifWord copyHeight = frame->ImageDesc.Height; local
159 if (frame->ImageDesc.Top + copyHeight > height) {
160 copyHeight = height - frame->ImageDesc.Top;
167 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
170 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
173 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
191 GifWord copyHeight local
131 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
214 GifWord copyHeight = height; local
[all...]

Completed in 106 milliseconds