Searched refs:ypad (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtorrent-cell-renderer.c389 int xpad, ypad; local
405 gtk_cell_renderer_get_padding( GTK_CELL_RENDERER( cell ), &xpad, &ypad ); local
423 *height = ypad * 2 + MAX( name_size.height, p->bar_height );
437 int xpad, ypad; local
458 gtk_cell_renderer_get_padding( GTK_CELL_RENDERER( cell ), &xpad, &ypad ); local
477 *height = ypad * 2 + name_size.height + prog_size.height + GUI_PAD_SMALL + p->bar_height + GUI_PAD_SMALL + stat_size.height;
515 int xpad, ypad; local
516 gtk_cell_renderer_get_padding( cell, &xpad, &ypad );
517 *y_offset = cell_area ? (int)((cell_area->height - (ypad*2 +h)) / 2.0) : 0;
577 int xpad, ypad; local
601 gtk_cell_renderer_get_padding( GTK_CELL_RENDERER( cell ), &xpad, &ypad ); local
654 int xpad, ypad; local
683 gtk_cell_renderer_get_padding( GTK_CELL_RENDERER( cell ), &xpad, &ypad ); local
[all...]
H A Dfilter.c735 int ypad; local
740 ypad = type == ACTIVITY_FILTER_ALL ? 0 : 2;
744 "ypad", ypad,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-1593 <ypad>0</ypad>
619 <ypad>0</ypad>
641 <ypad>0</ypad>
663 <ypad>0</ypad>
694 <ypad>0</ypad>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp565 gint calc_height = (gint) renderer->ypad * 2 + size.y;
583 (cell_area->height - calc_height - 2 * renderer->ypad)));
584 *y_offset = MAX (*y_offset, 0) + renderer->ypad;
618 rect.height -= renderer->ypad * 2;
669 rect.height -= renderer->ypad * 2;

Completed in 108 milliseconds