Home
last modified time | relevance | path

Searched refs:text_options (Results 1 – 25 of 64) sorted by relevance

123

/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/text/
H A DMakefile.am7 nodist_libtext_la_SOURCES = text_options.c text_options.h
30 text_options.h: ../../metadata/text.xml.in
33 text_options.c: ../../metadata/text.xml.in text_options.h
H A DMakefile.in73 @TEXT_PLUGIN_TRUE@nodist_libtext_la_OBJECTS = text_options.lo
262 @TEXT_PLUGIN_TRUE@nodist_libtext_la_SOURCES = text_options.c text_options.h
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_options.Plo@am__quote@
588 text_options.h: ../../metadata/text.xml.in
591 text_options.c: ../../metadata/text.xml.in text_options.h
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_textrenderer.cpp31 CFX_TextRenderOptions text_options; in GetTextRenderOptionsHelper() local
34 text_options.font_is_cid = true; in GetTextRenderOptionsHelper()
37 text_options.aliasing_type = CFX_TextRenderOptions::kAliasing; in GetTextRenderOptionsHelper()
39 text_options.aliasing_type = CFX_TextRenderOptions::kLcd; in GetTextRenderOptionsHelper()
42 text_options.native_text = false; in GetTextRenderOptionsHelper()
44 return text_options; in GetTextRenderOptionsHelper()
146 CFX_TextRenderOptions text_options = in DrawNormalText() local
159 text_options)) { in DrawNormalText()
168 text_options)) { in DrawNormalText()
/dports/games/dose-response/dose-response-179c326/src/
H A Dui.rs113 pub text_options: TextOptions, field
132 text_options: TextOptions::align_left(), in align_left()
139 text_options: TextOptions::align_right(), in align_right()
146 text_options: TextOptions::align_center(width), in align_center()
H A Dengine.rs405 let rect = self.text_rect(button.pos, &button.text, button.text_options); in button_rect()
406 if rect.height() < button.text_options.height { in button_rect()
407 let new_size = rect.size() + (0, button.text_options.height - rect.height()); in button_rect()
667 self.draw_text(button.pos, &button.text, button.color, button.text_options); in draw_button()
/dports/devel/gearmand/gearmand-1.0.6/examples/
H A Decho_client.cc67 boost::program_options::positional_options_description text_options; in main() local
68 text_options.add("text", -1); in main()
74 options(desc).positional(text_options).run(), vm); in main()
H A Decho_worker.cc66 boost::program_options::positional_options_description text_options; in main() local
67 text_options.add("text", -1); in main()
73 options(desc).positional(text_options).run(), vm); in main()
H A Dreverse_client_bg.cc78 boost::program_options::positional_options_description text_options; in main() local
79 text_options.add("text", -1); in main()
85 options(desc).positional(text_options).run(), vm); in main()
H A Dreverse_client_epoch.cc78 boost::program_options::positional_options_description text_options; in main() local
79 text_options.add("text", -1); in main()
85 options(desc).positional(text_options).run(), vm); in main()
H A Dreverse_client.cc79 boost::program_options::positional_options_description text_options; in main() local
80 text_options.add("text", -1); in main()
86 options(desc).positional(text_options).run(), vm); in main()
H A Dreverse_client_cb.cc84 boost::program_options::positional_options_description text_options; in main() local
85 text_options.add("text", -1); in main()
91 options(desc).positional(text_options).run(), vm); in main()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assTextSubsetGUI.php439 $text_options = array(
444 $text_options["l1"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "1");
445 $text_options["l2"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "2");
446 $text_options["l3"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "3");
447 $text_options["l4"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "4");
448 $text_options["l5"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "5");
450 $textrating->setOptions($text_options);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assTextSubsetGUI.php439 $text_options = array(
444 $text_options["l1"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "1");
445 $text_options["l2"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "2");
446 $text_options["l3"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "3");
447 $text_options["l4"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "4");
448 $text_options["l5"] = sprintf($this->lng->txt("cloze_textgap_levenshtein_of"), "5");
450 $textrating->setOptions($text_options);
/dports/games/dose-response/dose-response-179c326/src/windows/
H A Dsidebar.rs124 nw_button.text_options.height = 3; in layout()
128 n_button.text_options.height = 3; in layout()
132 ne_button.text_options.height = 3; in layout()
136 w_button.text_options.height = 3; in layout()
140 e_button.text_options.height = 3; in layout()
144 sw_button.text_options.height = 3; in layout()
148 s_button.text_options.height = 3; in layout()
152 se_button.text_options.height = 3; in layout()
/dports/textproc/p5-PDF-Table/PDF-Table-1.002/lib/PDF/
H A DTable.pm1052 my %text_options;
1054 $text_options{'-underline'} = $cell_underline;
1055 $text_options{'-strokecolor'} = $fg_color;
1071 $txt->text_right($content, %text_options);
1075 $txt->text_center($content, %text_options);
1080 $txt->text($content, %text_options);
1100 'text_opt' => \%text_options,
1574 my %text_options = %{ $arg{'text_opt'} };
1777 $endw = $text_object->text_right(join(' ', @line), %text_options);
1780 $endw = $text_object->text_center(join(' ', @line), %text_options);
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/unittest/formats/
H A Dcompressed_dump_test.h79 std::string text_options, std::string compressed_options, in generate_text_and_compressed_dump() argument
84 command(fmt::format("dump id0 all {} 1 {} {}", dump_style, text_file, text_options)); in generate_text_and_compressed_dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_glyphcache.cpp250 CFX_TextRenderOptions* text_options) { in LoadGlyphBitmap() argument
256 const bool bNative = text_options->native_text; in LoadGlyphBitmap()
265 const bool bDoLookUp = !text_options->native_text; in LoadGlyphBitmap()
306 text_options->native_text = false; in LoadGlyphBitmap()
H A Dcfx_glyphcache.h41 CFX_TextRenderOptions* text_options);
/dports/devel/py-breathe/breathe-4.31.0/breathe/directives/
H A Dfunction.py233 text_options = {'no-link': u'', 'outline': u''}
238 filter_ = self.filter_factory.create_outline_filter(text_options)
243 directive_args[2] = text_options
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dtktextext.py766 **text_options argument
780 final_text_options.update(text_options)
859 **text_options argument
874 **text_options
898 if "height" in text_options:
899 self._gutter.configure(height=text_options["height"])
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dexp-txt.c113 text_options[] = { variable
145 if (index < 0 || index >= (int) elements(text_options)) in option_enum()
148 return text_options + index; in option_enum()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dnovinite_bg.recipe16 remove_tags = [dict(name='div', attrs={'id': 'text_options'})]
/dports/x11/zenity/zenity-3.32.0/src/
H A Doption.c702 static GOptionEntry text_options[] = { variable
1729 zenity_option_get_name (text_options, &zenity_text_font), in zenity_text_post_callback()
1734 zenity_option_get_name (text_options, &zenity_text_enable_html), in zenity_text_post_callback()
2064 g_option_group_add_entries (a_group, text_options); in zenity_create_context()
2197 zenity_option_get_name (text_options, &zenity_general_uri), in zenity_option_parse()
2217 zenity_option_error (zenity_option_get_name (text_options, in zenity_option_parse()
2224 zenity_option_error (zenity_option_get_name (text_options, in zenity_option_parse()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dtextdec.c77 #define text_options options macro
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dtextdec.c77 #define text_options options macro

123