Searched refs:hStyle (Results 1 – 3 of 3) sorted by relevance
/external/skia/modules/canvaskit/ |
D | paragraph.js | 5 CanvasKit.Paragraph.prototype.getRectsForRange = function(start, end, hStyle, wStyle) { argument 10 var floatArray = this._getRectsForRange(start, end, hStyle, wStyle);
|
/external/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 431 const hStyle = CanvasKit.RectHeightStyle.Max; 496 let rects = paragraph.getRectsForRange(test.start, test.end, hStyle, wStyle);
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 851 getRectsForRange(start: number, end: number, hStyle: RectHeightStyle,
|