Searched refs:m_fFontSize (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp122 CFX_List::CFX_List() : m_fFontSize(0.0f), m_pFontMap(NULL), m_bMultiple(FALSE)
146 m_fFontSize = fFontSize;
154 pListItem->SetFontSize(m_fFontSize);
207 return m_fFontSize;
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp491 NULL, pCharData->m_pCharState->m_fFontSize,
495 NULL, pCharData->m_pCharState->m_fFontSize, m_pDisplayMatrix, m_DisplayColor, FXTEXT_CLEARTYPE);
H A Dreflowedpage.h130 FX_FLOAT m_fFontSize; member in class:CRF_CharState
H A Dlayoutprocessor_reflow.cpp117 pCharData->m_pCharState->m_fFontSize = pData->m_Height;
909 if(pState->m_Color == color && pState->m_fFontSize == fHeight && pState->m_pFont == pFont && pState->m_pTextObj == pObj) {
917 pState.m_fFontSize = fHeight;
H A Dreflowedtextpage.cpp83 info.m_FontSize = pData->m_pCharState->m_fFontSize;
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h442 m_fFontSize = fFontSize;
491 return m_fFontSize;
603 FX_FLOAT m_fFontSize; member in class:CPDF_VariableText
H A Ddoc_vt.cpp816 m_fFontSize(0.0f),
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h259 FX_FLOAT m_fFontSize; member in class:CFX_List

Completed in 300 milliseconds