Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.h175 struct TRangeRecord { struct
176 TRangeRecord();
178 friend bool operator>(const TRangeRecord& r1, const TRangeRecord& r2) {
187 TRangeRecord(const TRangeRecord&) = delete; argument
194 std::vector<TRangeRecord> RangeRecords;
Dttgsubtable.cpp331 rec->RangeRecords = std::vector<TRangeRecord>(GetUInt16(sp)); in ParseCoverageFormat2()
382 CFX_CTTGSUBTable::TRangeRecord::TRangeRecord() in TRangeRecord() function in CFX_CTTGSUBTable::TRangeRecord