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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 94 FX_BOOL IsVertWriting() const
fpdf_font_cid.cpp 730 FX_BOOL CPDF_CIDFont::IsVertWriting() const
732 return m_pCMap ? m_pCMap->IsVertWriting() : FALSE;
    [all...]
fpdf_font.cpp 138 FX_BOOL CPDF_Font::IsVertWriting() const
143 bVertWriting = pCIDFont->IsVertWriting();
    [all...]

Completed in 49 milliseconds