HomeSort by relevance Sort by last modified time
    Searched refs:bVert (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 218 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTW* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName)
227 return AddWindowsFont(&lfa, bVert, bTranslateName);
242 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName)
356 cmap = bVert ? "ETenms-B5-V" : "ETenms-B5-H";
363 cmap = bVert ? "GBK-EUC-V" : "GBK-EUC-H";
371 cmap = bVert ? "KSCms-UHC-V" : "KSCms-UHC-H";
378 cmap = bVert ? "90ms-RKSJ-V" : "90ms-RKSJ-H";
602 CPDF_Font* CPDF_Document::AddMacFont(CTFontRef pFont, FX_BOOL bVert, FX_BOOL bTranslateName)
746 cmap = bVert ? "ETenms-B5-V" : "ETenms-B5-H";
756 cmap = bVert ? "GBK-EUC-V" : "GBK-EUC-H";
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 141 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName = FALSE);
142 CPDF_Font* AddWindowsFont(LOGFONTW* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName = FALSE);
145 CPDF_Font* AddMacFont(CTFontRef pFont, FX_BOOL bVert, FX_BOOL bTranslateName = FALSE);
151 CPDF_Font* AddFont(CFX_Font* pFont, int charset, FX_BOOL bVert);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 552 FX_BOOL bVert = FALSE;
557 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
582 if (pTransform && !bVert) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]

Completed in 65 milliseconds