Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dparagraph.js5 CanvasKit.Paragraph.prototype.getRectsForRange = function(start, end, hStyle, wStyle) { method in CanvasKit.Paragraph
Dexterns.js1051 CanvasKit.Paragraph.prototype.getRectsForRange = function() {}; method in CanvasKit.Paragraph
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp954 std::vector<TextBox> ParagraphImpl::getRectsForRange(unsigned start, in getRectsForRange() function in skia::textlayout::ParagraphImpl
DTextLine.cpp1302 void TextLine::getRectsForRange(TextRange textRange0, in getRectsForRange() function in skia::textlayout::TextLine
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts855 getRectsForRange(start: number, end: number, hStyle: RectHeightStyle, method