Lines Matching refs:rect
352 * RETURNED rect - an X rectangle to return the cursor bounds in.
357 GetCursorBounds(w, rect)
359 XRectangle * rect;
363 rect->width = (unsigned short) insertCursor_width;
364 rect->height = (unsigned short) insertCursor_height;
365 rect->x = sink->multi_sink.cursor_x - (short) (rect->width / 2);
366 rect->y = sink->multi_sink.cursor_y - (short) rect->height;
381 XRectangle rect;
386 GetCursorBounds(w, &rect);
391 0, 0, (unsigned int) rect.width, (unsigned int) rect.height,
392 (int) rect.x, (int) rect.y, 1);