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