Home
last modified time | relevance | path

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

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