Lines Matching refs:nFontIndex
128 int32_t CPWL_EditImpl_Provider::GetCharWidth(int32_t nFontIndex, in GetCharWidth() argument
130 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()
136 charcode = m_pFontMap->CharCodeFromUnicode(nFontIndex, word); in GetCharWidth()
145 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() argument
146 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()
152 int32_t CPWL_EditImpl_Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() argument
153 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()
161 int32_t nFontIndex) { in GetWordFontIndex() argument
162 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); in GetWordFontIndex()
450 int32_t nFontIndex = -1; in DrawEdit() local
504 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit()
509 pFontMap->GetPDFFont(nFontIndex), fFontSize, mtUser2Device, in DrawEdit()
514 nFontIndex = word.nFontIndex; in DrawEdit()
519 sTextBuf << pEdit->GetPDFWordString(word.nFontIndex, word.Word, in DrawEdit()
525 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, mtUser2Device, in DrawEdit()
526 pEdit->GetPDFWordString(word.nFontIndex, word.Word, SubWord), in DrawEdit()
536 pFontMap->GetPDFFont(nFontIndex), fFontSize, mtUser2Device, in DrawEdit()
1848 ByteString CPWL_EditImpl::GetPDFWordString(int32_t nFontIndex, in GetPDFWordString() argument
1852 CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
1862 : pFontMap->CharCodeFromUnicode(nFontIndex, Word); in GetPDFWordString()