HomeSort by relevance Sort by last modified time
    Searched refs:TFeature (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 105 struct TFeature {
109 TFeature(): FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {}
110 ~TFeature()
117 TFeature(const TFeature&);
118 TFeature& operator=(const TFeature&);
122 struct TFeature Feature;
353 void ParseFeature(FT_Bytes raw, TFeature *rec);
365 struct TFeature *Feature);
    [all...]
ttgsubtable.cpp 124 struct TFeature *Feature)
279 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeature *rec)

Completed in 55 milliseconds