Searched defs:getRectsForPlaceholders (Results 1 – 5 of 5) sorted by relevance
/external/skia/modules/canvaskit/ | ||
D | paragraph.js | 13 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph |
D | externs.js | 1202 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph |
/external/skia/modules/skparagraph/src/ | ||
D | TextLine.cpp | 1510 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in getRectsForPlaceholders() function in skia::textlayout::TextLine |
D | ParagraphImpl.cpp | 848 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders() function in skia::textlayout::ParagraphImpl |
/external/skia/modules/canvaskit/npm_build/types/ | ||
D | index.d.ts | 1126 getRectsForPlaceholders(): RectWithDirection[]; method |