Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.cpp167 m_fButtonLen = IsVertical() ? m_rtClient.width : m_rtClient.height; in CalcButtonLen()
168 float fLength = IsVertical() ? m_rtClient.height : m_rtClient.width; in CalcButtonLen()
178 if (IsVertical()) in CalcMinButtonRect()
184 if (IsVertical()) { in CalcMaxButtonRect()
205 if (IsVertical()) { in CalcThumbButtonRect()
213 float fLength = IsVertical() ? rtClient.height : rtClient.width; in CalcThumbButtonRect()
230 if (IsVertical()) { in CalcThumbButtonRect()
252 if (IsVertical()) { in CalcMinTrackRect()
266 if (IsVertical()) { in CalcMaxTrackRect()
282 if (IsVertical()) { in GetTrackPointPos()
Dcfwl_scrollbar.h66 bool IsVertical() const { in IsVertical() function
/external/pdfium/core/fxge/
Dcfx_facecache.cpp104 if (pFont->IsVertical()) in RenderGlyph()
203 bool vertical = pSubstFont ? pFont->IsVertical() : false; in LoadGlyphPath()
234 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
245 pFont->IsVertical()); in LoadGlyphBitmap()
254 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), in LoadGlyphBitmap()
303 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
Dcfx_font.h71 bool IsVertical() const { return m_bVertical; } in IsVertical() function
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp135 return pCIDFont ? pCIDFont->IsVertWriting() : m_Font.IsVertical(); in IsVertWriting()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp867 if (pFont->IsVertical()) in DrawText()
1577 if (pFont->IsVertical()) in DrawDeviceText()