Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 25 of 143) sorted by relevance

123456

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp177 CFX_CSSPrimitiveType eType = pValue->GetType(); in ApplyProperty() local
180 if (eType == CFX_CSSPrimitiveType::Enum) { in ApplyProperty()
187 if (eType == CFX_CSSPrimitiveType::Number) { in ApplyProperty()
189 } else if (eType == CFX_CSSPrimitiveType::Enum) { in ApplyProperty()
195 if (eType == CFX_CSSPrimitiveType::Number) { in ApplyProperty()
207 if (eType == CFX_CSSPrimitiveType::Enum) { in ApplyProperty()
214 eType, pValue, in ApplyProperty()
218 if (eType == CFX_CSSPrimitiveType::Enum) { in ApplyProperty()
221 } else if (eType == CFX_CSSPrimitiveType::Number) { in ApplyProperty()
230 if (eType == CFX_CSSPrimitiveType::Enum) { in ApplyProperty()
[all …]
Dcfx_cssvaluelistparser.cpp19 bool CFX_CSSValueListParser::NextValue(CFX_CSSPrimitiveType* eType, in NextValue() argument
28 *eType = CFX_CSSPrimitiveType::Unknown; in NextValue()
35 *eType = CFX_CSSPrimitiveType::RGB; in NextValue()
42 *eType = CFX_CSSPrimitiveType::Number; in NextValue()
48 *eType = CFX_CSSPrimitiveType::String; in NextValue()
53 *eType = CFX_CSSPrimitiveType::RGB; in NextValue()
57 *eType = CFX_CSSPrimitiveType::String; in NextValue()
Dcfx_cssselector.h20 CFX_CSSSelector(CFX_CSSSelectorType eType,
35 void SetType(CFX_CSSSelectorType eType) { m_eType = eType; } in SetType() argument
Dcfx_cssdeclaration.cpp113 CFX_CSSPrimitiveType eType; in ParseCSSColor() local
116 if (!list.NextValue(&eType, &pszValue, &iValueLen)) in ParseCSSColor()
118 if (eType != CFX_CSSPrimitiveType::Number) in ParseCSSColor()
335 CFX_CSSPrimitiveType eType; in ParseValueListProperty() local
337 while (parser.NextValue(&eType, &pszValue, &iValueLen)) { in ParseValueListProperty()
338 switch (eType) { in ParseValueListProperty()
456 CFX_CSSPrimitiveType eType; in ParseBorderProperty() local
457 while (parser.NextValue(&eType, &pszValue, &iValueLen)) { in ParseBorderProperty()
458 switch (eType) { in ParseBorderProperty()
514 CFX_CSSPrimitiveType eType; in ParseFontProperty() local
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_aaction.cpp50 bool CPDF_AAction::ActionExist(AActionType eType) const { in ActionExist()
51 return m_pDict && m_pDict->KeyExist(kAATypes[eType]); in ActionExist()
54 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const { in GetAction()
55 return CPDF_Action(m_pDict ? m_pDict->GetDictFor(kAATypes[eType]) : nullptr); in GetAction()
59 bool CPDF_AAction::IsUserClick(AActionType eType) { in IsUserClick() argument
60 switch (eType) { in IsUserClick()
Dcpdf_aaction.h47 bool ActionExist(AActionType eType) const;
48 CPDF_Action GetAction(AActionType eType) const;
51 static bool IsUserClick(AActionType eType);
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp61 bool CJX_LayoutPseudoModel::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
62 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
259 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray() local
260 if (eType != XFA_Element::Field && eType != XFA_Element::Draw && in GetObjArray()
261 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
280 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray() local
281 if (eType != XFA_Element::Field && eType != XFA_Element::Draw && in GetObjArray()
282 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
297 XFA_Element eType = XFA_Element::Unknown; in GetObjArray() local
299 eType = XFA_Element::Field; in GetObjArray()
[all …]
Dcjx_model.cpp29 bool CJX_Model::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
30 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
54 XFA_Element eType = XFA_GetElementByName(tagName.AsStringView()); in createNode() local
55 CXFA_Node* pNewNode = GetXFANode()->CreateSamePacketNode(eType); in createNode()
Dcjx_handler.cpp15 bool CJX_Handler::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_encrypt.cpp15 bool CJX_Encrypt::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_extras.cpp15 bool CJX_Extras::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_script.cpp16 bool CJX_Script::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
17 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_textnode.cpp16 bool CJX_TextNode::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
17 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_xfa.cpp18 bool CJX_Xfa::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
19 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_manifest.cpp25 bool CJX_Manifest::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
26 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_wsdlconnection.cpp26 bool CJX_WsdlConnection::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
27 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_desc.cpp24 bool CJX_Desc::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
25 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_occur.cpp18 bool CJX_Occur::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
19 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_container.cpp28 bool CJX_Container::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
29 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp14 XFA_Element eType = pTemplateChild->GetElementType(); in XFA_DataMerge_NeedGenerateForm() local
15 if (eType == XFA_Element::Variables) in XFA_DataMerge_NeedGenerateForm()
19 if (eType == XFA_Element::Proto || in XFA_DataMerge_NeedGenerateForm()
20 (bUseInstanceManager && eType == XFA_Element::Occur)) { in XFA_DataMerge_NeedGenerateForm()
28 XFA_Element eType, in XFA_DataMerge_FindFormDOMInstance() argument
33 if (pFormChild->GetElementType() == eType && in XFA_DataMerge_FindFormDOMInstance()
Dcxfa_nodelocale.cpp102 FX_LOCALEDATETIMESUBCATEGORY eType) const { in GetDatePattern()
103 switch (eType) { in GetDatePattern()
118 FX_LOCALEDATETIMESUBCATEGORY eType) const { in GetTimePattern()
119 switch (eType) { in GetTimePattern()
133 WideString CXFA_NodeLocale::GetNumPattern(FX_LOCALENUMSUBCATEGORY eType) const { in GetNumPattern()
134 return XFA_PatternToString(eType); in GetNumPattern()
Dcxfa_node.h161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
164 T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) { in GetChild() argument
165 return static_cast<T*>(GetChildInternal(index, eType, bOnlyChild)); in GetChild()
181 CXFA_Node* CreateSamePacketNode(XFA_Element eType);
202 T* GetFirstChildByClass(XFA_Element eType) const { in GetFirstChildByClass() argument
203 return static_cast<T*>(GetFirstChildByClassInternal(eType)); in GetFirstChildByClass()
211 T* GetNextSameClassSibling(XFA_Element eType) const { in GetNextSameClassSibling() argument
212 return static_cast<T*>(GetNextSameClassSiblingInternal(eType)); in GetNextSameClassSibling()
391 XFA_Element eType,
421 XFA_AttributeType eType) const;
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVertex.h54 const EPVRTDataType eType,
67 const EPVRTDataType eType);
79 const EPVRTDataType eType,
92 const EPVRTDataType eType,
/external/pdfium/xfa/fgas/layout/
Dfx_arabic.cpp147 FX_CHARTYPE* eType) { in ParseChar() argument
149 *eType = FX_CHARTYPE::kUnknown; in ParseChar()
154 *eType = pTC->GetCharType(); in ParseChar()
157 if (!pFT || *eType >= FX_CHARTYPE::kArabicNormal) in ParseChar()
158 *eType = FX_CHARTYPE::kUnknown; in ParseChar()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp90 XFA_Element eType; in UpdateWidgetProperty() local
92 std::tie(eType, iMaxChars) = m_pNode->GetMaxChars(); in UpdateWidgetProperty()
93 if (eType == XFA_Element::ExData) in UpdateWidgetProperty()
286 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData() local
288 eType = XFA_VALUEPICTURE_Edit; in UpdateFWLData()
297 iMaxChars = eType == XFA_VALUEPICTURE_Edit ? iMaxChars : 0; in UpdateFWLData()
304 if (eType == XFA_VALUEPICTURE_Edit) { in UpdateFWLData()
314 WideString wsText = m_pNode->GetValue(eType); in UpdateFWLData()
316 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData()

123456