Searched refs:FontStmt (Results 1 – 6 of 6) sorted by relevance
27 class FontStmt; variable50 virtual Error visitFontStmt(const FontStmt *) = 0;
66 Error visitFontStmt(const FontStmt *) override;
277 raw_ostream &FontStmt::log(raw_ostream &OS) const { in log()
897 class FontStmt : public OptionalStmt {903 FontStmt(uint32_t FontSize, StringRef FontName, uint32_t FontWeight, in FontStmt() function
836 return std::make_unique<FontStmt>(*SizeResult, *NameResult, FontWeight, in parseFontStmt()
522 Error ResourceFileWriter::visitFontStmt(const FontStmt *Stmt) { in visitFontStmt()