Lines Matching defs:SimpleTextStyle
43 struct SimpleTextStyle { struct
44 WASMPointerF32 colorPtr;
45 WASMPointerF32 foregroundColorPtr;
46 WASMPointerF32 backgroundColorPtr;
47 uint8_t decoration;
48 SkScalar decorationThickness;
49 WASMPointerF32 decorationColorPtr;
50 para::TextDecorationStyle decorationStyle;
51 para::TextBaseline textBaseline;
52 SkScalar fontSize;
53 SkScalar letterSpacing;
54 SkScalar wordSpacing;
55 SkScalar heightMultiplier;
56 bool halfLeading;
57 WASMPointerU8 localePtr;
58 int localeLen;
59 SimpleFontStyle fontStyle;
61 WASMPointerU8 fontFamiliesPtr;
62 int fontFamiliesLen;
64 int shadowLen;
65 WASMPointerF32 shadowColorsPtr;
66 WASMPointerF32 shadowOffsetsPtr;
67 WASMPointerF32 shadowBlurRadiiPtr;
69 int fontFeatureLen;
70 WASMPointerF32 fontFeatureNamesPtr;
71 WASMPointerF32 fontFeatureValuesPtr;