Home
last modified time | relevance | path

Searched refs:text_align (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-text-align.c92 fo_property_text_align_init (FoPropertyTextAlign *text_align) in fo_property_text_align_init() argument
94 FO_PROPERTY (text_align)->value = in fo_property_text_align_init()
133 FoPropertyTextAlign *text_align; in fo_property_text_align_finalize() local
135 text_align = FO_PROPERTY_TEXT_ALIGN (object); in fo_property_text_align_finalize()
151 FoProperty* text_align; in fo_property_text_align_new() local
153 text_align = in fo_property_text_align_new()
157 return text_align; in fo_property_text_align_new()
328 static FoProperty *text_align = NULL; in fo_property_text_align_get_initial() local
330 if (text_align == NULL) in fo_property_text_align_get_initial()
332 text_align = in fo_property_text_align_get_initial()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-text-align.c92 fo_property_text_align_init (FoPropertyTextAlign *text_align) in fo_property_text_align_init() argument
94 FO_PROPERTY (text_align)->value = in fo_property_text_align_init()
133 FoPropertyTextAlign *text_align; in fo_property_text_align_finalize() local
135 text_align = FO_PROPERTY_TEXT_ALIGN (object); in fo_property_text_align_finalize()
151 FoProperty* text_align; in fo_property_text_align_new() local
153 text_align = in fo_property_text_align_new()
157 return text_align; in fo_property_text_align_new()
328 static FoProperty *text_align = NULL; in fo_property_text_align_get_initial() local
330 if (text_align == NULL) in fo_property_text_align_get_initial()
332 text_align = in fo_property_text_align_get_initial()
[all …]
/dports/devel/libfort/libfort-0.4.2-11-g4123716/examples/
H A D5-beautiful_table.cpp12 table.column(0).set_cell_text_align(fort::text_align::center); in main()
13 table.column(1).set_cell_text_align(fort::text_align::center); in main()
40 table.column(1).set_cell_text_align(fort::text_align::right); in main()
41 table.column(2).set_cell_text_align(fort::text_align::right); in main()
42 table.column(3).set_cell_text_align(fort::text_align::right); in main()
43 table.column(4).set_cell_text_align(fort::text_align::center); in main()
44 table[8][0].set_cell_text_align(fort::text_align::center); in main()
H A D2-custom_table.cpp22 table.column(0).set_cell_text_align(fort::text_align::center); in main()
23 table.column(1).set_cell_text_align(fort::text_align::left); in main()
24 table.column(3).set_cell_text_align(fort::text_align::center); in main()
H A D3-complex_layout.cpp29 table[0][2].set_cell_text_align(fort::text_align::center); in main()
30 table[3][0].set_cell_text_align(fort::text_align::center); in main()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_font_multiline.cpp45 List text_align; member in Prog
67 text_align(List(0)), in Prog()
70 text_align.append_item("Left"); in Prog()
71 text_align.append_item("Center"); in Prog()
72 text_align.append_item("Right"); in Prog()
86 d.add(text_align , 2, 17, 2, 3); in Prog()
139 if (text_align.get_selected_item_text() == "Left") { in draw_text()
141 } else if (text_align.get_selected_item_text() == "Center") { in draw_text()
144 } else if (text_align.get_selected_item_text() == "Right") { in draw_text()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_font/
H A Dswitch_font.c118 float pos_y, unsigned text_align) in switch_font_render_line() argument
131 switch (text_align) in switch_font_render_line()
194 unsigned text_align) in switch_font_render_message() argument
212 scale, color, pos_x, pos_y, text_align); in switch_font_render_message()
228 text_align); in switch_font_render_message()
245 enum text_alignment text_align; in switch_font_render_msg() local
262 text_align = params->text_align; in switch_font_render_msg()
276 text_align = TEXT_ALIGN_LEFT; in switch_font_render_msg()
287 color, x, y, text_align); in switch_font_render_msg()
H A Dps2_font.c137 unsigned width, unsigned height, unsigned text_align) in ps2_font_render_line() argument
150 switch (text_align) in ps2_font_render_line()
227 unsigned width, unsigned height, unsigned text_align) in ps2_font_render_message() argument
242 width, height, text_align); in ps2_font_render_message()
257 width, height, text_align); in ps2_font_render_message()
274 enum text_alignment text_align; in ps2_font_render_msg() local
296 text_align = params->text_align; in ps2_font_render_msg()
314 text_align = TEXT_ALIGN_LEFT; in ps2_font_render_msg()
346 width, height, text_align); in ps2_font_render_msg()
351 width, height, text_align); in ps2_font_render_msg()
H A Dvita2d_font.c147 unsigned width, unsigned height, unsigned text_align) in vita2d_font_render_line() argument
155 switch (text_align) in vita2d_font_render_line()
224 unsigned width, unsigned height, unsigned text_align) in vita2d_font_render_message() argument
238 scale, color, pos_x, pos_y, width, height, text_align); in vita2d_font_render_message()
253 width, height, text_align); in vita2d_font_render_message()
272 enum text_alignment text_align; in vita2d_font_render_msg() local
296 text_align = params->text_align; in vita2d_font_render_msg()
313 text_align = TEXT_ALIGN_LEFT; in vita2d_font_render_msg()
344 scale * drop_y / height, width, height, text_align); in vita2d_font_render_msg()
348 color, x, y, width, height, text_align); in vita2d_font_render_msg()
H A Dd3d11_font.c129 unsigned text_align) in d3d11_font_render_line() argument
145 switch (text_align) in d3d11_font_render_line()
235 unsigned text_align) in d3d11_font_render_message() argument
250 width, height, text_align); in d3d11_font_render_message()
266 width, height, text_align); in d3d11_font_render_message()
284 enum text_alignment text_align; in d3d11_font_render_msg() local
306 text_align = params->text_align; in d3d11_font_render_msg()
324 text_align = TEXT_ALIGN_LEFT; in d3d11_font_render_msg()
350 width, height, text_align); in d3d11_font_render_msg()
354 color, x, y, width, height, text_align); in d3d11_font_render_msg()
H A Dd3d10_font.c131 unsigned text_align) in d3d10_font_render_line() argument
147 switch (text_align) in d3d10_font_render_line()
238 unsigned text_align) in d3d10_font_render_message() argument
253 width, height, text_align); in d3d10_font_render_message()
269 width, height, text_align); in d3d10_font_render_message()
287 enum text_alignment text_align; in d3d10_font_render_msg() local
309 text_align = params->text_align; in d3d10_font_render_msg()
327 text_align = TEXT_ALIGN_LEFT; in d3d10_font_render_msg()
353 width, height, text_align); in d3d10_font_render_msg()
358 width, height, text_align); in d3d10_font_render_msg()
H A Dd3d12_font.c133 unsigned text_align) in d3d12_font_render_line() argument
151 switch (text_align) in d3d12_font_render_line()
249 unsigned text_align) in d3d12_font_render_message() argument
264 scale, color, pos_x, pos_y, width, height, text_align); in d3d12_font_render_message()
279 pos_y - (float)lines * line_height, width, height, text_align); in d3d12_font_render_message()
297 enum text_alignment text_align; in d3d12_font_render_msg() local
319 text_align = params->text_align; in d3d12_font_render_msg()
336 text_align = TEXT_ALIGN_LEFT; in d3d12_font_render_msg()
362 width, height, text_align); in d3d12_font_render_msg()
367 width, height, text_align); in d3d12_font_render_msg()
H A Dwiiu_font.c151 unsigned width, unsigned height, unsigned text_align) in wiiu_font_render_line() argument
161 switch (text_align) in wiiu_font_render_line()
242 unsigned width, unsigned height, unsigned text_align) in wiiu_font_render_message() argument
257 width, height, text_align); in wiiu_font_render_message()
272 width, height, text_align); in wiiu_font_render_message()
291 enum text_alignment text_align; in wiiu_font_render_msg() local
313 text_align = params->text_align; in wiiu_font_render_msg()
330 text_align = TEXT_ALIGN_LEFT; in wiiu_font_render_msg()
359 scale * drop_y / height, width, height, text_align); in wiiu_font_render_msg()
363 color, x, y, width, height, text_align); in wiiu_font_render_msg()
H A Dctr_font.c161 unsigned width, unsigned height, unsigned text_align) in ctr_font_render_line() argument
174 switch (text_align) in ctr_font_render_line()
314 unsigned width, unsigned height, unsigned text_align) in ctr_font_render_message() argument
329 width, height, text_align); in ctr_font_render_message()
344 width, height, text_align); in ctr_font_render_message()
361 enum text_alignment text_align; in ctr_font_render_msg() local
383 text_align = params->text_align; in ctr_font_render_msg()
401 text_align = TEXT_ALIGN_LEFT; in ctr_font_render_msg()
431 width, height, text_align); in ctr_font_render_msg()
436 width, height, text_align); in ctr_font_render_msg()
H A Dgl_core_raster_font.c211 GLfloat pos_y, unsigned text_align) in gl_core_raster_font_render_line() argument
229 switch (text_align) in gl_core_raster_font_render_line()
292 unsigned text_align) in gl_core_raster_font_render_message() argument
304 pos_y, text_align); in gl_core_raster_font_render_message()
319 pos_y - (float)lines*line_height, text_align); in gl_core_raster_font_render_message()
350 enum text_alignment text_align = TEXT_ALIGN_LEFT; in gl_core_raster_font_render_msg() local
371 text_align = params->text_align; in gl_core_raster_font_render_msg()
392 text_align = TEXT_ALIGN_LEFT; in gl_core_raster_font_render_msg()
426 scale * drop_y / font->gl->vp.height, text_align); in gl_core_raster_font_render_msg()
430 x, y, text_align); in gl_core_raster_font_render_msg()
H A Dvulkan_raster_font.c163 float pos_y, unsigned text_align) in vulkan_raster_font_render_line() argument
182 switch (text_align) in vulkan_raster_font_render_line()
240 unsigned text_align) in vulkan_raster_font_render_message() argument
254 scale, color, pos_x, pos_y, text_align); in vulkan_raster_font_render_message()
269 text_align); in vulkan_raster_font_render_message()
365 enum text_alignment text_align; in vulkan_raster_font_render_msg() local
390 text_align = params->text_align; in vulkan_raster_font_render_msg()
411 text_align = TEXT_ALIGN_LEFT; in vulkan_raster_font_render_msg()
445 scale * drop_y / vk->vp.height, text_align); in vulkan_raster_font_render_msg()
449 color, x, y, text_align); in vulkan_raster_font_render_msg()
H A Dgl1_raster_font.c304 GLfloat pos_y, unsigned text_align) in gl1_raster_font_render_line() argument
323 switch (text_align) in gl1_raster_font_render_line()
386 unsigned text_align) in gl1_raster_font_render_message() argument
398 pos_y, text_align); in gl1_raster_font_render_message()
413 pos_y - (float)lines*line_height, text_align); in gl1_raster_font_render_message()
444 enum text_alignment text_align = TEXT_ALIGN_LEFT; in gl1_raster_font_render_msg() local
465 text_align = params->text_align; in gl1_raster_font_render_msg()
486 text_align = TEXT_ALIGN_LEFT; in gl1_raster_font_render_msg()
520 scale * drop_y / font->gl->vp.height, text_align); in gl1_raster_font_render_msg()
524 x, y, text_align); in gl1_raster_font_render_msg()
H A Dgl_raster_font.c285 GLfloat pos_y, unsigned text_align) in gl_raster_font_render_line() argument
304 switch (text_align) in gl_raster_font_render_line()
367 unsigned text_align) in gl_raster_font_render_message() argument
379 pos_y, text_align); in gl_raster_font_render_message()
394 pos_y - (float)lines*line_height, text_align); in gl_raster_font_render_message()
431 enum text_alignment text_align = TEXT_ALIGN_LEFT; in gl_raster_font_render_msg() local
452 text_align = params->text_align; in gl_raster_font_render_msg()
473 text_align = TEXT_ALIGN_LEFT; in gl_raster_font_render_msg()
508 scale * drop_y / font->gl->vp.height, text_align); in gl_raster_font_render_msg()
512 x, y, text_align); in gl_raster_font_render_msg()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_ruby_text.cc47 ETextAlign text_align = StyleRef().GetTextAlign(); in TextAlignmentForLine() local
49 if (text_align != ComputedStyleInitialValues::InitialTextAlign()) in TextAlignmentForLine()
61 ETextAlign text_align = StyleRef().GetTextAlign(); in AdjustInlineDirectionLineBounds() local
63 if (text_align != ComputedStyleInitialValues::InitialTextAlign()) in AdjustInlineDirectionLineBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_ruby_text.cc60 ETextAlign text_align = StyleRef().GetTextAlign(); in TextAlignmentForLine() local
62 if (text_align != ComputedStyleInitialValues::InitialTextAlign()) in TextAlignmentForLine()
75 ETextAlign text_align = StyleRef().GetTextAlign(); in AdjustInlineDirectionLineBounds() local
77 if (text_align != ComputedStyleInitialValues::InitialTextAlign()) { in AdjustInlineDirectionLineBounds()
/dports/lang/swi-pl/swipl-8.2.3/library/lynx/
H A Dpldoc_style.pl51 [text_align(right), margin_bottom(2), margin_top(2)]).
53 [text_align(center), margin_bottom(3), margin_top(2), font_weight(bold)]).
55 [margin_bottom(2), text_align(center), font_weight(bold)]).
57 [text_align(center), margin_bottom(3), margin_top(2)]).
85 [text_align(center), color(red)]).
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElementStyleCache.cpp44 line_height(NULL), text_align(-1), text_transform(-1), vertical_align(NULL) in ElementStyleCache()
128 text_align = -1; in ClearTextAlign()
359 if (text_align < 0) in GetTextAlign()
360 text_align = style->GetProperty(TEXT_ALIGN)->Get< int >(); in GetTextAlign()
361 return text_align; in GetTextAlign()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/gui/
H A Dgui2_button.cpp31 EGuiAlign text_align = ACenterLeft; in onDraw() local
47 text_align = ACenterRight; in onDraw()
51 drawText(window, text_rect, text, text_align, text_size, main_font, text_color); in onDraw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/line/
H A Dline_info.h65 void SetTextAlign(ETextAlign text_align) { text_align_ = text_align; } in SetTextAlign() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/line/
H A Dline_info.h65 void SetTextAlign(ETextAlign text_align) { text_align_ = text_align; } in SetTextAlign() argument

12345678910>>...25