Searched defs:getRectsForRange (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/modules/canvaskit/ | ||
H A D | paragraph.js | 5 CanvasKit.Paragraph.prototype.getRectsForRange = function(start, end, hStyle, wStyle) { method in CanvasKit.Paragraph |
H A D | externs.js | 1176 CanvasKit.Paragraph.prototype.getRectsForRange = function() {}; method in CanvasKit.Paragraph |
/aosp_15_r20/external/skia/modules/skparagraph/src/ | ||
H A D | TextLine.cpp | 1176 void TextLine::getRectsForRange(TextRange textRange0, in getRectsForRange() function in skia::textlayout::TextLine |
H A D | ParagraphImpl.cpp | 781 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 D | index.d.ts | 1132 getRectsForRange(start: number, end: number, hStyle: RectHeightStyle, method |