Searched refs:ShapeText (Results 1 – 5 of 5) sorted by relevance
267 CanvasKit.ParagraphBuilder.ShapeText = function(text, blocks, width) { class in CanvasKit.ParagraphBuilder
149 ShapeText: function() {}, method
345 this._lines = CanvasKit.ParagraphBuilder.ShapeText(this._text, blocks, this._width);
369 this._lines = CanvasKit.ParagraphBuilder.ShapeText(this._text, blocks, this._width);
3046 ShapeText(text: string, runs: FontBlock[], width?: number): ShapedLine[]; method