Home
last modified time | relevance | path

Searched refs:uiType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2863 XFA_ELEMENT uiType = pNode->GetClassID(); in SetValue() local
2874 if (uiType == XFA_ELEMENT_NumericEdit) { in SetValue()
2884 if (uiType == XFA_ELEMENT_NumericEdit) { in SetValue()
2895 if (uiType != XFA_ELEMENT_NumericEdit || bSyncData) { in SetValue()
3119 XFA_ELEMENT uiType = GetUIChild()->GetClassID(); in GetValue() local
3120 switch (uiType) { in GetValue()
Dxfa_object_imp.cpp1949 XFA_ELEMENT uiType = pWidgetData->GetUIType(); in Script_Draw_DefaultValue() local
1950 if (uiType == XFA_ELEMENT_Text) { in Script_Draw_DefaultValue()
1957 } else if (uiType != XFA_ELEMENT_Image) { in Script_Draw_DefaultValue()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2488 UINT32 uiType = ABI::Windows::Media::Capture::MediaStreamType_VideoPreview; in SetProperties() local
2511 hr = spPropVal->GetUInt32(&uiType); in SetProperties()
2525 …hr = SetMediaStreamProperties((ABI::Windows::Media::Capture::MediaStreamType)uiType, pMedEncProps.… in SetProperties()