Home | History | Annotate | Download | only in sna

Lines Matching refs:bounds

219 	BoxRec bounds;
230 width = thread->bounds.x2 - thread->bounds.x1;
231 height = thread->bounds.y2 - thread->bounds.y1;
250 -thread->bounds.x1, -thread->bounds.y1);
285 BoxRec bounds;
293 if (!trapezoids_bounds(ntrap, traps, &bounds))
296 DBG(("%s: bounds (%d, %d), (%d, %d)\n", __FUNCTION__,
297 bounds.x1, bounds.y1, bounds.x2, bounds.y2));
299 if (!sna_compute_composite_extents(&bounds,
303 bounds.x1, bounds.y1,
304 bounds.x2 - bounds.x1,
305 bounds.y2 - bounds.y1))
309 bounds.x1, bounds.y1, bounds.x2, bounds.y2));
311 width = bounds.x2 - bounds.x1;
312 height = bounds.y2 - bounds.y1;
313 bounds.x1 -= dst->pDrawable->x;
314 bounds.y1 -= dst->pDrawable->y;
315 bounds.x2 -= dst->pDrawable->x;
316 bounds.y2 -= dst->pDrawable->y;
355 -bounds.x1, -bounds.y1);
389 threads[0].bounds = bounds;
392 y = bounds.y1;
394 num_threads -= (num_threads-1) * dy >= bounds.y2 - bounds.y1;
399 threads[n].ptr += (y - bounds.y1) * threads[n].stride;
400 threads[n].bounds.y1 = y;
401 threads[n].bounds.y2 = y += dy;
406 assert(y < threads[0].bounds.y2);
407 threads[0].ptr += (y - bounds.y1) * threads[0].stride;
408 threads[0].bounds.y1 = y;
435 -bounds.x1, -bounds.y1);
445 xSrc + bounds.x1 - dst_x,
446 ySrc + bounds.y1 - dst_y,
448 bounds.x1, bounds.y1,
877 BoxRec bounds;
886 miTriangleBounds(n, tri, &bounds);
887 DBG(("%s: bounds (%d, %d), (%d, %d)\n",
888 __FUNCTION__, bounds.x1, bounds.y1, bounds.x2, bounds.y2));
890 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
893 if (!sna_compute_composite_extents(&bounds,
897 bounds.x1, bounds.y1,
898 bounds.x2 - bounds.x1,
899 bounds.y2 - bounds.y1))
903 __FUNCTION__, bounds.x1, bounds.y1, bounds.x2, bounds.y2));
905 width = bounds.x2 - bounds.x1;
906 height = bounds.y2 - bounds.y1;
907 bounds.x1 -= dst->pDrawable->x;
908 bounds.y1 -= dst->pDrawable->y;
926 -bounds.x1, -bounds.y1,
936 xSrc + bounds.x1 - dst_x,
937 ySrc + bounds.y1 - dst_y,
939 bounds.x1, bounds.y1,
994 BoxRec bounds;
1003 miPointFixedBounds(n, points, &bounds);
1004 DBG(("%s: bounds (%d, %d), (%d, %d)\n",
1005 __FUNCTION__, bounds.x1, bounds.y1, bounds.x2, bounds.y2));
1007 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1010 if (!sna_compute_composite_extents(&bounds,
1014 bounds.x1, bounds.y1,
1015 bounds.x2 - bounds.x1,
1016 bounds.y2 - bounds.y1))
1020 __FUNCTION__, bounds.x1, bounds.y1, bounds.x2, bounds.y2));
1022 width = bounds.x2 - bounds.x1;
1023 height = bounds.y2 - bounds.y1;
1024 bounds.x1 -= dst->pDrawable->x;
1025 bounds.y1 -= dst->pDrawable->y;
1050 -bounds.x1, -bounds.y1,
1055 -bounds.x1, -bounds.y1,
1066 xSrc + bounds.x1 - dst_x,
1067 ySrc + bounds.y1 - dst_y,
1069 bounds.x1, bounds.y1,
1130 BoxRec bounds;
1139 miPointFixedBounds(n, points, &bounds);
1140 DBG(("%s: bounds (%d, %d), (%d, %d)\n",
1141 __FUNCTION__, bounds.x1, bounds.y1, bounds.x2, bounds.y2));
1143 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1146 if (!sna_compute_composite_extents(&bounds,
1150 bounds.x1, bounds.y1,
1151 bounds.x2 - bounds.x1,
1152 bounds.y2 - bounds.y1))
1156 __FUNCTION__, bounds.x1, bounds.y1, bounds.x2, bounds.y2));
1158 width = bounds.x2 - bounds.x1;
1159 height = bounds.y2 - bounds.y1;
1160 bounds.x1 -= dst->pDrawable->x;
1161 bounds.y1 -= dst->pDrawable->y;
1186 -bounds.x1, -bounds.y1,
1191 -bounds.x1, -bounds.y1,
1202 xSrc + bounds.x1 - dst_x,
1203 ySrc + bounds.y1 - dst_y,
1205 bounds.x1, bounds.y1,