OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bAuto
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
372
void SetAutoReturn(FX_BOOL
bAuto
= TRUE) override { m_bLimitWidth =
bAuto
; }
377
void SetAutoFontSize(FX_BOOL
bAuto
= TRUE) override {
378
m_bAutoFontSize =
bAuto
;
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
347
virtual void SetAutoReturn(FX_BOOL
bAuto
= TRUE) = 0;
349
virtual void SetAutoFontSize(FX_BOOL
bAuto
= TRUE) = 0;
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
236
virtual void SetAutoReturn(FX_BOOL
bAuto
= TRUE, FX_BOOL bPaint = TRUE) = 0;
238
virtual void SetAutoFontSize(FX_BOOL
bAuto
= TRUE, FX_BOOL bPaint = TRUE) = 0;
240
virtual void SetAutoScroll(FX_BOOL
bAuto
= TRUE, FX_BOOL bPaint = TRUE) = 0;
fxet_edit.h
547
void SetAutoReturn(FX_BOOL
bAuto
= TRUE, FX_BOOL bPaint = TRUE) override;
548
void SetAutoFontSize(FX_BOOL
bAuto
= TRUE, FX_BOOL bPaint = TRUE) override;
549
void SetAutoScroll(FX_BOOL
bAuto
= TRUE, FX_BOOL bPaint = TRUE) override;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp
[
all
...]
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
872
void CFX_Edit::SetAutoReturn(FX_BOOL
bAuto
, FX_BOOL bPaint) {
873
m_pVT->SetAutoReturn(
bAuto
);
884
void CFX_Edit::SetAutoFontSize(FX_BOOL
bAuto
, FX_BOOL bPaint) {
885
m_pVT->SetAutoFontSize(
bAuto
);
896
void CFX_Edit::SetAutoScroll(FX_BOOL
bAuto
, FX_BOOL bPaint) {
897
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 807 milliseconds