Searched refs:IsVertical (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h195 IsVertical = (Direction==Vertical) ? 1 : 0, enumerator in enum:Eigen::VectorwiseOp::__anon20719
424 template<int Factor> const Replicate<ExpressionType,(IsVertical?Factor:1),(IsHorizontal?Factor:1)>
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1134 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1143 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1151 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), 3);
1190 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1391 if (pFont->IsVertical()) {
1579 (pFont->IsVertical() << 31));
/external/pdfium/core/include/fxge/
H A Dfx_font.h93 FX_BOOL IsVertical() const function in class:CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp146 bVertWriting = m_Font.IsVertical();

Completed in 89 milliseconds