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

  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 200 virtual void SetAutoReturn(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
202 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
204 virtual void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
fxet_edit.h 594 void SetAutoReturn(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
595 void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
596 void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 439 void SetAutoReturn(FX_BOOL bAuto = TRUE)
441 m_bLimitWidth = bAuto;
451 void SetAutoFontSize(FX_BOOL bAuto = TRUE)
453 m_bAutoFontSize = bAuto;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 352 virtual void SetAutoReturn(FX_BOOL bAuto = TRUE) = 0;
354 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE) = 0;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1114 void CFX_Edit::SetAutoReturn(FX_BOOL bAuto/* =TRUE */, FX_BOOL bPaint/* = TRUE*/)
1116 m_pVT->SetAutoReturn(bAuto);
1126 void CFX_Edit::SetAutoFontSize(FX_BOOL bAuto/* =TRUE */, FX_BOOL bPaint/* = TRUE*/)
1128 m_pVT->SetAutoFontSize(bAuto);
1138 void CFX_Edit::SetAutoScroll(FX_BOOL bAuto/* =TRUE */, FX_BOOL bPaint/* = TRUE*/)
1140 m_bEnableScroll = bAuto;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h 811 * bAuto:
822 OMX_BOOL bAuto;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h 833 * bAuto:
844 OMX_BOOL bAuto;
    [all...]

Completed in 320 milliseconds