Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_charset.cpp1661 case PDFFONT_ENCODING_WINANSI: in PDF_CharNameFromPredefinedCharSet()
1753 case PDFFONT_ENCODING_WINANSI: in PDF_UnicodesForPredefinedCharSet()
Dfpdf_font.cpp664 basemap = PDFFONT_ENCODING_WINANSI; in GetPredefinedEncoding()
686 iBaseEncoding = PDFFONT_ENCODING_WINANSI; in LoadPDFEncoding()
1351 for (int cs = PDFFONT_ENCODING_WINANSI; cs < PDFFONT_ENCODING_ZAPFDINGBATS; in Realize()
1367 if (predefined == PDFFONT_ENCODING_WINANSI) { in Realize()
1379 PDF_UnicodesForPredefinedCharSet(PDFFONT_ENCODING_WINANSI); in Realize()
1405 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
1418 if (baseEncoding == PDFFONT_ENCODING_WINANSI && !bSupportWin) { in LoadGlyphMap()
1423 bSupportWin ? PDFFONT_ENCODING_WINANSI : PDFFONT_ENCODING_BUILTIN; in LoadGlyphMap()
1427 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
Dfpdf_font_cid.cpp1502 iBaseEncoding = PDFFONT_ENCODING_WINANSI; in GlyphFromCharCode()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp307 CPDF_FontEncoding fe(PDFFONT_ENCODING_WINANSI); in AddStandardFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h269 #define PDFFONT_ENCODING_WINANSI 1 macro
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp389 CPDF_FontEncoding encoding(PDFFONT_ENCODING_WINANSI); in AddStandardFont()