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 | 1098 CanvasKit.Paragraph.prototype.getRectsForPlaceholders = function() {};  method in CanvasKit.Paragraph | 
| /external/skia/modules/skparagraph/src/ | ||
| D | ParagraphImpl.cpp | 792 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() {  in getRectsForPlaceholders()  function in skia::textlayout::ParagraphImpl | 
| D | TextLine.cpp | 1399 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 | 925     getRectsForPlaceholders(): RectWithDirection[];  method |