/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstyleselector.cpp | 177 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 …]
|
D | cfx_cssvaluelistparser.cpp | 19 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()
|
D | cfx_cssselector.h | 20 CFX_CSSSelector(CFX_CSSSelectorType eType, 35 void SetType(CFX_CSSSelectorType eType) { m_eType = eType; } in SetType() argument
|
D | cfx_cssdeclaration.cpp | 113 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/ |
D | cpdf_aaction.cpp | 50 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()
|
D | cpdf_aaction.h | 47 bool ActionExist(AActionType eType) const; 48 CPDF_Action GetAction(AActionType eType) const; 51 static bool IsUserClick(AActionType eType);
|
/external/pdfium/fxjs/xfa/ |
D | cjx_layoutpseudomodel.cpp | 61 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 …]
|
D | cjx_model.cpp | 29 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()
|
D | cjx_handler.cpp | 15 bool CJX_Handler::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_encrypt.cpp | 15 bool CJX_Encrypt::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_extras.cpp | 15 bool CJX_Extras::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_script.cpp | 16 bool CJX_Script::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 17 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_textnode.cpp | 16 bool CJX_TextNode::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 17 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_xfa.cpp | 18 bool CJX_Xfa::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 19 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_manifest.cpp | 25 bool CJX_Manifest::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 26 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_wsdlconnection.cpp | 26 bool CJX_WsdlConnection::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 27 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_desc.cpp | 24 bool CJX_Desc::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 25 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_occur.cpp | 18 bool CJX_Occur::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 19 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
D | cjx_container.cpp | 28 bool CJX_Container::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 29 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 14 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()
|
D | cxfa_nodelocale.cpp | 102 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()
|
D | cxfa_node.h | 161 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/ |
D | PVRTVertex.h | 54 const EPVRTDataType eType, 67 const EPVRTDataType eType); 79 const EPVRTDataType eType, 92 const EPVRTDataType eType,
|
/external/pdfium/xfa/fgas/layout/ |
D | fx_arabic.cpp | 147 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/ |
D | cxfa_fftextedit.cpp | 90 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()
|