Home
last modified time | relevance | path

Searched refs:FontStyle (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/skottie/src/layers/
DTextLayer.cpp29 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
154 FontStyle(this, jstyle->begin()))); in parseFonts()
162 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin())); in parseFonts()
/external/skqp/modules/skottie/src/
DSkottieTextLayer.cpp29 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
137 FontStyle(this, jstyle->begin()))); in parseFonts()
145 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin())); in parseFonts()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h111 FontStyle, enumerator
Dcfx_cssdata.cpp140 {PROP(CFX_CSSProperty::FontStyle,
Dcfx_cssdeclaration.cpp628 AddPropertyHolder(CFX_CSSProperty::FontStyle, pStyle, bImportant); in ParseFontProperty()
Dcfx_cssstyleselector.cpp229 case CFX_CSSProperty::FontStyle: in ApplyProperty()