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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 246 struct TSingleSubstFormat1 : public TSubTableBase {
249 TSingleSubstFormat1() : Coverage(NULL), DeltaGlyphID(0) { SubstFormat = 1; }
250 ~TSingleSubstFormat1() override { delete Coverage; }
253 TSingleSubstFormat1(const TSingleSubstFormat1&);
254 TSingleSubstFormat1& operator=(const TSingleSubstFormat1&);
313 void ParseSingleSubstFormat1(FT_Bytes raw, TSingleSubstFormat1* rec);
ttgsubtable.cpp 139 TSingleSubstFormat1* tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i];
352 *rec = new TSingleSubstFormat1();
353 ParseSingleSubstFormat1(raw, (TSingleSubstFormat1*)*rec);
362 TSingleSubstFormat1* rec) {

Completed in 158 milliseconds