Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/
Dparagraph.js14 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph
Dexterns.js1036 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp722 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders() function in skia::textlayout::ParagraphImpl
DTextLine.cpp1248 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in getRectsForPlaceholders() function in skia::textlayout::TextLine
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts842 getRectsForPlaceholders(): FlattenedRectangleArray; method