Home
last modified time | relevance | path

Searched refs:FontCharset (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp799 uint32_t FontCharset = 1; in parseFontStmt() local
808 FontCharset = (*Args)[2]; in parseFontStmt()
812 FontItalic, FontCharset); in parseFontStmt()
DResourceScriptStmt.h848 bool FontItalic, uint32_t FontCharset) in FontStmt() argument
849 : Size(FontSize), Weight(FontWeight), Charset(FontCharset), in FontStmt()