Method
ClutterBlitNodeadd_blit_rectangle
Declaration [src]
void
clutter_blit_node_add_blit_rectangle (
ClutterBlitNode* blit_node,
int src_x,
int src_y,
int dst_x,
int dst_y,
int width,
int height
)
Description [src]
Adds a new blit rectangle to the stack of rectangles. All the
constraints of cogl_framebuffer_blit()
apply here.