Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp50 const Cursor& Cursor::fromType(Cursor::Type type) in fromType() function in blink::Cursor
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h106 …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()
DSVGLength.cpp394 SVGLengthType fromType = from->unitType(); in blend() local
/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/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp439 unsigned int fromType; in SelectLoad() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) in supportsConvert()