Searched defs:getRectsForPlaceholders (Results 1 – 5 of 5) sorted by relevance
/external/skia/modules/canvaskit/ | ||
D | paragraph.js | 14 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph |
D | externs.js | 1036 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph |
/external/skia/modules/skparagraph/src/ | ||
D | ParagraphImpl.cpp | 722 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders() function in skia::textlayout::ParagraphImpl |
D | TextLine.cpp | 1248 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in getRectsForPlaceholders() function in skia::textlayout::TextLine |
/external/skia/modules/canvaskit/npm_build/types/ | ||
D | index.d.ts | 842 getRectsForPlaceholders(): FlattenedRectangleArray; method |