Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.h108 struct TFeature { struct
109 TFeature();
110 ~TFeature();
116 TFeature(const TFeature&) = delete; argument
117 TFeature& operator=(const TFeature&) = delete; argument
124 TFeature Feature;
278 void ParseFeature(FT_Bytes raw, TFeature* rec);
290 TFeature* Feature);
Dttgsubtable.cpp128 TFeature* Feature) { in GetVerticalGlyphSub()
276 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeature* rec) { in ParseFeature()
412 CFX_CTTGSUBTable::TFeature::TFeature() : FeatureParams(0) {} in TFeature() function in CFX_CTTGSUBTable::TFeature
414 CFX_CTTGSUBTable::TFeature::~TFeature() {} in ~TFeature()