Searched refs:W_H (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xcb-util/dist/image/
H A Dtest_xcb_image_shm.c40 #define W_H 40 macro
51 xcb_rectangle_t rect_coord = { 0, 0, W_W, W_H};
99 img = xcb_image_create_native (c, W_W, W_H, format, depth,
141 W_W, W_H, /* width, height */
152 xcb_create_pixmap(c, depth, rect, win, W_W, W_H);
169 0, 0, 0, 0, W_W, W_H);
173 0, 0, 0, 0, W_W,W_H,
H A Dtest_xcb_image.c40 #define W_H 64 macro
113 xcb_rectangle_t rect_coord = { 0, 0, W_W, W_H};
156 W_W, W_H, /* width, height */
167 xcb_create_pixmap(c, depth, rect, win, W_W, W_H);
172 points[1].y = W_H;
177 points[1].y = W_H / 2;
193 W_W, W_H, /* width, height */
214 0, 0, 0, 0, W_W, W_H);
217 W_W, W_H);

Completed in 4 milliseconds