Home
last modified time | relevance | path

Searched refs:iType (Results 1 – 25 of 35) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp67 int32_t iType = stroke.GetStrokeType(); in Style3D() local
68 if (iType == XFA_ATTRIBUTEENUM_Lowered || iType == XFA_ATTRIBUTEENUM_Raised || in Style3D()
69 iType == XFA_ATTRIBUTEENUM_Etched || in Style3D()
70 iType == XFA_ATTRIBUTEENUM_Embossed) { in Style3D()
71 return iType; in Style3D()
158 int32_t iType = Style3D(strokes, stroke); in Get3DStyle() local
159 if (iType) { in Get3DStyle()
163 return iType; in Get3DStyle()
Dcxfa_validate.cpp17 bool CXFA_Validate::SetTestValue(int32_t iType, in SetTestValue() argument
25 m_pNode->SetEnum((XFA_ATTRIBUTE)iType, eName, false); in SetTestValue()
Dcxfa_validate.h39 bool SetTestValue(int32_t iType,
Dxfa_document_datamerger_imp.cpp55 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument
58 if (iType == XFA_Element::Unknown) in FormValueNode_CreateChild()
60 pChildNode = pValueNode->GetProperty(0, iType); in FormValueNode_CreateChild()
73 XFA_Element iType = XFA_Element::Unknown) { in FormValueNode_SetChildContent() argument
78 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h37 TerminatorInst(Type *Ty, Instruction::TermOps iType,
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst() argument
44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {} in TerminatorInst()
94 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
96 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() argument
100 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction()
143 void init(BinaryOps iType);
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
[all …]
DInstruction.h375 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
377 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/llvm/include/llvm/IR/
DInstrTypes.h40 TerminatorInst(Type *Ty, Instruction::TermOps iType,
43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
45 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst() argument
47 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {} in TerminatorInst()
282 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
284 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
287 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() argument
288 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction()
332 void init(BinaryOps iType);
333 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
[all …]
DInstruction.h546 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
548 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp819 int iType, in ValidateFieldName() argument
855 if (pField->GetFieldType() != iType) in ValidateFieldName()
1168 int32_t iType = pField->GetType(); in CheckRequiredFields() local
1169 if (iType == CPDF_FormField::PushButton || in CheckRequiredFields()
1170 iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields()
1293 int iType = pField->GetFieldType(); in FDF_ImportField() local
1295 if (iType == FIELDTYPE_LISTBOX) { in FDF_ImportField()
1298 } else if (iType == FIELDTYPE_COMBOBOX || iType == FIELDTYPE_TEXTFIELD) { in FDF_ImportField()
1312 if (iType == FIELDTYPE_CHECKBOX || iType == FIELDTYPE_RADIOBUTTON) in FDF_ImportField()
1314 else if (iType == FIELDTYPE_LISTBOX) in FDF_ImportField()
[all …]
Dcpdf_interform.h105 int iType,
/external/pdfium/core/fpdfapi/page/
Dfpdf_page_func.cpp740 int iType = -1; in Load() local
742 iType = pStream->GetDict()->GetIntegerFor("FunctionType"); in Load()
744 iType = pDict->GetIntegerFor("FunctionType"); in Load()
746 Type type = IntegerToFunctionType(iType); in Load()
763 CPDF_Function::Type CPDF_Function::IntegerToFunctionType(int iType) { in IntegerToFunctionType() argument
764 switch (iType) { in IntegerToFunctionType()
769 return static_cast<Type>(iType); in IntegerToFunctionType()
Dpageint.h33 static Type IntegerToFunctionType(int iType);
/external/opencv/cvaux/src/
Dcvfacedetection.cpp260 cr.iType = 6; in AddContours2Rect()
272 cr.iType = 12; in AddContours2Rect()
D_cvfacedetection.h207 int iType; member
/external/pdfium/fpdfsdk/javascript/
Dapp.cpp399 int iType = 0; in alert() local
401 iType = newParams[2].ToInt(pRuntime); in alert()
413 swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
/external/pdfium/xfa/fde/tto/
Dfde_textout.h134 void ExpandBuffer(int32_t iSize, int32_t iType);
Dfde_textout.cpp376 void CFDE_TextOut::ExpandBuffer(int32_t iSize, int32_t iType) { in ExpandBuffer() argument
379 switch (iType) { in ExpandBuffer()
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h181 bool XFA_IsCreateWidget(XFA_Element iType);
/external/libmojo/base/android/jni_generator/
DtestCalledByNatives.golden180 JniIntWrapper iType,
203 method_id, activated, as_jint(iPid), as_jint(iType),
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1545 int32_t iType = fill.GetRadial(crEnd); in XFA_BOX_Fill_Radial() local
1546 if (iType != XFA_ATTRIBUTEENUM_ToEdge) { in XFA_BOX_Fill_Radial()
1568 int32_t iType = fill.GetPattern(crEnd); in XFA_BOX_Fill_Pattern() local
1570 switch (iType) { in XFA_BOX_Fill_Pattern()
1603 int32_t iType = fill.GetLinear(crEnd); in XFA_BOX_Fill_Linear() local
1606 switch (iType) { in XFA_BOX_Fill_Linear()
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1690 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
1693 : Instruction(Ty, iType, in BinaryOperator()
1699 init(iType); in BinaryOperator()
1703 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
1706 : Instruction(Ty, iType, in BinaryOperator()
1712 init(iType); in BinaryOperator()
1717 void BinaryOperator::init(BinaryOps iType) { in init() argument
1723 switch (iType) { in init()
/external/llvm/lib/IR/
DInstructions.cpp2039 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
2042 : Instruction(Ty, iType, in BinaryOperator()
2048 init(iType); in BinaryOperator()
2052 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
2055 : Instruction(Ty, iType, in BinaryOperator()
2061 init(iType); in BinaryOperator()
2066 void BinaryOperator::init(BinaryOps iType) { in init() argument
2072 switch (iType) { in init()
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12