Home | History | Annotate | Download | only in core

Lines Matching refs:xpos

291     int xpos = nofilter_trans_preamble(s, &xy, x, y);
303 if (xpos < 0) {
304 n = -xpos;
314 xpos = 0;
318 if (xpos < width) {
319 n = width - xpos;
323 fill_sequential(xptr, xpos, n);
339 int xpos = nofilter_trans_preamble(s, &xy, x, y);
348 int start = sk_int_mod(xpos, width);
379 int xpos = nofilter_trans_preamble(s, &xy, x, y);
391 int start = sk_int_mod(xpos, 2 * width);