Home
last modified time | relevance | path

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

12

/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/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/ninja/src/
Dstate_test.cc27 command.AddText("cat "); in TEST()
29 command.AddText(" > "); in TEST()
Dlexer.cc691 eval->AddText(StringPiece(start, p - start)); in ReadEvalString()
703 eval->AddText(StringPiece(start, 1)); in ReadEvalString()
768 eval->AddText(StringPiece(" ", 1)); in ReadEvalString()
774 eval->AddText(StringPiece("$", 1)); in ReadEvalString()
789 eval->AddText(StringPiece(":", 1)); in ReadEvalString()
Deval_env.h45 void AddText(StringPiece text);
Dmissing_deps_test.cc58 deps_type.AddText("gcc"); in CreateInitialState()
Deval_env.cc112 void EvalString::AddText(StringPiece text) { in AddText() function in EvalString
/third_party/flutter/txt/src/txt/
Dparagraph_builder_txt.cc60 void ParagraphBuilderTxt::AddText(const std::u16string& text) { in AddText() function in txt::ParagraphBuilderTxt
67 AddText(std::u16string(1ull, objReplacementChar)); in AddPlaceholder()
Dparagraph_builder.h68 virtual void AddText(const std::u16string& text) = 0;
Dparagraph_builder_txt.h38 virtual void AddText(const std::u16string& text) override;
/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/txt/src/skia/
Dparagraph_builder_skia.h37 virtual void AddText(const std::u16string& text) override;
Dparagraph_builder_skia.cc163 void ParagraphBuilderSkia::AddText(const std::u16string& text) { in AddText() function in txt::ParagraphBuilderSkia
/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/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 +…
/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…
/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…

12