HomeSort by relevance Sort by last modified time
    Searched refs:FontWeight (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_css.h 96 FontWeight,
cfx_cssdatatable.cpp 48 {CFX_CSSProperty::FontWeight, L"font-weight", 0x6692F60C,
cfx_cssstyleselector.cpp 215 case CFX_CSSProperty::FontWeight:
cfx_cssdeclaration.cpp 770 AddPropertyHolder(CFX_CSSProperty::FontWeight, pWeight, bImportant);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptParser.cpp 797 uint32_t FontWeight = 0;
804 FontWeight = (*Args)[0];
811 return llvm::make_unique<FontStmt>(*SizeResult, *NameResult, FontWeight,
ResourceScriptStmt.h 847 FontStmt(uint32_t FontSize, StringRef FontName, uint32_t FontWeight,
849 : Size(FontSize), Weight(FontWeight), Charset(FontCharset),

Completed in 2440 milliseconds