Home
last modified time | relevance | path

Searched refs:wStyle (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/canvaskit/
Dparagraph.js5 CanvasKit.Paragraph.prototype.getRectsForRange = function(start, end, hStyle, wStyle) { argument
10 var floatArray = this._getRectsForRange(start, end, hStyle, wStyle);
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js432 const wStyle = CanvasKit.RectWidthStyle.Tight;
496 let rects = paragraph.getRectsForRange(test.start, test.end, hStyle, wStyle);
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts852 wStyle: RectWidthStyle): FlattenedRectangleArray;