Lines Matching refs:area
109 GdkRectangle area;
114 gdk_cairo_get_clip_rectangle(cr, &area);
117 app->format, area.width, area.height, NULL, 0);
123 area.x, area.y, 0, 0, 0, 0,
124 app->width - area.x,
125 app->height - area.y);
127 pixels = calloc (1, area.width * area.height * 4);
129 PIXMAN_a8r8g8b8, area.width, area.height, pixels, area.width * 4);
134 area.x, area.y, 0, 0, 0, 0,
135 app->width - area.x,
136 app->height - area.y);
140 area.width, area.height, area.width * 4);
142 cairo_set_source_surface (cr, surface, area.x, area.y);