Home
last modified time | relevance | path

Searched defs:getRectsForPlaceholders (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph.cc103 std::vector<TextBox> Paragraph::getRectsForPlaceholders() { in getRectsForPlaceholders() function in flutter::Paragraph
/third_party/skia/modules/canvaskit/
Dparagraph.js14 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph
Dexterns.js1052 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp726 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders() function in skia::textlayout::ParagraphImpl
DTextLine.cpp1253 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in getRectsForPlaceholders() function in skia::textlayout::TextLine
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts846 getRectsForPlaceholders(): FlattenedRectangleArray; method