Searched defs:toType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLength.h106 SVGLengthType toType = unitType(); local
110 || toType == LengthTypeUnknown
111 || (!from.isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage)
112 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage)
113 || (!from.isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
119 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) {
128 if (fromType == toType || from.isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) {
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), es);
148 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
153 length.newValueSpecifiedUnits(toType, WebCor
[all...]
H A DSVGAnimationElement.h138 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) argument
141 animatedType = AnimatedType(toType);
H A DSVGPathBlender.cpp285 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode) argument
287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
291 unsigned short to = toType;
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.cpp343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) { argument
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
1488 bool SkScriptEngine::ConvertTo(SkScriptEngine* engine, SkDisplayTypes toType, SkScriptValue* value ) {
1490 if (SkDisplayType::IsEnum(NULL /* fMaker */, toType))
1491 toType = SkType_Int;
1492 if (toType == SkType_Point || toType
[all...]
H A DSkScriptTokenizer.cpp155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) { argument
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
1193 bool SkScriptEngine2::ConvertTo(SkScriptEngine2* engine, SkOperand2::OpType toType, SkScriptValue2* value ) { argument
1196 if (type == toType)
1200 switch (toType) {
154 addTokenConst(SkScriptValue2* value, AddTokenRegister reg, SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1332 // Type Setting: toType + toTypeWidth
1337 unsigned int toType; local
1339 toType = NVPTX::PTXLdStInstCode::Float;
1341 toType = NVPTX::PTXLdStInstCode::Unsigned;
1377 getI32Imm(vecType), getI32Imm(toType),
1406 getI32Imm(vecType), getI32Imm(toType),
1460 getI32Imm(vecType), getI32Imm(toType),
1512 getI32Imm(vecType), getI32Imm(toType),
1553 // Type Setting: toType + toTypeWidth
/external/skia/src/animator/
H A DSkScript.cpp343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) { argument
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
1488 bool SkScriptEngine::ConvertTo(SkScriptEngine* engine, SkDisplayTypes toType, SkScriptValue* value ) {
1490 if (SkDisplayType::IsEnum(NULL /* fMaker */, toType))
1491 toType = SkType_Int;
1492 if (toType == SkType_Point || toType
[all...]
H A DSkScriptTokenizer.cpp155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) { argument
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
1193 bool SkScriptEngine2::ConvertTo(SkScriptEngine2* engine, SkOperand2::OpType toType, SkScriptValue2* value ) { argument
1196 if (type == toType)
1200 switch (toType) {
154 addTokenConst(SkScriptValue2* value, AddTokenRegister reg, SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) argument
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 453 milliseconds