Searched defs:fromType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLength.h107 SVGLengthType fromType = from.unitType(); local
109 || fromType == 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
[all...]
H A DSVGAnimationElement.h138 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) argument
144 animatedType = AnimatedType(fromType);
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))
290 unsigned short from = fromType;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.cpp50 const Cursor& Cursor::fromType(Cursor::Type type) function in class:WebCore::Cursor
/external/llvm/include/llvm/Support/
H A DIntegersSubset.h164 static IntItem fromType(Type* Ty, const APInt& V) { function in class:llvm::IntItem
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp229 // Type Setting: fromType + fromTypeWidth
238 unsigned int fromType; local
240 fromType = NVPTX::PTXLdStInstCode::Signed;
242 fromType = NVPTX::PTXLdStInstCode::Float;
244 fromType = NVPTX::PTXLdStInstCode::Unsigned;
278 getI32Imm(vecType), getI32Imm(fromType),
307 getI32Imm(vecType), getI32Imm(fromType),
361 getI32Imm(vecType), getI32Imm(fromType),
413 getI32Imm(vecType), getI32Imm(fromType),
455 // Type Setting: fromType
[all...]
/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/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) argument
/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/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 480 milliseconds