Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h45 struct TFeatureRecord { struct
46 TFeatureRecord();
47 ~TFeatureRecord();
126 void ParseFeature(FT_Bytes raw, TFeatureRecord* rec);
136 bool GetVerticalGlyphSub(const TFeatureRecord& feature,
152 std::vector<TFeatureRecord> FeatureList;
Dcfx_cttgsubtable.cpp43 for (const TFeatureRecord& feature : FeatureList) { in CFX_CTTGSUBTable()
69 bool CFX_CTTGSUBTable::GetVerticalGlyphSub(const TFeatureRecord& feature, in GetVerticalGlyphSub()
210 FeatureList = std::vector<TFeatureRecord>(GetUInt16(sp)); in ParseFeatureList()
217 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeatureRecord* rec) { in ParseFeature()
326 CFX_CTTGSUBTable::TFeatureRecord::TFeatureRecord() in TFeatureRecord() function in CFX_CTTGSUBTable::TFeatureRecord
329 CFX_CTTGSUBTable::TFeatureRecord::~TFeatureRecord() {} in ~TFeatureRecord()