Home
last modified time | relevance | path

Searched defs:getRectsForPlaceholders (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/canvaskit/
Dparagraph.js14 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() { method in CanvasKit.Paragraph
Dexterns.js1052 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {}; method in CanvasKit.Paragraph
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp1404 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
DTextLine.cpp2198 void TextLine::getRectsForPlaceholders(std::vector<TextBox>& boxes) { in shapeEllipsis() function in skia::textlayout::TextLine
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts846 getRectsForPlaceholders(): FlattenedRectangleArray; method