Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dparagraph.js13 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph
H A Dexterns.js1177 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextLine.cpp1510 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in getRectsForPlaceholders() function in skia::textlayout::TextLine
H A DParagraphImpl.cpp848 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders() function in skia::textlayout::ParagraphImpl
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts1123 getRectsForPlaceholders(): RectWithDirection[]; method