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

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 50 int nFormat;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 53 void SetAlignFormatH(PWL_EDIT_ALIGNFORMAT_H nFormat = PEAH_LEFT, FX_BOOL bPaint = TRUE); //0:left 1:right 2:middle
54 void SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat = PEAV_TOP, FX_BOOL bPaint = TRUE); //0:top 1:bottom 2:center
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 181 //set the horizontal text alignment in text box, nFormat (0:left 1:middle 2:right).
182 virtual void SetAlignmentH(FX_INT32 nFormat = 0, FX_BOOL bPaint = TRUE) = 0;
183 //set the vertical text alignment in text box, nFormat (0:top 1:center 2:bottom).
184 virtual void SetAlignmentV(FX_INT32 nFormat = 0, FX_BOOL bPaint = TRUE) = 0;
fxet_edit.h 585 void SetAlignmentH(FX_INT32 nFormat = 0, FX_BOOL bPaint = TRUE);
586 void SetAlignmentV(FX_INT32 nFormat = 0, FX_BOOL bPaint = TRUE);
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 478 OMX_U32 nFormat;
OMX_QCOMExtns.h     [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 415 void SetAlignment(FX_INT32 nFormat = 0)
417 m_nAlignment = nFormat;
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 232 int nFormat = p1;
236 switch (nFormat)
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 338 virtual void SetAlignment(FX_INT32 nFormat = 0) = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 119 void CPWL_Edit::SetAlignFormatH(PWL_EDIT_ALIGNFORMAT_H nFormat, FX_BOOL bPaint/* = TRUE*/)
121 m_pEdit->SetAlignmentH((FX_INT32)nFormat, bPaint);
124 void CPWL_Edit::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, FX_BOOL bPaint/* = TRUE*/)
126 m_pEdit->SetAlignmentV((FX_INT32)nFormat, bPaint);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 570 audio_format_t nFormat = audioFormatToNative(jFormat);
571 ALOGV("convertAudioPortConfigToNative format %d native %d", jFormat, nFormat);
572 nAudioPortConfig->format = nFormat;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]
shlobj.h     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1066 void CFX_Edit::SetAlignmentH(FX_INT32 nFormat/* =0 */, FX_BOOL bPaint/* = TRUE*/)
1068 m_pVT->SetAlignment(nFormat);
1072 void CFX_Edit::SetAlignmentV(FX_INT32 nFormat/* =0 */, FX_BOOL bPaint/* = TRUE*/)
1074 m_nAlignment = nFormat;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 733 * nFormat : bitmapped value indentifying the interlaced formats supported by component
740 OMX_U32 nFormat;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 453 /* TODO: Once Venus 3XX target names are known, nFormat should 2 for those
455 mbi->nFormat = 1;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 648 milliseconds