Home
last modified time | relevance | path

Searched refs:hStyle (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.js431 const hStyle = CanvasKit.RectHeightStyle.Max;
496 let rects = paragraph.getRectsForRange(test.start, test.end, hStyle, wStyle);
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts851 getRectsForRange(start: number, end: number, hStyle: RectHeightStyle,