Searched defs:TSingleSubstFormat2 (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.cpp155 auto tbl2 = static_cast<TSingleSubstFormat2*>(subTable.get());
350 *rec = pdfium::MakeUnique<TSingleSubstFormat2>();
352 static_cast<TSingleSubstFormat2*>(rec->get()));
367 TSingleSubstFormat2* rec) {
395 CFX_CTTGSUBTable::TSingleSubstFormat2::TSingleSubstFormat2() function in class:CFX_CTTGSUBTable::TSingleSubstFormat2
398 CFX_CTTGSUBTable::TSingleSubstFormat2::~TSingleSubstFormat2() {}
H A Dttgsubtable.h237 struct TSingleSubstFormat2 : public TSubTableBase { struct in class:CFX_CTTGSUBTable
238 TSingleSubstFormat2();
239 ~TSingleSubstFormat2() override;
245 TSingleSubstFormat2(const TSingleSubstFormat2&) = delete;
246 TSingleSubstFormat2& operator=(const TSingleSubstFormat2&) = delete;
286 void ParseSingleSubstFormat2(FT_Bytes raw, TSingleSubstFormat2* rec);

Completed in 76 milliseconds