Home
last modified time | relevance | path

Searched refs:text_width (Results 1 - 8 of 8) sorted by relevance

/third_party/cups-filters/filter/
H A Dtexttotext.c98 int text_width, /* Width of the text area on the page */ in main() local
388 text_width = num_columns - page_left - page_right; in main()
391 text_height, text_width); in main()
653 if ((column >= text_width && /* Current line is full */ in main()
785 for (; column % tab_width != 0 && column < text_width; column ++) in main()
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py326 text_width = line_width - opt_width
335 text = wrap_text(help, text_width)
/third_party/python/Lib/idlelib/
H A Dautocomplete_w.py258 text_width, text_height = text.winfo_width(), text.winfo_height()
259 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
/third_party/python/Lib/
H A Dargparse.py328 text_width = self._width - self._current_indent
329 if len(prefix) + len(usage) > text_width:
353 if line_len + 1 + len(part) > text_width and line:
366 if len(prefix) + len(prog) <= 0.75 * text_width:
509 text_width = max(self._width - self._current_indent, 11)
511 return self._fill_text(text, text_width, indent) + '\n\n'
H A Doptparse.py266 text_width = max(self.width - self.current_indent, 11)
269 text_width,
/third_party/glfw/deps/
H A Dnuklear.h3774 float text_width = ...;
3775 return text_width;
3799 float text_width = ...;
3800 return text_width;
5823 NK_LIB int nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count);
7331 int text_len, float space, int *glyphs, float *text_width, in nk_text_clamp()
7369 *text_width = last_width; in nk_text_clamp()
7373 *text_width = sep_width; in nk_text_clamp()
9173 float text_width = 0; in nk_draw_text() local
9186 text_width in nk_draw_text()
7330 nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count) nk_text_clamp() argument
13011 float text_width = 0; nk_font_text_width() local
18545 float text_width; nk_tree_element_image_push_hashed_base() local
19264 float text_width; nk_widget_text() local
25372 float text_width; nk_tooltip() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4786 const float text_width = g.FontSize + (label_size.x > 0.0f ? label_size.x + padding.x*2 : 0.0f); // Include collapser
4787 ItemSize(ImVec2(text_width, frame_height), text_base_offset_y);
4791 const ImRect interact_bb = display_frame ? frame_bb : ImRect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + text_width + style.ItemSpacing.x*2, frame_bb.Max.y);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp5848 const float text_width = g.FontSize + (label_size.x > 0.0f ? label_size.x + padding.x * 2 : 0.0f); // Include collapser
5850 ItemSize(ImVec2(text_width, frame_height), padding.y);
5855 interact_bb.Max.x = frame_bb.Min.x + text_width + style.ItemSpacing.x * 2.0f;

Completed in 56 milliseconds