Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_scrollbarimp.cpp26 FX_BOOL IFWL_ScrollBar::IsVertical() { in IsVertical() function in IFWL_ScrollBar
27 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->IsVertical(); in IsVertical()
122 if (IsVertical()) { in GetWidgetRect()
163 inline FX_BOOL CFWL_ScrollBarImp::IsVertical() { in IsVertical() function in CFWL_ScrollBarImp
302 m_fButtonLen = IsVertical() ? m_rtClient.width : m_rtClient.height; in CalcButtonLen()
303 FX_FLOAT fLength = IsVertical() ? m_rtClient.height : m_rtClient.width; in CalcButtonLen()
325 rect.width = IsVertical() ? m_rtClient.width : m_fButtonLen; in CalcMinButtonRect()
326 rect.height = IsVertical() ? m_fButtonLen : m_rtClient.height; in CalcMinButtonRect()
342 IsVertical() ? m_rtClient.left : m_rtClient.right() - m_fButtonLen; in CalcMaxButtonRect()
344 IsVertical() ? m_rtClient.bottom() - m_fButtonLen : m_rtClient.top; in CalcMaxButtonRect()
[all …]
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dscrollbar.cpp30 FX_BOOL CFWL_ScrollBar::IsVertical() { in IsVertical() function in CFWL_ScrollBar
33 return static_cast<IFWL_ScrollBar*>(m_pIface)->IsVertical(); in IsVertical()
/external/pdfium/xfa/include/fwl/lightwidget/
Dscrollbar.h16 FX_BOOL IsVertical();
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_scrollbar.h53 FX_BOOL IsVertical();
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_scrollbarimp.h30 virtual FX_BOOL IsVertical();
/external/eigen/Eigen/src/Core/
DVectorwiseOp.h195 IsVertical = (Direction==Vertical) ? 1 : 0,
424 … template<int Factor> const Replicate<ExpressionType,(IsVertical?Factor:1),(IsHorizontal?Factor:1)>
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1293 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
1305 pFont->IsVertical()); in LoadGlyphBitmap()
1315 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), in LoadGlyphBitmap()
1360 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
1534 if (pFont->IsVertical()) { in RenderGlyph()
1653 ((dest_width / 16) << 25) + (pFont->IsVertical() << 31)); in LoadGlyphPath()
/external/pdfium/core/include/fxge/
Dfx_font.h97 FX_BOOL IsVertical() const { return m_bVertical; } in IsVertical() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp111 bVertWriting = m_Font.IsVertical(); in IsVertWriting()