Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp798 bool FontItalic = false; in parseFontStmt() local
806 FontItalic = (*Args)[1] != 0; in parseFontStmt()
812 FontItalic, FontCharset); in parseFontStmt()
DResourceScriptStmt.h848 bool FontItalic, uint32_t FontCharset) in FontStmt() argument
850 Name(FontName), Italic(FontItalic) {} in FontStmt()