Searched defs:TCoverageFormatBase (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.h151 struct TCoverageFormatBase { struct in class:CFX_CTTGSUBTable
152 TCoverageFormatBase() : CoverageFormat(0) {} function in struct:CFX_CTTGSUBTable::TCoverageFormatBase
153 explicit TCoverageFormatBase(uint16_t format) : CoverageFormat(format) {} function in struct:CFX_CTTGSUBTable::TCoverageFormatBase
154 virtual ~TCoverageFormatBase() {}
160 TCoverageFormatBase(const TCoverageFormatBase&);
161 TCoverageFormatBase& operator=(const TCoverageFormatBase&);
164 struct TCoverageFormat1 : public TCoverageFormatBase {
190 struct TCoverageFormat2 : public TCoverageFormatBase {
[all...]

Completed in 153 milliseconds