Searched defs:copyWidth (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/images/ |
H A D | SkMovie_gif.cpp | 134 const ColorMapObject* cmap, int transparent, int copyWidth, 142 copyLine(dst, src, cmap, transparent, copyWidth); 155 GifWord copyWidth = frame->ImageDesc.Width; local 156 if (frame->ImageDesc.Left + copyWidth > width) { 157 copyWidth = width - frame->ImageDesc.Left; 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); 188 GifWord copyWidth 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 211 GifWord copyWidth = width; local [all...] |
Completed in 225 milliseconds