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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 94 FX_BOOL IsVertWriting() const
fpdf_font_cid.cpp 845 FX_BOOL CPDF_CIDFont::IsVertWriting() const
847 return m_pCMap ? m_pCMap->IsVertWriting() : FALSE;
    [all...]
fpdf_font.cpp 139 FX_BOOL CPDF_Font::IsVertWriting() const
144 bVertWriting = pCIDFont->IsVertWriting();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 127 if (!((CPDF_CIDFont*)pFont)->IsVertWriting()) {
328 bVertWriting = pCIDFont->IsVertWriting();
348 bVertWriting = pCIDFont->IsVertWriting();
362 bVertWriting = pCIDFont->IsVertWriting();
407 bVertWriting = pCIDFont->IsVertWriting();
535 bVertWriting = pCIDFont->IsVertWriting();
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 92 virtual FX_BOOL IsVertWriting()const;
519 virtual FX_BOOL IsVertWriting() const;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 546 FX_BOOL bVertWriting = pCIDFont && pCIDFont->IsVertWriting();
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 109 milliseconds