Searched refs:ty1 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 192 tx1, ty1, \ argument 212 _glamor_repeat_reflect_fixup(ty1, _y1_, d, odd_y, \ 218 ty1, tx2, ty2, \ argument 240 ty1 = d - priv->box.y1; \ 241 ty2 = ty1 - ((_y2_) - (_y1_)); \ 243 ty1 = d - priv->box.y1; \ 244 ty2 = ty1 + ((_y2_) - (_y1_)); \ 248 ty1 = (d - priv->box.y1); \ 250 ty2 = ty1 + ((_y2_) - (_y1_)); \ 256 ty1, _x1_, _y1_) \ argument [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1279 int i, j, tx1, tx2, ty1, ty2; in msUpdatePacked() local 1283 ty1 = extents->y1 / TILE; in msUpdatePacked() 1286 nrects = (tx2 - tx1) * (ty2 - ty1); in msUpdatePacked() 1291 for (j = ty2 - 1; j >= ty1; j--) { in msUpdatePacked()
|