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_fontencoding.cpp1677 for (int cs = PDFFONT_ENCODING_WINANSI; cs < PDFFONT_ENCODING_ZAPFDINGBATS; in Realize()
1693 if (predefined == PDFFONT_ENCODING_WINANSI) in Realize()
1703 PDF_UnicodesForPredefinedCharSet(PDFFONT_ENCODING_WINANSI); in Realize()
1740 case PDFFONT_ENCODING_WINANSI: in PDF_UnicodesForPredefinedCharSet()
1783 case PDFFONT_ENCODING_WINANSI: in PDF_CharNameFromPredefinedCharSet()
Dcpdf_truetypefont.cpp43 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
56 if (baseEncoding == PDFFONT_ENCODING_WINANSI && !bSupportWin) { in LoadGlyphMap()
61 bSupportWin ? PDFFONT_ENCODING_WINANSI : PDFFONT_ENCODING_BUILTIN; in LoadGlyphMap()
65 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
Dcpdf_fontencoding.h17 #define PDFFONT_ENCODING_WINANSI 1 macro
Dcpdf_font.cpp42 *basemap = PDFFONT_ENCODING_WINANSI; in GetPredefinedEncoding()
369 iBaseEncoding = PDFFONT_ENCODING_WINANSI; in LoadPDFEncoding()
Dcpdf_cidfont.cpp657 iBaseEncoding = PDFFONT_ENCODING_WINANSI; in GlyphFromCharCode()
673 if (iBaseEncoding == PDFFONT_ENCODING_WINANSI) { in GlyphFromCharCode()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp239 CPDF_FontEncoding fe(PDFFONT_ENCODING_WINANSI); in AddStandardFont()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp719 CPDF_FontEncoding encoding(PDFFONT_ENCODING_WINANSI); in AddStandardFont()