Searched defs:getRectsForRange (Results 1 – 7 of 7) sorted by relevance
| /third_party/flutter/engine/flutter/lib/ui/text/ |
| D | paragraph.cc | 89 std::vector<TextBox> Paragraph::getRectsForRange(unsigned start, in getRectsForRange() function in flutter::Paragraph
|
| /third_party/skia/modules/canvaskit/ |
| D | paragraph.js | 5 CanvasKit.Paragraph.prototype.getRectsForRange = function(start, end, hStyle, wStyle) { method in CanvasKit.Paragraph
|
| D | externs.js | 1051 CanvasKit.Paragraph.prototype.getRectsForRange = function() {}; method in CanvasKit.Paragraph
|
| /third_party/flutter/skia/modules/skparagraph/src/ |
| D | ParagraphImpl.cpp | 573 std::vector<TextBox> ParagraphImpl::getRectsForRange(unsigned start, in getRectsForRange() function in skia::textlayout::ParagraphImpl
|
| /third_party/skia/modules/skparagraph/src/ |
| D | ParagraphImpl.cpp | 659 std::vector<TextBox> ParagraphImpl::getRectsForRange(unsigned start, in getRectsForRange() function in skia::textlayout::ParagraphImpl
|
| D | TextLine.cpp | 965 void TextLine::getRectsForRange(TextRange textRange0, in getRectsForRange() function in skia::textlayout::TextLine
|
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 855 getRectsForRange(start: number, end: number, hStyle: RectHeightStyle, method
|