/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-options.hh | 200 unsigned int text_end = text_start; in verify_buffer_safe_to_break() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A 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/ |
H A D | assembly_grammar.cpp | 50 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 51 const char* text_end = textValue + text_length; in spvTextParseMaskOperand() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.cc | 287 size_t text_end = AppendText(s); in ConvertOne() local
|
H A D | parser.h | 269 size_t text_end; member
|
/third_party/elfutils/libasm/ |
H A D | asm_end.c | 45 text_end (AsmCtx_t *ctx __attribute__ ((unused))) in text_end() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | movtextdec.c | 335 static int get_utf8_length_at(const char *text, const char *text_end) in get_utf8_length_at() argument 348 static int text_to_ass(AVBPrint *buf, const char *text, const char *text_end, in text_to_ass() argument
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 127 void ImGui::TextUnformatted(const char* text, const char* text_end) in TextUnformatted() argument 249 const char* text_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt, args); TextV() local 354 const char* text_end = text_begin + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt, args); BulletTextV() local [all...] |
H A D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) in AddText() argument 1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() argument 2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() argument 2542 CalcWordWrapPositionA(float scale, const char* text, const char* text_end, float wrap_width) const CalcWordWrapPositionA() argument 2641 CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining) const CalcTextSizeA() argument 2749 RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fine_clip) const RenderText() argument [all...] |
H A D | imgui.cpp | 2272 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd() argument 2285 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) in RenderText() argument 2311 RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) RenderTextWrapped() argument 2357 RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) RenderTextClipped() argument 3898 CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) CalcTextSize() argument 8794 LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) LogRenderedText() argument 9238 const char* text_end = text + strlen(text); SetClipboardTextFn_DefaultImpl() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 150 void ImGui::TextEx(const char* text, const char* text_end, ImGuiTextFlags flags) in TextEx() argument 257 TextUnformatted(const char* text, const char* text_end) TextUnformatted() argument 278 const char* text_end = g.TempBuffer + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt, args); TextV() local 397 const char* text_end = text_begin + ImFormatStringV(g.TempBuffer, IM_ARRAYSIZE(g.TempBuffer), fmt, args); BulletTextV() local [all...] |
H A D | imgui_draw.cpp | 1571 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) in AddText() argument 1600 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() argument 3060 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() argument 3325 CalcWordWrapPositionA(float scale, const char* text, const char* text_end, float wrap_width) const CalcWordWrapPositionA() argument 3424 CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining) const CalcTextSizeA() argument 3534 RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const char* text_end, float wrap_width, bool cpu_fine_clip) const RenderText() argument [all...] |
H A D | imgui.cpp | 2693 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd() argument 2706 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) in RenderText() argument 2732 RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) RenderTextWrapped() argument 2778 RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) RenderTextClipped() argument 4563 CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) CalcTextSize() argument 10453 LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) LogRenderedText() argument 11132 const char* text_end = text + strlen(text); SetClipboardTextFn_DefaultImpl() local [all...] |