Searched refs:TSingleSubstFormat1 (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.h225 struct TSingleSubstFormat1 : public TSubTableBase { struct in class:CFX_CTTGSUBTable
226 TSingleSubstFormat1();
227 ~TSingleSubstFormat1() override;
233 TSingleSubstFormat1(const TSingleSubstFormat1&) = delete;
234 TSingleSubstFormat1& operator=(const TSingleSubstFormat1&) = delete;
285 void ParseSingleSubstFormat1(FT_Bytes raw, TSingleSubstFormat1* rec);
H A Dttgsubtable.cpp147 auto tbl1 = static_cast<TSingleSubstFormat1*>(subTable.get());
345 *rec = pdfium::MakeUnique<TSingleSubstFormat1>();
347 static_cast<TSingleSubstFormat1*>(rec->get()));
358 TSingleSubstFormat1* rec) {
390 CFX_CTTGSUBTable::TSingleSubstFormat1::TSingleSubstFormat1() function in class:CFX_CTTGSUBTable::TSingleSubstFormat1
393 CFX_CTTGSUBTable::TSingleSubstFormat1::~TSingleSubstFormat1() {}

Completed in 85 milliseconds