Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h101 struct TFeature { struct
105 TFeature() : FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {} in TFeature() argument
106 ~TFeature() { delete[] LookupListIndex; } in ~TFeature() argument
109 TFeature(const TFeature&);
110 TFeature& operator=(const TFeature&); argument
114 struct TFeature Feature;
306 void ParseFeature(FT_Bytes raw, TFeature* rec);
317 struct TFeature* Feature);
Dttgsubtable.cpp118 struct TFeature* Feature) { in GetVerticalGlyphSub()
256 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeature* rec) { in ParseFeature()