Home
last modified time | relevance | path

Searched defs:text_line (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/dia/dia-0.97.3/lib/
H A Dtextline.c96 TextLine *text_line = g_new0(TextLine, 1); in text_line_new() local
106 text_line_copy(const TextLine *text_line) in text_line_copy()
116 text_line_destroy(TextLine *text_line) in text_line_destroy()
144 text_line_get_string(const TextLine *text_line) in text_line_get_string()
150 text_line_get_font(const TextLine *text_line) in text_line_get_font()
156 text_line_get_height(const TextLine *text_line) in text_line_get_height()
162 text_line_get_width(const TextLine *text_line) in text_line_get_width()
169 text_line_get_ascent(const TextLine *text_line) in text_line_get_ascent()
209 text_line_dirty_cache(TextLine *text_line) in text_line_dirty_cache()
215 clear_layout_offset (TextLine *text_line) in clear_layout_offset()
[all …]
H A Dfont.c622 TextLine *text_line = text_line_new(string, font, height); in dia_font_string_width() local
637 TextLine *text_line = text_line_new(string, font, height); in dia_font_ascent() local
652 TextLine *text_line = text_line_new(string, font, height); in dia_font_descent() local
H A Ddiagdkrenderer.c634 TextLine *text_line = text_line_new(text, object->font, object->font_height); in draw_string() local
664 draw_text_line (DiaRenderer *object, TextLine *text_line, in draw_text_line()
774 TextLine *text_line; in get_text_width() local
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_05_tools/
H A Dtest_514_text.py24 def text_line(font): function
30 def test_text_width_and_height(self, text_line): argument
34 def test_shrink_to_fit(self, text_line): argument
40 def test_stretch_to_aligned(self, text_line): argument
46 def test_baseline_vertices_left_aligned(self, text_line): argument
65 def test_corner_vertices_top_aligned(self, text_line): argument
85 def test_empty_input(self, text_line): argument
91 def test_translation(self, text_line, location): argument
100 def test_rotate(self, text_line, angle): argument
114 def test_scale_x(self, text_line, x, scale, expected): argument
[all …]
/dports/games/xbl/xbl-1.1.6/
H A Dmovingbutton.h37 struct text_line struct
44 struct text_line *next ; argument
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dtext.h226 struct text_line struct
227 { intptr_t start; /* Start index (relative) */
228 intptr_t end; /* Last index (relative) */
229 short y; /* Y-position in pixels */
230 short h; /* Height in pixels */
231 short w; /* Width of displayed text */
232 short base; /* Baseline (relative to y) */
234 short allocated; /* Size of chars array */
235 int changed; /* Line has been changed? */
236 int ends_because; /* END_WRAP; END_EOF; END_NL */
[all …]
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtext.h26 typedef struct text_line { struct
28 struct text_line *next; /* Next line */ argument
/dports/cad/nvc/nvc-r1.5.3/test/regress/
H A Dissue351.vhd13 variable text_line : LINE; variable
28 variable text_line : LINE; variable
H A Dissue309.vhd10 variable text_line : LINE; variable
H A Dissue103.vhd7 variable text_line : LINE; variable
H A Dissue308.vhd8 variable text_line : LINE; variable
H A Dissue262.vhd71 variable text_line : LINE; variable
/dports/cad/nvc/nvc-r1.5.3/test/bounds/
H A Dissue307b.vhd9 variable text_line : LINE; variable
/dports/cad/nvc/nvc-r1.5.3/test/elab/
H A Dissue307.vhd9 variable text_line : LINE; variable
/dports/textproc/p5-Text-Hatena/Text-Hatena-0.20/lib/Text/
H A DHatena.pm43 text_line : ...!"\n||<\n" "\n" /[^\n]*/o label
267 sub text_line { subroutine
/dports/graphics/p5-Chart-Graph/Chart-Graph-3.2/xrt2d/
H A Dgraph_2d.c31 char * text_line = malloc(line_size * sizeof(char)); in main() local
/dports/games/widelands/widelands-build21/data/scripting/
H A Dformatting.lua107 function text_line(t1, t2, imgstr) function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Dprotocol.cpp272 byte *Sword2Engine::fetchTextLine(byte *file, uint32 text_line) { in fetchTextLine()
440 bool Sword2Engine::checkTextLine(byte *file, uint32 text_line) { in checkTextLine()
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Dprotocol.cpp272 byte *Sword2Engine::fetchTextLine(byte *file, uint32 text_line) { in fetchTextLine()
440 bool Sword2Engine::checkTextLine(byte *file, uint32 text_line) { in checkTextLine()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dbanner.cc203 const scr_coord_val text_line = (line / LINESPACE) * 2; in draw() local
/dports/graphics/dia/dia-0.97.3/plug-ins/postscript/
H A Ddiapsft2renderer.c343 TextLine *text_line = text_line_new(text, renderer->current_font, in draw_string() local
352 TextLine *text_line, in draw_text_line()
/dports/graphics/dia/dia-0.97.3/plug-ins/svg/
H A Drender_svg.c452 draw_text_line(DiaRenderer *self, TextLine *text_line, in draw_text_line()
494 TextLine *text_line = text->lines[i]; in draw_text() local
/dports/textproc/py-textfsm/textfsm-1.1.1/textfsm/
H A Dterminal.py200 def _SplitWithSgr(text_line): argument
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/python/
H A Dsample.py113 text_line = "" variable
/dports/mail/wmmaiload/wmmaiload-2.3.0/wmmaiload-config/
H A Dactions.c29 gchar *text_line[COLS]; in set_list() local

123