Home
last modified time | relevance | path

Searched refs:GetRectsForPlaceholders (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_skia.h59 std::vector<TextBox> GetRectsForPlaceholders() override;
Dparagraph_skia.cc85 std::vector<Paragraph::TextBox> ParagraphSkia::GetRectsForPlaceholders() { in GetRectsForPlaceholders() function in txt::ParagraphSkia
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph.h164 virtual std::vector<TextBox> GetRectsForPlaceholders() = 0;
Dparagraph_txt.h108 std::vector<Paragraph::TextBox> GetRectsForPlaceholders() override;
Dparagraph_txt.cc1925 std::vector<Paragraph::TextBox> ParagraphTxt::GetRectsForPlaceholders() { in GetRectsForPlaceholders() function in txt::ParagraphTxt
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph.cc106 m_paragraph->GetRectsForPlaceholders(); in getRectsForPlaceholders()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp287 Float32Array GetRectsForPlaceholders(para::Paragraph& self) { in GetRectsForPlaceholders() function
426 .function("_getRectsForPlaceholders", &GetRectsForPlaceholders) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc164 boxes = paragraph->GetRectsForPlaceholders(); in TEST_F()
246 paragraph->GetRectsForPlaceholders(); in TEST_F()
322 paragraph->GetRectsForPlaceholders(); in TEST_F()
398 paragraph->GetRectsForPlaceholders(); in TEST_F()
472 paragraph->GetRectsForPlaceholders(); in TEST_F()
546 paragraph->GetRectsForPlaceholders(); in TEST_F()
620 paragraph->GetRectsForPlaceholders(); in TEST_F()
695 paragraph->GetRectsForPlaceholders(); in TEST_F()
847 boxes = paragraph->GetRectsForPlaceholders(); in TEST_F()
968 paragraph->GetRectsForPlaceholders(); in TEST_F()
[all …]