Home
last modified time | relevance | path

Searched defs:text_end (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dparser.cc274 size_t text_end = AppendText(s); in Append() local
287 size_t text_end = AppendText(s); in ConvertOne() local
Dparser.h269 size_t text_end; member
/third_party/elfutils/libasm/
Dasm_end.c45 text_end (AsmCtx_t *ctx __attribute__ ((unused))) in text_end() function
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp48 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
/third_party/spirv-tools/source/
Dassembly_grammar.cpp50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
/third_party/ffmpeg/libavcodec/
Dmovtextdec.c322 static int get_utf8_length_at(const char *text, const char *text_end) in get_utf8_length_at()
335 static int text_to_ass(AVBPrint *buf, const char *text, const char *text_end, in text_to_ass()
/third_party/skia/third_party/externals/harfbuzz/util/
Dshape-options.hh200 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1176 … font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap… in AddText()
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText()
2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText()
2542 const char* ImFont::CalcWordWrapPositionA(float scale, const char* text, const char* text_end, floa… in CalcWordWrapPositionA() argument
2641 … size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char… in CalcTextSizeA() argument
2749 … pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap… in RenderText() argument
Dimgui.cpp2272 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2285 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2357 …d(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVe… in RenderTextClipped()
3898 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
8794 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText()
9238 const char* text_end = text + strlen(text); in SetClipboardTextFn_DefaultImpl() local
Dimgui_widgets.cpp127 void ImGui::TextUnformatted(const char* text, const char* text_end) in TextUnformatted()
249 …const char* text_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fm… in TextV() local
354 …const char* text_end = text_begin + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt,… in BulletTextV() local
2852 static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWc… in InputTextCalcTextSizeW()
4508 const char* text_end = text ? FindRenderedTextEnd(text, NULL) : text; in ColorTooltip() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1169 … font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap… in AddText()
1198 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText()
2341 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText()
2530 const char* ImFont::CalcWordWrapPositionA(float scale, const char* text, const char* text_end, floa… in CalcWordWrapPositionA() argument
2629 … size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char… in CalcTextSizeA() argument
2737 … pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap… in RenderText() argument
Dimgui.cpp2216 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2229 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2255 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2301 …d(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVe… in RenderTextClipped()
3832 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
8640 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText()
9077 const char* text_end = text + strlen(text); in SetClipboardTextFn_DefaultImpl() local
Dimgui_widgets.cpp125 void ImGui::TextUnformatted(const char* text, const char* text_end) in TextUnformatted()
247 …const char* text_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fm… in TextV() local
352 …const char* text_end = text_begin + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt,… in BulletTextV() local
2853 static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWc… in InputTextCalcTextSizeW()
4496 const char* text_end = text ? FindRenderedTextEnd(text, NULL) : text; in ColorTooltip() local
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1571 … font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap… in AddText()
1600 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText()
3060 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText()
3325 const char* ImFont::CalcWordWrapPositionA(float scale, const char* text, const char* text_end, floa… in CalcWordWrapPositionA() argument
3424 … size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char… in CalcTextSizeA() argument
3534 … pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap… in RenderText() argument
Dimgui_widgets.cpp150 void ImGui::TextEx(const char* text, const char* text_end, ImGuiTextFlags flags) in TextEx()
257 void ImGui::TextUnformatted(const char* text, const char* text_end) in TextUnformatted()
278 …const char* text_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fm… in TextV() local
397 …const char* text_end = text_begin + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt,… in BulletTextV() local
3614 static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWc… in InputTextCalcTextSizeW()
5552 const char* text_end = text ? FindRenderedTextEnd(text, NULL) : text; in ColorTooltip() local
Dimgui.cpp2693 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2706 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2732 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2778 …d(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVe… in RenderTextClipped()
4563 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
10453 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText()
11132 const char* text_end = text + strlen(text); in SetClipboardTextFn_DefaultImpl() local
/third_party/harfbuzz/util/
Doptions.hh339 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.hh333 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c1250 GstClockTime text_end = GST_CLOCK_TIME_NONE; in gst_ass_render_chain_video() local
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c2838 GstClockTime text_end = GST_CLOCK_TIME_NONE; in gst_base_text_overlay_video_chain() local
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c2848 GstClockTime text_end = GST_CLOCK_TIME_NONE; in gst_ttml_render_video_chain() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h21544 u8 *text_end; member