Home
last modified time | relevance | path

Searched refs:FontWidth (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts495 readonly FontWidth: FontWidthEnumValues; property
600 width?: FontWidth;
3822 export type FontWidth = EmbindEnumEntity; alias
3967 UltraCondensed: FontWidth;
3968 ExtraCondensed: FontWidth;
3969 Condensed: FontWidth;
3970 SemiCondensed: FontWidth;
3971 Normal: FontWidth;
3972 SemiExpanded: FontWidth;
3973 Expanded: FontWidth;
[all …]
/third_party/skia/modules/canvaskit/
Dparagraph.js86 s['width'] = s['width'] || CanvasKit.FontWidth.Normal;
Dexterns.js886 FontWidth: { property
/third_party/skia/modules/canvaskit/tests/
Dparagraph.spec.js657 width: CanvasKit.FontWidth.Expanded,
714 width: CanvasKit.FontWidth.Expanded,