Home | History | Annotate | Download | only in images

Lines Matching full:width

134     const int width = gif->SWidth;
136 if (width <= 0 || height <= 0) {
146 bm->setConfig(config, width, height, 0);
186 memcpy(out + width * row, in, width);
187 in += width;
192 memcpy(out + width * row, in, width);
193 in += width;
198 memcpy(out + width * row, in, width);
199 in += width;
203 memcpy(out + width * row, in, width);
204 in += width;
208 memcpy(out, in, width * height);