Home
last modified time | relevance | path

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

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