Home
last modified time | relevance | path

Searched refs:PDFFONT_ENCODING_WINANSI (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_truetypefont.cpp48 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
61 if (baseEncoding == PDFFONT_ENCODING_WINANSI && !bSupportWin) { in LoadGlyphMap()
66 bSupportWin ? PDFFONT_ENCODING_WINANSI : PDFFONT_ENCODING_BUILTIN; in LoadGlyphMap()
70 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
Dcpdf_fontencoding.cpp1683 for (int cs = PDFFONT_ENCODING_WINANSI; cs < PDFFONT_ENCODING_ZAPFDINGBATS; in Realize()
1700 if (predefined == PDFFONT_ENCODING_WINANSI) in Realize()
1712 PDF_UnicodesForPredefinedCharSet(PDFFONT_ENCODING_WINANSI); in Realize()
1749 case PDFFONT_ENCODING_WINANSI: in PDF_UnicodesForPredefinedCharSet()
1782 case PDFFONT_ENCODING_WINANSI: in PDF_CharNameFromPredefinedCharSet()
Dcpdf_fontencoding.h17 #define PDFFONT_ENCODING_WINANSI 1 macro
Dcpdf_simplefont.cpp20 *basemap = PDFFONT_ENCODING_WINANSI; in GetPredefinedEncoding()
108 m_BaseEncoding = PDFFONT_ENCODING_WINANSI; in LoadPDFEncoding()
Dcpdf_cidfont.cpp635 iBaseEncoding = PDFFONT_ENCODING_WINANSI; in GlyphFromCharCode()
651 if (iBaseEncoding == PDFFONT_ENCODING_WINANSI) { in GlyphFromCharCode()
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp480 static const CPDF_FontEncoding fe(PDFFONT_ENCODING_WINANSI); in AddStandardFont()
Dcpdf_interactiveform.cpp627 static const CPDF_FontEncoding encoding(PDFFONT_ENCODING_WINANSI); in AddStandardFont()