Lines Matching refs:result
14 TextStyle result;
15 result.fColor = fColor;
16 result.fFontSize = fFontSize;
17 result.fFontFamilies = fFontFamilies;
18 result.fDecoration = fDecoration;
19 result.fHasBackground = fHasBackground;
20 result.fHasForeground = fHasForeground;
21 result.fBackground = fBackground;
22 result.fForeground = fForeground;
23 result.fHeightOverride = fHeightOverride;
24 result.fIsPlaceholder = true;
25 result.fFontFeatures = fFontFeatures;
26 result.fHalfLeading = fHalfLeading;
27 result.fBaselineShift = fBaselineShift;
28 result.fFontArguments = fFontArguments;
29 result.fBackgroundRect = fBackgroundRect;
30 result.fStyleId = fStyleId;
31 return result;