HomeSort by relevance Sort by last modified time
    Searched refs:CPVT_SecProps (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 163 struct CPVT_SecProps : public CFX_Object {
165 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0)
169 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, FX_INT32 alignment) :
174 CPVT_SecProps(const CPVT_SecProps & other) :
271 CPVT_SecProps SecProps;
374 virtual void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
380 virtual CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
384 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 389 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
400 CPVT_SecProps m_SecProps;
409 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps);
422 CPVT_SecProps m_SecProps;
431 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);
444 CPVT_SecProps m_SecProps;
471 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps);
485 CPVT_SecProps m_SecProps;
494 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
507 CPVT_SecProps m_SecProps;
    [all...]
fx_edit.h 78 virtual void IOnCaretChange(const CPVT_SecProps & secProps, const CPVT_WordProps & wordProps) = 0;
292 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
296 virtual FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
299 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 30 void IOnCaretChange(const CPVT_SecProps & secProps, const CPVT_WordProps & wordProps);
PWL_EditCtrl.h 152 virtual void IOnCaretChange(const CPVT_SecProps & secProps, const CPVT_WordProps & wordProps);
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 107 pSecProps = FX_NEW CPVT_SecProps(*other.pSecProps);
120 CPVT_SecProps* pSecProps;
475 void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
479 CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
482 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL);
doc_vt.cpp 838 secinfo.pSecProps = FX_NEW CPVT_SecProps(0.0f, 0.0f, 0);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 603 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
645 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
692 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
775 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
828 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
870 const CPVT_SecProps & oldsecprops, const CPVT_WordProps & oldwordprops,
871 const CPVT_SecProps & newsecprops, const CPVT_WordProps & newwordprops, const CPVT_WordRange & range)
1475 CPVT_SecProps SecProps;
1482 CPVT_SecProps SecProps;
1489 CPVT_SecProps SecProps;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 680 void CPWL_EditCtrl::IOnCaretChange(const CPVT_SecProps & secProps, const CPVT_WordProps & wordProps)

Completed in 208 milliseconds