Home
last modified time | relevance | path

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

1234

/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.cpp179 FDE_CSSPrimitiveType eType = pValue->GetType(); in ApplyProperty() local
182 if (eType == FDE_CSSPrimitiveType::Enum) { in ApplyProperty()
189 if (eType == FDE_CSSPrimitiveType::Number) { in ApplyProperty()
191 } else if (eType == FDE_CSSPrimitiveType::Enum) { in ApplyProperty()
197 if (eType == FDE_CSSPrimitiveType::Number) { in ApplyProperty()
210 if (eType == FDE_CSSPrimitiveType::Enum) { in ApplyProperty()
217 eType, pValue, in ApplyProperty()
221 if (eType == FDE_CSSPrimitiveType::Enum) { in ApplyProperty()
224 } else if (eType == FDE_CSSPrimitiveType::Number) { in ApplyProperty()
233 if (eType == FDE_CSSPrimitiveType::Enum) { in ApplyProperty()
[all …]
Dcfde_cssvaluelistparser.cpp16 bool CFDE_CSSValueListParser::NextValue(FDE_CSSPrimitiveType& eType, in NextValue() argument
25 eType = FDE_CSSPrimitiveType::Unknown; in NextValue()
32 eType = FDE_CSSPrimitiveType::RGB; in NextValue()
39 eType = FDE_CSSPrimitiveType::Number; in NextValue()
45 eType = FDE_CSSPrimitiveType::String; in NextValue()
50 eType = FDE_CSSPrimitiveType::RGB; in NextValue()
54 eType = FDE_CSSPrimitiveType::String; in NextValue()
Dcfde_cssdeclaration.cpp104 FDE_CSSPrimitiveType eType; in ParseCSSColor() local
107 if (!list.NextValue(eType, pszValue, iValueLen)) in ParseCSSColor()
109 if (eType != FDE_CSSPrimitiveType::Number) in ParseCSSColor()
331 FDE_CSSPrimitiveType eType; in ParseValueListProperty() local
333 while (parser.NextValue(eType, pszValue, iValueLen)) { in ParseValueListProperty()
334 switch (eType) { in ParseValueListProperty()
453 FDE_CSSPrimitiveType eType; in ParseBorderProperty() local
454 while (parser.NextValue(eType, pszValue, iValueLen)) { in ParseBorderProperty()
455 switch (eType) { in ParseBorderProperty()
510 FDE_CSSPrimitiveType eType; in ParseFontProperty() local
[all …]
Dcfde_cssselector.h21 CFDE_CSSSelector(FDE_CSSSelectorType eType,
36 void SetType(FDE_CSSSelectorType eType) { m_eType = eType; } in SetType() argument
/external/pdfium/xfa/fxfa/parser/
Dxfa_locale.cpp31 void CXFA_XMLLocale::GetNumbericSymbol(FX_LOCALENUMSYMBOL eType, in GetNumbericSymbol() argument
35 switch (eType) { in GetNumbericSymbol()
142 void CXFA_XMLLocale::GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType, in GetDatePattern() argument
149 switch (eType) { in GetDatePattern()
167 void CXFA_XMLLocale::GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY eType, in GetTimePattern() argument
174 switch (eType) { in GetTimePattern()
192 void CXFA_XMLLocale::GetNumPattern(FX_LOCALENUMSUBCATEGORY eType, in GetNumPattern() argument
198 switch (eType) { in GetNumPattern()
237 void CXFA_NodeLocale::GetNumbericSymbol(FX_LOCALENUMSYMBOL eType, in GetNumbericSymbol() argument
239 switch (eType) { in GetNumbericSymbol()
[all …]
Dxfa_locale.h22 void GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
37 void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
39 void GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
41 void GetNumPattern(FX_LOCALENUMSUBCATEGORY eType,
64 void GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
79 void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
81 void GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
83 void GetNumPattern(FX_LOCALENUMSUBCATEGORY eType,
Dcscript_layoutpseudomodel.cpp254 XFA_Element eType = pItemChild->m_pFormNode->GetElementType(); in GetObjArray() local
255 if (eType != XFA_Element::Field && eType != XFA_Element::Draw && in GetObjArray()
256 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
276 XFA_Element eType = pItemChild->m_pFormNode->GetElementType(); in GetObjArray() local
277 if (eType != XFA_Element::Field && eType != XFA_Element::Draw && in GetObjArray()
278 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
291 XFA_Element eType = XFA_Element::Unknown; in GetObjArray() local
293 eType = XFA_Element::Field; in GetObjArray()
295 eType = XFA_Element::Draw; in GetObjArray()
297 eType = XFA_Element::Subform; in GetObjArray()
[all …]
Dxfa_utils.cpp268 XFA_ATTRIBUTETYPE eType) { in XFA_GetNotsureAttribute() argument
275 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType) in XFA_GetNotsureAttribute()
284 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType) in XFA_GetNotsureAttribute()
301 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType) in XFA_GetNotsureAttribute()
401 XFA_ATTRIBUTETYPE eType, in XFA_GetAttributeDefaultValue() argument
408 if (pInfo->eType == eType) { in XFA_GetAttributeDefaultValue()
412 if (pInfo->eType == XFA_ATTRIBUTETYPE_NOTSURE) { in XFA_GetAttributeDefaultValue()
414 XFA_GetNotsureAttribute(eElement, eAttribute, eType); in XFA_GetAttributeDefaultValue()
Dcxfa_event.cpp20 XFA_Element eType = pChild->GetElementType(); in GetEventType() local
21 if (eType != XFA_Element::Extras) in GetEventType()
22 return eType; in GetEventType()
Dcxfa_fill.cpp42 XFA_Element eType = pChild->GetElementType(); in GetFillType() local
43 if (eType != XFA_Element::Color && eType != XFA_Element::Extras) in GetFillType()
44 return eType; in GetFillType()
Dxfa_document_datamerger_imp.cpp121 XFA_Element eType = pFormNode->GetElementType(); in CreateDataBinding() local
122 if (eType != XFA_Element::Field && eType != XFA_Element::ExclGroup) in CreateDataBinding()
480 XFA_Element eType = pTemplateChild->GetElementType(); in NeedGenerateForm() local
481 if (eType == XFA_Element::Variables) in NeedGenerateForm()
485 if (eType == XFA_Element::Proto || in NeedGenerateForm()
486 (bUseInstanceManager && eType == XFA_Element::Occur)) { in NeedGenerateForm()
697 XFA_Element eType = pTemplateNode->GetElementType(); in CopyContainer_SubformSet() local
706 (eType == XFA_Element::SubformSet || eType == XFA_Element::Subform)) { in CopyContainer_SubformSet()
743 eType == XFA_Element::SubformSet in CopyContainer_SubformSet()
752 if (eType == XFA_Element::SubformSet || eType == XFA_Element::Area) { in CopyContainer_SubformSet()
[all …]
Dcxfa_node.cpp446 void* GetMapKey_Element(XFA_Element eType, XFA_ATTRIBUTE eAttribute) { in GetMapKey_Element() argument
447 return (void*)(uintptr_t)((static_cast<int32_t>(eType) << 16) | in GetMapKey_Element()
487 XFA_Element eType, in CXFA_Node() argument
489 : CXFA_Object(pDoc, oType, eType, elementName), in CXFA_Node()
580 XFA_ObjectType eType) const { in GetNodeItem()
585 while (pNode && pNode->GetObjectType() != eType) in GetNodeItem()
590 while (pNode && pNode->GetObjectType() != eType) in GetNodeItem()
595 while (pNode && pNode->GetObjectType() != eType) in GetNodeItem()
602 if (eType == pSibling->GetObjectType()) in GetNodeItem()
692 CXFA_Node* CXFA_Node::CreateSamePacketNode(XFA_Element eType, in CreateSamePacketNode() argument
[all …]
/external/pdfium/xfa/fxfa/app/
Dxfa_checksum.cpp102 CFX_SAXItem::Type eType, in OnTagEnter() argument
105 if (eType != CFX_SAXItem::Type::Tag && in OnTagEnter()
106 eType != CFX_SAXItem::Type::Instruction) { in OnTagEnter()
109 m_SAXContext.m_eNode = eType; in OnTagEnter()
112 if (eType == CFX_SAXItem::Type::Instruction) { in OnTagEnter()
138 CFX_SAXItem::Type eType, in OnTagData() argument
145 if (eType == CFX_SAXItem::Type::CharData) in OnTagData()
149 if (eType == CFX_SAXItem::Type::CharData) in OnTagData()
178 CFX_SAXItem::Type eType, in OnTargetData() argument
181 if (!pTag && eType != CFX_SAXItem::Type::Comment) in OnTargetData()
[all …]
Dxfa_fftextedit.cpp87 XFA_Element eType = XFA_Element::Unknown; in UpdateWidgetProperty() local
88 int32_t iMaxChars = m_pDataAcc->GetMaxChars(eType); in UpdateWidgetProperty()
89 if (eType == XFA_Element::ExData) { in UpdateWidgetProperty()
246 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData() local
248 eType = XFA_VALUEPICTURE_Edit; in UpdateFWLData()
256 iMaxChars = eType == XFA_VALUEPICTURE_Edit ? iMaxChars : 0; in UpdateFWLData()
265 if (eType == XFA_VALUEPICTURE_Edit) in UpdateFWLData()
271 m_pDataAcc->GetValue(wsText, eType); in UpdateFWLData()
274 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData()
612 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData() local
[all …]
Dxfa_ffnotify.cpp92 XFA_Element eType = pNode->GetElementType(); in OnCreateLayoutItem() local
93 if (eType == XFA_Element::PageArea) in OnCreateLayoutItem()
95 if (eType == XFA_Element::ContentArea) in OnCreateLayoutItem()
321 XFA_Element eType = pNode->GetElementType(); in OnNodeReady() local
322 if (XFA_IsCreateWidget(eType)) { in OnNodeReady()
327 switch (eType) { in OnNodeReady()
382 XFA_Element eType = pParentNode->GetElementType(); in OnValueChanged() local
391 switch (eType) { in OnValueChanged()
411 if (eType == XFA_Element::Value || bIsContainerNode) { in OnValueChanged()
Dxfa_ffwidgetacc.h30 XFA_TEXTPROVIDERTYPE eType,
32 : m_pWidgetAcc(pWidgetAcc), m_eType(eType), m_pTextNode(pTextNode) { in m_pWidgetAcc()
/external/pdfium/core/fpdfdoc/
Dcpdf_aaction.cpp17 bool CPDF_AAction::ActionExist(AActionType eType) const { in ActionExist()
18 return m_pDict && m_pDict->KeyExist(g_sAATypes[eType]); in ActionExist()
21 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const { in GetAction()
22 return m_pDict ? CPDF_Action(m_pDict->GetDictFor(g_sAATypes[eType])) in GetAction()
Dcpdf_aaction.h43 bool ActionExist(AActionType eType) const;
44 CPDF_Action GetAction(AActionType eType) const;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVertex.h54 const EPVRTDataType eType,
67 const EPVRTDataType eType);
79 const EPVRTDataType eType,
92 const EPVRTDataType eType,
DPVRTModelPOD.cpp241 eType = EPODDataFloat; in Reset()
775 if(!WriteData32(pFile, ePODFileDataType, &n.eType)) return false; in WriteCPODData()
780 switch(PVRTModelPODDataTypeSize(n.eType)) in WriteCPODData()
855 switch(PVRTModelPODDataTypeSize(pCPODData[j]->eType)) in WriteInterleaved()
985 if(!WriteData32(pFile, ePODFileLightType, &s.pLight[i].eType)) return false; in WritePOD()
987 if(s.pLight[i].eType != ePODDirectional) in WritePOD()
994 if(s.pLight[i].eType == ePODSpot) in WritePOD()
1165 case ePODFileDataType: if(!src.Read32(s.eType)) return false; break; in ReadCPODData()
1171 switch(PVRTModelPODDataTypeSize(s.eType)) in ReadCPODData()
1266 case ePODFileLightType: if(!src.Read32(s.eType)) return false; break; in ReadLight()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java472 int eType; in next() local
483 eType = _exptype(node); in next()
484 if (eType < DTM.NTYPES) { in next()
485 if (eType == nodeType) { in next()
488 } else if (m_expandedNameTable.getType(eType) == nodeType) { in next()
937 int eType; in next() local
946 eType = _exptype(node); in next()
947 if (eType < DTM.NTYPES) { in next()
948 if (eType == nodeType) { in next()
951 } else if (m_expandedNameTable.getType(eType) == nodeType) { in next()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java285 int eType; in next() local
287 eType = _exptype2(node); in next()
288 if (eType >= DTM.NTYPES) in next()
1443 int eType = _exptype2(nodeID); in setStartNode() local
1445 if (eType == nodeType) { in setStartNode()
1459 int eType = _exptype2(nodeID); in setStartNode() local
1461 if ((eType < DTM.NTYPES && eType == nodeType) in setStartNode()
1462 || (eType >= DTM.NTYPES in setStartNode()
1463 && m_extendedTypes[eType].getNodeType() == nodeType)) { in setStartNode()
1583 int eType; in next() local
[all …]
/external/pdfium/xfa/fxfa/
Dxfa_checksum.h34 CFX_SAXItem::Type eType,
41 CFX_SAXItem::Type eType,
50 CFX_SAXItem::Type eType,
/external/pdfium/xfa/fgas/localization/
Dfgas_locale.h62 virtual void GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
75 virtual void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
77 virtual void GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
79 virtual void GetNumPattern(FX_LOCALENUMSUBCATEGORY eType,
/external/pdfium/xfa/fde/
Dfde_iterator.cpp72 FDE_VISUALOBJTYPE eType = pVisualSet->GetType(); in GetNext() local
73 if (eType == FDE_VISUALOBJ_Canvas) { in GetNext()
81 uint32_t dwObj = (uint32_t)eType; in GetNext()

1234