Lines Matching defs:layout
67 PangoLayout *layout;
198 if (private->layout)
200 g_object_unref (private->layout);
201 private->layout = NULL;
409 if (private->layout)
411 g_object_unref (private->layout);
412 private->layout = NULL;
498 if (! private->layout)
500 private->layout = gtk_widget_create_pango_layout (widget,
502 pango_layout_set_ellipsize (private->layout, PANGO_ELLIPSIZE_END);
505 pango_layout_set_width (private->layout,
512 pango_layout_get_pixel_extents (private->layout, NULL, &logical);
600 pango_cairo_show_layout (cr, private->layout);
614 pango_cairo_show_layout (cr, private->layout);
1123 if (private->layout)
1125 g_object_unref (private->layout);
1126 private->layout = NULL;