Home
last modified time | relevance | path

Searched defs:wrap_width (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1176 …Vec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4… in AddText()
2641 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin,… in CalcTextSizeA()
2749 …st ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fin… in RenderText()
Dimgui.cpp2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
3898 …extSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) in CalcTextSize()
Dimgui_widgets.cpp220 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextUnformatted() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1169 …Vec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4… in AddText()
2629 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin,… in CalcTextSizeA()
2737 …st ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fin… in RenderText()
Dimgui_demo.cpp668 static float wrap_width = 200.0f; in ShowDemoWindowWidgets() local
Dimgui.cpp2255 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
3832 …extSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) in CalcTextSize()
Dimgui_widgets.cpp218 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextUnformatted() local
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1571 …Vec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4… in AddText()
3424 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin,… in CalcTextSizeA()
3534 …st ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fin… in RenderText()
Dimgui_demo.cpp901 static float wrap_width = 200.0f; in ShowDemoWindowWidgets() local
Dimgui.cpp2732 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
4563 …extSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) in CalcTextSize()
Dimgui_widgets.cpp244 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextEx() local