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

  /external/pdfium/core/src/reflow/
reflowedpage.h 82 FX_FLOAT m_fScreenHeight;
224 FX_FLOAT m_fScreenHeight;
reflowedpage.cpp 310 m_pReflowEngine = IPDF_LayoutProcessor::Create_LayoutProcessor_Reflow(m_TopIndent, m_ReflowedWidth, m_fScreenHeight, m_pReflowPage, m_flags, m_ParseStyle.m_LineSpace);
364 m_fScreenHeight = fHeight;
layoutprocessor_reflow.cpp 57 m_fScreenHeight = fHeight;
67 if(m_flags & RF_PARSER_PAGEMODE && m_fScreenHeight > 20) {
68 float fitPageHeight = m_fScreenHeight;
    [all...]

Completed in 51 milliseconds