Virtual Method

ClutterStageViewtransform_rect_to_onscreen

Declaration [src]

void
transform_rect_to_onscreen (
  ClutterStageView* view,
  const cairo_rectangle_int_t* src_rect,
  int dst_width,
  int dst_height,
  cairo_rectangle_int_t* dst_rect
)

Description

No description available.

Parameters

src_rect

Type: cairo_rectangle_int_t

No description available.

The data is owned by the caller of the function.
dst_width

Type: int

No description available.

dst_height

Type: int

No description available.

dst_rect

Type: cairo_rectangle_int_t

No description available.

The data is owned by the caller of the function.