Method

MtkRectanglecould_fit_rect

Declaration [src]

gboolean
mtk_rectangle_could_fit_rect (
  const MtkRectangle* outer_rect,
  const MtkRectangle* inner_rect
)

Description

No description available.

Parameters

inner_rect

Type: MtkRectangle

The inner rectangle.

The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the inner rectangle could fit inside the outer one.