HomeSort by relevance Sort by last modified time
    Searched refs:eType (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 60 FWLTHEME_EDGE eType,
69 FWLTHEME_EDGE eType,
  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 159 FDE_XMLNODETYPE eType,
169 FDE_XMLNODETYPE eType,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgethandler.h 15 XFA_WIDGETTYPE eType,
91 CXFA_Node* CreateWidgetFormItem(XFA_WIDGETTYPE eType,
xfa_ffnotify.cpp 152 XFA_ELEMENT eType = pNode->GetClassID();
153 if (eType == XFA_ELEMENT_PageArea) {
156 if (eType == XFA_ELEMENT_ContentArea) {
xfa_fffield.cpp 134 XFA_ELEMENT eType = m_pDataAcc->GetUIType();
135 if (eType == XFA_ELEMENT_TextEdit || eType == XFA_ELEMENT_NumericEdit ||
136 eType == XFA_ELEMENT_PasswordEdit) {
xfa_ffwidgethandler.cpp 289 XFA_WIDGETTYPE eType,
298 CreateWidgetFormItem(eType, pParentFormItem, pBeforeFormItem);
310 XFA_WIDGETTYPE eType,
313 switch (eType) {
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 50 if (metaData->eType != kMetadataBufferTypeGrallocSource) {
51 ALOGE("%s: unsupported meta data format eType = %d", __func__, metaData->eType);
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 972 FX_LINEBREAKTYPE eType;
    [all...]
fx_textbreak.cpp     [all...]
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) {
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 57 enum CPDF_AAction::AActionType eType,
60 return ExecuteDocumentPageAction(action, eType, pDocument, list);
65 enum CPDF_AAction::AActionType eType,
68 return ExecuteDocumentPageAction(action, eType, pDocument, list);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c     [all...]
phFriNfc_LlcpTransport.h 439 * \param[in] eType The socket type.
457 phFriNfc_LlcpTransport_eSocketType_t eType,
    [all...]
phLibNfc_llcp.c 548 NFCSTATUS phLibNfc_Llcp_Socket( phLibNfc_Llcp_eSocketType_t eType,
576 eType,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp 176 XFA_OBJECTTYPE eType) const {
181 if (eType != XFA_OBJECTTYPEMASK)
182 while (pNode && pNode->GetObjectType() != eType) {
188 if (eType != XFA_OBJECTTYPEMASK)
189 while (pNode && pNode->GetObjectType() != eType) {
195 if (eType != XFA_OBJECTTYPEMASK)
196 while (pNode && pNode->GetObjectType() != eType) {
204 if (eType == XFA_OBJECTTYPEMASK ||
205 eType == pSibling->GetObjectType()) {
    [all...]
xfa_objectacc_imp.cpp 111 int32_t eType = pChild->GetClassID();
112 if (eType != XFA_ELEMENT_Color && eType != XFA_ELEMENT_Extras) {
113 return eType;
557 int32_t eType = pChild->GetClassID();
558 if (eType != XFA_ELEMENT_Extras) {
559 return eType;
656 FX_BOOL CXFA_Script::SetContentType(XFA_SCRIPTTYPE eType) {
658 switch (eType) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 447 FDE_CSSSELECTORTYPE eType =
450 CFDE_CSSSelector(eType, psz, iNameLen, FALSE);
fde_cssstyleselector.h 87 virtual FX_BOOL SetStyleSheet(FDE_CSSSTYLESHEETGROUP eType,
89 virtual FX_BOOL SetStyleSheets(FDE_CSSSTYLESHEETGROUP eType,
91 virtual void SetStylePriority(FDE_CSSSTYLESHEETGROUP eType,
130 FDE_CSSPRIMITIVETYPE eType,
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.cpp 12 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType,
15 switch (eType) {
  /external/pdfium/core/src/fxcrt/
fx_arabic.h 28 FX_CHARTYPE& eType) const;
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDccDataSave.cpp 85 CAMHAL_LOGVB("Size = %d, sizeof = %d, eType = 0x%x, nDataSize= %d, nPortIndex = 0x%x, nVersion = 0x%x",
88 extraData->eType,
  /external/pdfium/xfa/include/fxfa/
fxfa_basic.h 946 XFA_ATTRIBUTETYPE eType;
957 XFA_ATTRIBUTETYPE eType,
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
scrollbartp.cpp 310 FWLTHEME_EDGE eType = eState == FWLTHEME_STATE_Pressed ? FWLTHEME_EDGE_Flat
312 Draw3DRect(pGraphics, eType, fWidth, pRect, FWLTHEME_COLOR_EDGELT1,
  /frameworks/native/include/media/openmax/
OMX_Component.h 142 OMX_SUSPENSIONTYPE eType;

Completed in 849 milliseconds

1 23 4 5 6 7