Home
last modified time | relevance | path

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

/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/skia/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_cssdatatable.cpp82 {CFX_CSSProperty::FontStyle, L"font-style", 0xCB1950F5,
Dcfx_css.h109 FontStyle, enumerator
Dcfx_cssstyleselector.cpp227 case CFX_CSSProperty::FontStyle: in ApplyProperty()
Dcfx_cssdeclaration.cpp768 AddPropertyHolder(CFX_CSSProperty::FontStyle, pStyle, bImportant); in ParseFontProperty()