Home
last modified time | relevance | path

Searched defs:nStartChar (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp442 void CPWL_EditCtrl::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar) in SetSel()
447 void CPWL_EditCtrl::GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar ) const in GetSel()
708 void CPWL_EditCtrl::GetTextRange(const CPDF_Rect& rect, FX_INT32 & nStartChar, FX_INT32 & nEndChar)… in GetTextRange()
714 CFX_WideString CPWL_EditCtrl::GetText(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const in GetText()
DPWL_ComboBox.cpp274 void CPWL_ComboBox::SetEditSel(FX_INT32 nStartChar,FX_INT32 nEndChar) in SetEditSel()
282 void CPWL_ComboBox::GetEditSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const in GetEditSel()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1150 void CFX_Edit::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar) in SetSel()
1201 void CFX_Edit::GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar) const in GetSel()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1466 int nStartChar = m_pFontDict->GetInteger(FX_BSTRC("FirstChar")); in LoadGlyphMap() local