Searched refs:m_pLoader (Results 1 – 2 of 2) sorted by relevance
680 m_pLoader(nullptr), in CXFA_TextLayout()689 delete m_pLoader; in ~CXFA_TextLayout()906 if (m_pLoader == NULL) { in GetLayoutHeight()909 int32_t iCount = m_pLoader->m_lineHeights.GetSize(); in GetLayoutHeight()910 if (iCount == 0 && m_pLoader->m_fWidth > 0) { in GetLayoutHeight()912 szMax.Set(m_pLoader->m_fWidth, m_pLoader->m_fHeight); in GetLayoutHeight()914 m_pLoader->m_bSaveLineHeight = TRUE; in GetLayoutHeight()915 m_pLoader->m_fLastPos = 0; in GetLayoutHeight()917 m_pLoader->m_bSaveLineHeight = FALSE; in GetLayoutHeight()920 FX_FLOAT fHeight = m_pLoader->m_fHeight; in GetLayoutHeight()[all …]
398 CXFA_LoaderContext* m_pLoader; variable