Home
last modified time | relevance | path

Searched refs:border_left (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-border-left.c87 fo_property_border_left_init (FoPropertyBorderLeft *border_left) in fo_property_border_left_init() argument
89 FO_PROPERTY (border_left)->value = in fo_property_border_left_init()
129 FoPropertyBorderLeft *border_left; in fo_property_border_left_finalize() local
131 border_left = FO_PROPERTY_BORDER_LEFT (object); in fo_property_border_left_finalize()
147 FoProperty* border_left; in fo_property_border_left_new() local
149 border_left = in fo_property_border_left_new()
153 return border_left; in fo_property_border_left_new()
166 static FoProperty *border_left = NULL; in fo_property_border_left_get_initial() local
168 if (border_left == NULL) in fo_property_border_left_get_initial()
170 border_left = in fo_property_border_left_get_initial()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-border-left.c87 fo_property_border_left_init (FoPropertyBorderLeft *border_left) in fo_property_border_left_init() argument
89 FO_PROPERTY (border_left)->value = in fo_property_border_left_init()
129 FoPropertyBorderLeft *border_left; in fo_property_border_left_finalize() local
131 border_left = FO_PROPERTY_BORDER_LEFT (object); in fo_property_border_left_finalize()
147 FoProperty* border_left; in fo_property_border_left_new() local
149 border_left = in fo_property_border_left_new()
153 return border_left; in fo_property_border_left_new()
166 static FoProperty *border_left = NULL; in fo_property_border_left_get_initial() local
168 if (border_left == NULL) in fo_property_border_left_get_initial()
170 border_left = in fo_property_border_left_get_initial()
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-border-image.c34 int border_left; member
72 int border_left) in st_border_image_new() argument
82 image->border_left = border_left; in st_border_image_new()
100 int *border_left) in st_border_image_get_borders() argument
110 if (border_left) in st_border_image_get_borders()
111 *border_left = image->border_left; in st_border_image_get_borders()
133 image->border_left == other->border_left && in st_border_image_equal()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-border-image.c34 int border_left; member
87 int border_left, in st_border_image_new() argument
98 image->border_left = border_left; in st_border_image_new()
136 int *border_left) in st_border_image_get_borders() argument
146 if (border_left) in st_border_image_get_borders()
147 *border_left = image->border_left * image->scale_factor; in st_border_image_get_borders()
169 image->border_left == other->border_left && in st_border_image_equal()
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dmainwin.cpp17 border_left = vulture_winelem.border_left->w; in mainwin()
38 pos_x = x + border_left; in draw()
48 pos_x = x + border_left; in draw()
61 vulture_put_img(x, pos_y, vulture_winelem.border_left); in draw()
62 pos_y += vulture_winelem.border_left->h; in draw()
76 vulture_set_draw_region(x + border_left, y + border_top, in draw()
80 pos_x = x + border_left; in draw()
92 pos_x = this->abs_x + border_left; in draw()
157 winelem->x = pos_x + border_left; in layout()
161 winelem->x += border_left; in layout()
[all …]
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_decal.c67 decal->border_left = 0; in decal_new()
110 void decal_set_border(DecalData *decal, gint border_left, gint border_right, in decal_set_border() argument
115 util_size(&border_left); in decal_set_border()
120 decal->border_left = border_left; in decal_set_border()
150 decal->border_left, decal->border_stretch, in decal_render()
167 decal->border_left, decal->border_right, in decal_render()
227 decal->border_left + decal->border_right); in decal_set_size()
243 gint border_left; in decal_parse() local
268 if (!key_list_read_int(list, "border_left", &border_left)) border_left = 0; in decal_parse()
287 decal_set_border(decal, border_left, border_right, border_top, border_bottom); in decal_parse()
H A Dui2_util.c156 gint border_left, gint border_right, in util_pixbuf_copy_border_clipped() argument
169 border_left = MIN(border_left, w); in util_pixbuf_copy_border_clipped()
177 if (util_clip_region(rx, ry, border_left, border_top, in util_pixbuf_copy_border_clipped()
185 rx = x + border_left; in util_pixbuf_copy_border_clipped()
187 if (util_clip_region(rx, ry, w - border_left - border_right, border_top, in util_pixbuf_copy_border_clipped()
191 pixbuf_copy_fill_alpha_offset(src, border_left, 0, sw - border_left - border_right, border_top, in util_pixbuf_copy_border_clipped()
208 if (util_clip_region(rx, ry, border_left, h - border_top - border_bottom, in util_pixbuf_copy_border_clipped()
230 if (util_clip_region(rx, ry, border_left, border_bottom, in util_pixbuf_copy_border_clipped()
238 rx = x + border_left; in util_pixbuf_copy_border_clipped()
240 if (util_clip_region(rx, ry, w - border_left - border_right, border_bottom, in util_pixbuf_copy_border_clipped()
[all …]
/dports/devel/codequery/codequery-0.24.0/showgraph/Layout/
H A Dnode_group.h40 qreal border_left; variable
49 border_left = 0; in init()
71 return border_left; in left()
81 border_left = pos; in setLeft()
/dports/devel/p5-Term-Table/Term-Table-0.015/t/Table/
H A DCellStack.t20 Term::Table::Cell->new(border_left => '>', border_right => '<', value => 'aaa'),
22 Term::Table::Cell->new(border_left => '>', border_right => '<', value => 'ccc'),
25 … Term::Table::Cell->new(border_left => '>', border_right => '<', value => 'aaaaaaaaaaaaaaaaaaaaa'),
27 … Term::Table::Cell->new(border_left => '>', border_right => '<', value => 'ccccccccccccccccccccc'),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/
H A Dmd_icon_normalizer.cc107 std::vector<float> border_left(height, -1); in GetMdIconScale() local
130 border_left[y] = x; in GetMdIconScale()
137 if (border_left[y] == -1) in GetMdIconScale()
159 ConvertToConvexArray(&border_left, 1, y_from, y_to); in GetMdIconScale()
165 if (border_left[y] <= -1) in GetMdIconScale()
167 area += border_right[y] - border_left[y] + 1; in GetMdIconScale()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h79 int border_left; member
88 border_left = 0; in table_column()
100 border_left = 0; in table_column()
112 border_left = val.border_left; in table_column()

12345678910>>...19