/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLength.cpp | 393 SVGLengthType toType = unitType(); in blend() local 397 || toType == LengthTypeUnknown in blend() 398 || (!from->isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage) in blend() 399 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage) in blend() 400 …() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType)) in blend() 405 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) { in blend() 412 …if (fromType == toType || from->isZero() || isZero() || fromType == LengthTypeEMS || fromType == L… in blend() 418 length->newValueSpecifiedUnits(toType, blink::blend(fromValue, toValue, progress)); in blend() 431 …= nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es); in blend() 436 length->newValueSpecifiedUnits(toType, blink::blend(fromValue, toValue, progress)); in blend()
|
D | SVGAnimationElement.h | 106 …Type(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& ani… in animateDiscreteType() argument 109 animatedType = AnimatedType(toType); in animateDiscreteType()
|
D | SVGPathBlender.cpp | 285 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, con… in isSegmentEqual() argument 287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath)) in isSegmentEqual() 291 unsigned short to = toType; in isSegmentEqual()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | typewrapping.h.pump | 102 #define SMART_WRAPPER_(wrapper, toType, fromType, from) \ 103 (wrapper<toType, fromType>::Wrap(from)) 265 #define WRAP(ruleSet, toType, fromType, from) \ 266 SMART_WRAPPER_(ruleSet::SmartWrapper, toType, fromType, from) 280 #define WRAP_CALL$i(ruleSet, toType, function$for j [[, argType$j, arg$j]]) \ 284 toType$for j [[, \ 291 toType$for j [[, \
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkScript.cpp | 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) { in convertTo() argument 345 if (type == toType) in convertTo() 349 if (ToOpType(toType) == kString) { in convertTo() 364 return convertTo(toType, value); in convertTo() 366 return ConvertTo(this, toType, value); in convertTo() 1488 bool SkScriptEngine::ConvertTo(SkScriptEngine* engine, SkDisplayTypes toType, SkScriptValue* value … in ConvertTo() argument 1490 if (SkDisplayType::IsEnum(NULL /* fMaker */, toType)) in ConvertTo() 1491 toType = SkType_Int; in ConvertTo() 1492 if (toType == SkType_Point || toType == SkType_3D_Point) in ConvertTo() 1493 toType = SkType_Float; in ConvertTo() [all …]
|
D | SkScriptTokenizer.cpp | 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) { in addTokenConst() argument 156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value)) in addTokenConst() 161 value->fType = toType; in addTokenConst() 346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) { in convertTo() argument 348 if (type == toType) in convertTo() 353 return convertTo(toType, value); in convertTo() 355 return ConvertTo(this, toType, value); in convertTo() 1193 bool SkScriptEngine2::ConvertTo(SkScriptEngine2* engine, SkOperand2::OpType toType, SkScriptValue2*… in ConvertTo() argument 1196 if (type == toType) in ConvertTo() 1200 switch (toType) { in ConvertTo() [all …]
|
D | SkScript2.h | 53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
|
D | SkScript.h | 91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
|
/external/skia/src/animator/ |
D | SkScript.cpp | 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) { in convertTo() argument 345 if (type == toType) in convertTo() 349 if (ToOpType(toType) == kString) { in convertTo() 364 return convertTo(toType, value); in convertTo() 366 return ConvertTo(this, toType, value); in convertTo() 1488 bool SkScriptEngine::ConvertTo(SkScriptEngine* engine, SkDisplayTypes toType, SkScriptValue* value … in ConvertTo() argument 1490 if (SkDisplayType::IsEnum(NULL /* fMaker */, toType)) in ConvertTo() 1491 toType = SkType_Int; in ConvertTo() 1492 if (toType == SkType_Point || toType == SkType_3D_Point) in ConvertTo() 1493 toType = SkType_Float; in ConvertTo() [all …]
|
D | SkScriptTokenizer.cpp | 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) { in addTokenConst() argument 156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value)) in addTokenConst() 161 value->fType = toType; in addTokenConst() 346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) { in convertTo() argument 348 if (type == toType) in convertTo() 353 return convertTo(toType, value); in convertTo() 355 return ConvertTo(this, toType, value); in convertTo() 1193 bool SkScriptEngine2::ConvertTo(SkScriptEngine2* engine, SkOperand2::OpType toType, SkScriptValue2*… in ConvertTo() argument 1196 if (type == toType) in ConvertTo() 1200 switch (toType) { in ConvertTo() [all …]
|
D | SkScript2.h | 53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
|
D | SkScript.h | 91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | es_generator.py | 68 def ConvertValue(value, fromType, toType): argument 76 if not Converters[fromType].has_key(toType): 77 …int >> sys.stderr, "No converter found for type '%s' to type '%s'. Ignoring." % (fromType, toType) 81 conversionString = Converters[fromType][toType]
|
/external/mesa3d/src/mesa/main/ |
D | es_generator.py | 68 def ConvertValue(value, fromType, toType): argument 76 if not Converters[fromType].has_key(toType): 77 …int >> sys.stderr, "No converter found for type '%s' to type '%s'. Ignoring." % (fromType, toType) 81 conversionString = Converters[fromType][toType]
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 431 template <GLenum fromType, bool normalized, unsigned int toType> 432 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>…
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1810 unsigned int toType; in SelectStore() local 1812 toType = NVPTX::PTXLdStInstCode::Float; in SelectStore() 1814 toType = NVPTX::PTXLdStInstCode::Unsigned; in SelectStore() 1849 getI32Imm(vecType), getI32Imm(toType), in SelectStore() 1878 getI32Imm(vecType), getI32Imm(toType), in SelectStore() 1932 getI32Imm(vecType), getI32Imm(toType), in SelectStore() 1984 getI32Imm(vecType), getI32Imm(toType), in SelectStore()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 168 public boolean supportsConvert(int fromType, int toType) in supportsConvert() argument
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1109 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType); 1114 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument 1115 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast() 1118 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument 1119 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
|