HomeSort by relevance Sort by last modified time
    Searched defs:eType (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/pdfium/xfa/src/fgas/src/layout/
fx_linebreak.cpp 298 FX_LINEBREAKTYPE eType;
308 eType = FX_LBT_PROHIBITED_BRK;
310 eType = *((const FX_LINEBREAKTYPE*)gs_FX_LineBreak_PairTable +
313 if (eType == FX_LBT_DIRECT_BRK) {
  /hardware/qcom/media/msm8996/libstagefrighthw/
QComOMXMetadata.h 35 MetadataBufferType eType;
  /hardware/qcom/media/msmcobalt/libstagefrighthw/
QComOMXMetadata.h 42 MetadataBufferType eType;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_iterator.cpp 64 FDE_VISUALOBJTYPE eType = pVisualSet->GetType();
65 if (eType == FDE_VISUALOBJ_Canvas) {
74 (eType == FDE_VISUALOBJ_Widget)
76 : (FX_DWORD)eType;
  /external/pdfium/xfa/src/fwl/src/theme/
datetimepickertp.cpp 75 FWLTHEME_EDGE eType = bPressed ? FWLTHEME_EDGE_Flat : FWLTHEME_EDGE_Raised;
76 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart,
comboboxtp.cpp 118 FWLTHEME_EDGE eType = bPressed ? FWLTHEME_EDGE_Flat : FWLTHEME_EDGE_Raised;
119 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart,
scrollbartp.cpp 310 FWLTHEME_EDGE eType = eState == FWLTHEME_STATE_Pressed ? FWLTHEME_EDGE_Flat
312 Draw3DRect(pGraphics, eType, fWidth, pRect, FWLTHEME_COLOR_EDGELT1,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datadescription_imp.cpp 37 XFA_ELEMENT eType = pDataChild->GetClassID();
59 if (pDDNode->GetClassID() != eType) {
xfa_basic_imp.h 12 XFA_ATTRIBUTETYPE eType;
19 XFA_ATTRIBUTETYPE eType = XFA_ATTRIBUTETYPE_NOTSURE);
xfa_script_layoutpseudomodel.cpp 292 XFA_ELEMENT eType = XFA_ELEMENT_UNKNOWN;
294 eType = XFA_ELEMENT_Field;
296 eType = XFA_ELEMENT_Draw;
298 eType = XFA_ELEMENT_Subform;
300 eType = XFA_ELEMENT_Area;
302 if (eType != XFA_ELEMENT_UNKNOWN) {
315 if (pItemChild->m_pFormNode->GetClassID() != eType) {
335 if (pItemChild->m_pFormNode->GetClassID() != eType) {
xfa_utils_imp.cpp 18 XFA_ELEMENT eType = pNode->GetClassID();
19 eWidgetType = eType;
20 if (eType != XFA_ELEMENT_Field && eType != XFA_ELEMENT_Draw) {
75 if (eType == XFA_ELEMENT_Draw) {
154 XFA_ELEMENT eType = pValueChild->GetClassID();
155 switch (eType) {
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISException.h 54 Exception() : eType(E_General), eLine(0), eFile(0) {}
58 : eType(err), eLine(line), eFile(file), eText(str) {}
65 const OIS_ERROR eType;
  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 36 ActionType eType = Unknown;
49 return eType;
251 FX_BOOL CPDF_AAction::ActionExist(AActionType eType) const {
252 return m_pDict && m_pDict->KeyExist(g_sAATypes[(int)eType]);
254 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const {
258 return CPDF_Action(m_pDict->GetDict(g_sAATypes[(int)eType]));
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp     [all...]
fde_cssstylesheet.cpp 447 FDE_CSSSELECTORTYPE eType =
450 CFDE_CSSSelector(eType, psz, iNameLen, FALSE);
  /frameworks/native/include/media/hardware/
HardwareAPI.h 130 MetadataBufferType eType; // must be kMetadataBufferTypeGrallocSource
142 MetadataBufferType eType; // must be kMetadataBufferTypeANWBuffer
153 MetadataBufferType eType; // must be kMetadataBufferTypeNativeHandleSource
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.cpp 152 XFA_ELEMENT eType = pNode->GetClassID();
153 if (eType == XFA_ELEMENT_PageArea) {
156 if (eType == XFA_ELEMENT_ContentArea) {
  /frameworks/native/include/media/openmax/
OMX_Other.h 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Other.h 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */

Completed in 604 milliseconds

1 2 3 4