Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dparagraph.js5 CanvasKit.Paragraph.prototype.getRectsForRange = function(start, end, hStyle, wStyle) { method in CanvasKit.Paragraph
H A Dexterns.js1176 CanvasKit.Paragraph.prototype.getRectsForRange = function() {}; method in CanvasKit.Paragraph
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextLine.cpp1176 void TextLine::getRectsForRange(TextRange textRange0, in getRectsForRange() function in skia::textlayout::TextLine
H A DParagraphImpl.cpp781 std::vector<TextBox> ParagraphImpl::getRectsForRange(unsigned start, in getRectsForRange() function in skia::textlayout::ParagraphImpl
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts1132 getRectsForRange(start: number, end: number, hStyle: RectHeightStyle, method