Home
last modified time | relevance | path

Searched refs:AddText (Results 1 – 25 of 37) sorted by relevance

12

/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dparagraph_builder_benchmarks.cc74 builder.AddText(text); in BM_ParagraphBuilderAddTextString()
86 builder.AddText(text); in BM_ParagraphBuilderAddTextChar()
101 builder.AddText(u16_text); in BM_ParagraphBuilderAddTextU16stringShort()
135 builder.AddText(u16_text); in BM_ParagraphBuilderAddTextU16stringLong()
155 builder.AddText(u16_text); in BM_ParagraphBuilderShortParagraphConstruct()
193 builder.AddText(u16_text); in BM_ParagraphBuilderLongParagraphConstruct()
Dparagraph_benchmarks.cc51 builder.AddText(u16_text); in BM_ParagraphShortLayout()
93 builder.AddText(u16_text); in BM_ParagraphLongLayout()
136 builder.AddText(u16_text); in BM_ParagraphJustifyLayout()
160 builder.AddText(u16_text); in BM_ParagraphManyStylesLayout()
187 builder.AddText(u16_text); in BM_ParagraphTextBigO()
217 builder.AddText(u16_text); in BM_ParagraphStylesBigO()
244 builder.AddText(u16_text); in BM_ParagraphPaintSimple()
291 builder.AddText(u16_text); in BM_ParagraphPaintLarge()
328 builder.AddText(u16_text); in BM_ParagraphPaintDecoration()
332 builder.AddText(u16_text); in BM_ParagraphPaintDecoration()
[all …]
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc54 builder.AddText(u16_text); in TEST_F()
95 builder.AddText(u16_text); in TEST_F()
101 builder.AddText(u16_text); in TEST_F()
109 builder.AddText(u16_text); in TEST_F()
112 builder.AddText(u16_text); in TEST_F()
113 builder.AddText(u16_text); in TEST_F()
120 builder.AddText(u16_text); in TEST_F()
121 builder.AddText(u16_text); in TEST_F()
122 builder.AddText(u16_text); in TEST_F()
123 builder.AddText(u16_text); in TEST_F()
[all …]
/third_party/ninja/src/
Dstate_test.cc25 command.AddText("cat "); in TEST()
27 command.AddText(" > "); in TEST()
Dlexer.cc690 eval->AddText(StringPiece(start, p - start)); in ReadEvalString()
702 eval->AddText(StringPiece(start, 1)); in ReadEvalString()
768 eval->AddText(StringPiece(" ", 1)); in ReadEvalString()
774 eval->AddText(StringPiece("$", 1)); in ReadEvalString()
790 eval->AddText(StringPiece(":", 1)); in ReadEvalString()
Deval_env.h46 void AddText(StringPiece text);
Deval_env.cc110 void EvalString::AddText(StringPiece text) { in AddText() function in EvalString
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_builder_txt.cc59 void ParagraphBuilderTxt::AddText(const std::u16string& text) { in AddText() function in txt::ParagraphBuilderTxt
66 AddText(std::u16string(1ull, objReplacementChar)); in AddPlaceholder()
Dparagraph_builder.h68 virtual void AddText(const std::u16string& text) = 0;
Dparagraph_builder_txt.h37 virtual void AddText(const std::u16string& text) override;
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.h37 virtual void AddText(const std::u16string& text) override;
Dparagraph_builder_skia.cc152 void ParagraphBuilderSkia::AddText(const std::u16string& text) { in AddText() function in txt::ParagraphBuilderSkia
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc406 m_paragraphBuilder->AddText(text); in addText()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DTODO.txt77 …ctly call AddText() which does an unnecessary vertex reserve for character count prior to clipping…
82 - input text multi-line: single call to AddText() should be coarse clipped on InputTextEx() end.
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1832 …IMGUI_API void AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end…
1833 …IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c…
1947 …IMGUI_API void AddText(const char* text, const char* text_end = NULL); // Add string (each ch…
Dimgui_draw.cpp1169 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c… in AddText() function in ImDrawList
1198 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() function in ImDrawList
1200 AddText(NULL, 0.0f, pos, col, text_begin, text_end); in AddText()
2341 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() function in ImFontGlyphRangesBuilder
Dimgui.cpp2249 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_… in RenderText()
2265 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_end, wra… in RenderTextWrapped()
2293 …draw_list->AddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, &fin… in RenderTextClippedEx()
2297 …draw_list->AddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, NULL… in RenderTextClippedEx()
7086 draw_list->AddText(g.IO.FontDefault, 13.0f, cand.Max, ~0U, buf); in NavScoreItem()
7096 … draw_list->AddText(g.IO.FontDefault, 13.0f, cand.Min, IM_COL32(255, 255, 255, 255), buf); in NavScoreItem()
7688 …Window)->AddCircleFilled(p, 3.0f, col); GetOverlayDrawList(g.NavWindow)->AddText(NULL, 13.0f, p + … in NavUpdate()
9341 … overlay_draw_list->AddText(NULL, font_size, window->Pos, IM_COL32(255, 255, 255, 255), buf); in ShowMetricsWindow()
/third_party/mesa3d/src/imgui/
Dimgui.h1840 …IMGUI_API void AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end…
1841 …IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c…
1956 …IMGUI_API void AddText(const char* text, const char* text_end = NULL); // Add string (each ch…
Dimgui_memory_editor.h424 …draw_list->AddText(pos, (display_c == '.') ? color_disabled : color_text, &display_c, &display_c +…
Dimgui_draw.cpp1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c… in AddText() function in ImDrawList
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() function in ImDrawList
1207 AddText(NULL, 0.0f, pos, col, text_begin, text_end); in AddText()
2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() function in ImFontGlyphRangesBuilder
/third_party/skia/third_party/externals/imgui/
Dimgui.h2443 …IMGUI_API void AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end…
2444 …IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c…
2590 …IMGUI_API void AddText(const char* text, const char* text_end = NULL); // Add string (each ch…
Dimgui_draw.cpp1571 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c… in AddText() function in ImDrawList
1600 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() function in ImDrawList
1602 AddText(NULL, 0.0f, pos, col, text_begin, text_end); in AddText()
3060 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() function in ImFontGlyphRangesBuilder
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
DREADME.txt185 …builder.AddText("Hello world"); // Add a string (here "Hello world" contain…
/third_party/skia/third_party/externals/imgui/docs/
DTODO.txt107 …ctly call AddText() which does an unnecessary vertex reserve for character count prior to clipping…
112 - input text multi-line: single call to AddText() should be coarse clipped on InputTextEx() end.

12