Searched refs:wStyle (Results 1 – 5 of 5) sorted by relevance
/third_party/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);
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | prsht.h | 385 #define PropSheet_SetTitle(hDlg,wStyle,lpszText) SNDMSG(hDlg,PSM_SETTITLE,wStyle,(LPARAM)(LPCTSTR)(… argument
|
D | wingdi.h | 227 WORD wStyle; member
|
/third_party/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 432 const wStyle = CanvasKit.RectWidthStyle.Tight; 496 let rects = paragraph.getRectsForRange(test.start, test.end, hStyle, wStyle);
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 856 wStyle: RectWidthStyle): FlattenedRectangleArray;
|