Lines Matching refs:yt
842 uint32_t xt, yt;
867 * 'xt' and 'yt' are the origin of the destination tile, whether copying
872 for (yt = yt0; yt < yt3; yt += th) {
878 uint32_t y0 = MAX2(yt1, yt);
880 uint32_t y1 = MIN2(yt2, yt + th);
898 /* Translate by (xt,yt) for single-tile copier. */
900 y0-yt, y1-yt,
901 dst + (ptrdiff_t)xt * th + (ptrdiff_t)yt * dst_pitch,
902 src + (ptrdiff_t)xt - xt1 + ((ptrdiff_t)yt - yt1) * src_pitch,
933 uint32_t xt, yt;
967 * 'xt' and 'yt' are the origin of the destination tile, whether copying
972 for (yt = yt0; yt < yt3; yt += th) {
978 uint32_t y0 = MAX2(yt1, yt);
980 uint32_t y1 = MIN2(yt2, yt + th);
998 /* Translate by (xt,yt) for single-tile copier. */
1000 y0-yt, y1-yt,
1001 dst + (ptrdiff_t)xt - xt1 + ((ptrdiff_t)yt - yt1) * dst_pitch,
1002 src + (ptrdiff_t)xt * th + (ptrdiff_t)yt * src_pitch,