Home
last modified time | relevance | path

Searched refs:text_fill (Results 1 – 12 of 12) sorted by relevance

/dports/games/flightgear-data/fgdata/Nasal/console/
H A Drepl.nas239 text_fill: nil,
256 text_fill: nil,
273 text_fill: nil,
290 text_fill: nil,
471 if (me.colors.text_fill != nil)
472 me.msg.text.setColorFill(me.colors.text_fill);
482 if (me.colors.text_fill != nil)
483 me.msg.left_col.setColorFill(me.colors.text_fill);
498 if (me.colors.text_fill != nil)
499 me.msg.right_col.setColorFill(me.colors.text_fill);
[all …]
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-weekday-chooser.c81 GdkColor text_fill, sel_text_fill; in G_DEFINE_TYPE_WITH_CODE() local
91 …utils_get_theme_color_color (widget, "theme_fg_color", E_UTILS_DEFAULT_THEME_FG_COLOR, &text_fill); in G_DEFINE_TYPE_WITH_CODE()
105 t = &text_fill; in G_DEFINE_TYPE_WITH_CODE()
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dtext.c82 void text_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) in text_fill() function
246 dev->fill = text_fill; in gfxdevice_text_init()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dnode.c2058 char **text, size_t *text_fill, int flag) in iso_decode_acl() argument
2064 consumed, NULL, (size_t) 0, text_fill, 1); in iso_decode_acl()
2067 if (*text_fill == 0) in iso_decode_acl()
2069 *text = calloc(*text_fill + 42, 1); /* 42 for aaip_update_acl_st_mode */ in iso_decode_acl()
2073 consumed, *text, *text_fill, text_fill, 0); in iso_decode_acl()
2093 size_t i, consumed, text_fill = 0; in iso_attr_get_acl_text() local
2118 &consumed, access_text, &text_fill, 0); in iso_attr_get_acl_text()
2125 &consumed, default_text, &text_fill, 0); in iso_attr_get_acl_text()
2138 text_fill = strlen(*access_text); in iso_attr_get_acl_text()
/dports/games/flightgear-data/fgdata/Nasal/canvas/gui/widgets/
H A DCdlgWidgets.nas414 …= 0.0, frame_color = nil, title_color = nil, title_fill = nil, text_color = nil, text_fill = nil) {
431 ib.text_fill = text_fill;
504 if (ib.text_fill != nil)
506 ib.text_frame.setColorFill(ib.text_fill);
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/examples/
H A DContentText.pl213 ($lw, $i) = $text->text_fill($i, 140, -spillover=>0);
1133 ($lw, $i) = $text->text_fill($i, 140, -spillover=>0);
1168 ($lw, $i) = $text->text_fill($i, 140, -spillover=>0, -hyphenate=>1);
1237 ($lw, $i) = $text->text_fill($i, 140, -spillover=>0);
1272 ($lw, $i) = $text->text_fill($i, 140, -spillover=>0, -hyphenate=>1);
H A Dexamples.output272 text_fill = text_fill_left
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Ddim_base.py203 self.text_fill: int = self.dim_style.get('dimtfill', 0)
748 if self.text_fill:
751 attribs['bg_fill'] = 3 if self.text_fill == 1 else 1
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Content/
H A DText.pm566 sub text_fill { subroutine
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/INFO/
H A DChanges_2017218 text_fill() added as alias for text_fill_left().
H A DChanges-ver_22028 * lib/PDF/API2/Content.pm: reworked text_fill for paragraph, but
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/
H A DChanges2192 * lib/PDF/API2/Content.pm: reworked text_fill for paragraph, but