Home
last modified time | relevance | path

Searched defs:fromType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.h107 SVGLengthType fromType = from.unitType(); in blend() local
DSVGAnimationElement.h138 …void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toTyp… in animateDiscreteType()
DSVGPathBlender.cpp285 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, con… in isSegmentEqual()
/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp50 const Cursor& Cursor::fromType(Cursor::Type type) in fromType() function in WebCore::Cursor
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Des_generator.py68 def ConvertValue(value, fromType, toType): argument
/external/mesa3d/src/mesa/main/
Des_generator.py68 def ConvertValue(value, fromType, toType): argument
/external/llvm/include/llvm/Support/
DIntegersSubset.h164 static IntItem fromType(Type* Ty, const APInt& V) { in fromType() function
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp238 unsigned int fromType; in SelectLoad() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) in supportsConvert()