Searched refs:getRectsForPlaceholders (Results 1 – 13 of 13) sorted by relevance
49 virtual std::vector<TextBox> getRectsForPlaceholders() = 0;
102 void getRectsForPlaceholders(std::vector<TextBox>& boxes);
121 std::vector<TextBox> getRectsForPlaceholders() override;
722 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders() function in skia::textlayout::ParagraphImpl732 line.getRectsForPlaceholders(boxes); in getRectsForPlaceholders()
1248 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in getRectsForPlaceholders() function in skia::textlayout::TextLine
14 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph
1036 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph
288 std::vector<para::TextBox> boxes = self.getRectsForPlaceholders(); in GetRectsForPlaceholders()
288 - Added `getRectsForPlaceholders` to `Paragraph`.
293 boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()356 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()412 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()468 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()527 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()581 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()635 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()688 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()818 boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()929 auto boxes = paragraph->getRectsForPlaceholders(); in DEF_TEST()[all …]
405 let rects = paragraph.getRectsForPlaceholders();
509 const j = p.getRectsForPlaceholders(); // $ExpectType Float32Array
842 getRectsForPlaceholders(): FlattenedRectangleArray; method