/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | parser.cc | 274 size_t text_end = AppendText(s); in Append() local 287 size_t text_end = AppendText(s); in ConvertOne() local
|
D | parser.h | 269 size_t text_end; member
|
/third_party/elfutils/libasm/ |
D | asm_end.c | 45 text_end (AsmCtx_t *ctx __attribute__ ((unused))) in text_end() function
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | assembly_grammar.cpp | 48 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | assembly_grammar.cpp | 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
|
/third_party/spirv-tools/source/ |
D | assembly_grammar.cpp | 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
|
/third_party/ffmpeg/libavcodec/ |
D | movtextdec.c | 322 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/ |
D | shape-options.hh | 200 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1176 … 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
|
D | imgui.cpp | 2272 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
|
D | imgui_widgets.cpp | 127 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/ |
D | imgui_draw.cpp | 1169 … 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
|
D | imgui.cpp | 2216 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
|
D | imgui_widgets.cpp | 125 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/ |
D | imgui_draw.cpp | 1571 … 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
|
D | imgui_widgets.cpp | 150 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
|
D | imgui.cpp | 2693 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/ |
D | options.hh | 339 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 333 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local
|
/third_party/gstreamer/gstplugins_bad/ext/assrender/ |
D | gstassrender.c | 1250 GstClockTime text_end = GST_CLOCK_TIME_NONE; in gst_ass_render_chain_video() local
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 2838 GstClockTime text_end = GST_CLOCK_TIME_NONE; in gst_base_text_overlay_video_chain() local
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 2848 GstClockTime text_end = GST_CLOCK_TIME_NONE; in gst_ttml_render_video_chain() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 21544 u8 *text_end; member
|