Searched refs:FontStyle (Results 1 – 10 of 10) sorted by relevance
17 declare enum FontStyle { enum69 fontStyle(value: FontStyle): TextAttribute;
51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function282 FontStyle(this, finfo->fStyle.c_str()))); in resolveNativeTypefaces()289 FontStyle(this, finfo->fStyle.c_str())); in resolveNativeTypefaces()
45 using RSFontStyle = RSDrawing::FontStyle;
110 || PARSE_AND_SET("font-style" , FontStyle) in parseAndSetAttribute()
253 ApplyLazyInheritedAttribute(FontStyle); in applyPresentationAttributes()
128 SVG_PRES_ATTR(FontStyle , SkSVGFontStyle , true)
253 .fontStyle(FontStyle.Italic)
598 export interface FontStyle { interface2793 fontStyle?: FontStyle;2825 fontStyle?: FontStyle;
39744 …<class-decl name='FontStyle' size-in-bits='32' visibility='default' filepath='frameworks/minikin/i…39746 …<enum-decl name='Slant' filepath='frameworks/minikin/include/minikin/FontStyle.h' line='38' column…39753 …<enum-decl name='Weight' filepath='frameworks/minikin/include/minikin/FontStyle.h' line='25' colum…39768 …6638' visibility='default' filepath='frameworks/minikin/include/minikin/FontStyle.h' line='62' col…39771 …bdb1' visibility='default' filepath='frameworks/minikin/include/minikin/FontStyle.h' line='63' col…39774 …<function-decl name='FontStyle' mangled-name='_ZN7minikin9FontStyleC2Ev' filepath='frameworks/mini…39780 …<function-decl name='FontStyle' filepath='frameworks/minikin/include/minikin/FontStyle.h' line='44…39787 …<function-decl name='FontStyle' filepath='frameworks/minikin/include/minikin/FontStyle.h' line='45…39794 …-decl name='FontStyle' mangled-name='_ZN7minikin9FontStyleC2ENS0_6WeightENS0_5SlantE' filepath='fr…39802 …nction-decl name='FontStyle' mangled-name='_ZN7minikin9FontStyleC2EtNS0_5SlantE' filepath='framewo…[all …]
73709 enum class FontStyle : int8_t { enum