Searched defs:SimpleTextStyle (Results 1 – 1 of 1) sorted by relevance
43 struct SimpleTextStyle { struct44 uintptr_t /* float* */ colorPtr;45 uintptr_t /* float* */ foregroundColorPtr;46 uintptr_t /* float* */ backgroundColorPtr;47 uint8_t decoration;48 SkScalar decorationThickness;49 uintptr_t /* float* */ decorationColorPtr;50 para::TextDecorationStyle decorationStyle;51 para::TextBaseline textBaseline;52 SkScalar fontSize;[all …]