Home
last modified time | relevance | path

Searched refs:IsVertWriting (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp43 if (!pFont->AsCIDFont()->IsVertWriting()) in GetItemInfo()
184 bVertWriting = pCIDFont->IsVertWriting(); in GetCharWidth()
210 bVertWriting = pCIDFont->IsVertWriting(); in CalcPositionData()
Dcpdf_streamcontentparser.cpp1235 if (!pFont->IsVertWriting()) { in AddTextObject()
1278 if (!pFont->IsVertWriting()) { in AddTextObject()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp244 bool CPDF_CIDFont::IsVertWriting() const { in IsVertWriting() function in CPDF_CIDFont
245 return m_pCMap && m_pCMap->IsVertWriting(); in IsVertWriting()
428 if (IsVertWriting()) { in Load()
581 if (!index || !IsVertWriting()) in GetGlyphIndex()
783 g_CharsetCPs[m_Charset], IsVertWriting()); in LoadSubstFont()
Dcpdf_font.cpp133 bool CPDF_Font::IsVertWriting() const { in IsVertWriting() function in CPDF_Font
135 return pCIDFont ? pCIDFont->IsVertWriting() : m_Font.IsVertical(); in IsVertWriting()
459 IsVertWriting()); in FallbackFontFromCharcode()
Dcpdf_cmap.h59 bool IsVertWriting() const { return m_bVertical; } in IsVertWriting() function
Dcpdf_cidfont.h54 bool IsVertWriting() const override;
Dcpdf_font.h54 virtual bool IsVertWriting() const;
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp28 bool bVertWriting = pCIDFont && pCIDFont->IsVertWriting(); in Load()