Searched refs:fromType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLength.cpp394 SVGLengthType fromType = from->unitType(); local
396 || fromType == LengthTypeUnknown
398 || (!from->isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage)
399 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage)
400 || (!from->isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
405 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) {
412 if (fromType == toType || from->isZero() || isZero() || fromType
[all...]
H A DSVGAnimationElement.h106 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) argument
112 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/mesa/src/src/mesa/main/
H A Des_generator.py68 def ConvertValue(value, fromType, toType):
72 if not Converters.has_key(fromType):
73 print >> sys.stderr, "No base converter for type '%s' found. Ignoring." % fromType
76 if not Converters[fromType].has_key(toType):
77 print >> sys.stderr, "No converter found for type '%s' to type '%s'. Ignoring." % (fromType, toType)
81 conversionString = Converters[fromType][toType]
/external/mesa3d/src/mesa/main/
H A Des_generator.py68 def ConvertValue(value, fromType, toType):
72 if not Converters.has_key(fromType):
73 print >> sys.stderr, "No base converter for type '%s' found. Ignoring." % fromType
76 if not Converters[fromType].has_key(toType):
77 print >> sys.stderr, "No converter found for type '%s' to type '%s'. Ignoring." % (fromType, toType)
81 conversionString = Converters[fromType][toType]
/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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.cpp431 template <GLenum fromType, bool normalized, unsigned int toType>
432 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type> { };
435 template <GLenum fromType> struct ConversionRule<fromType, true, D3DVT_FLOAT> : Normalize<typename GLToCType<fromType>::type> { };
460 template <GLenum fromType, bool normalized, int size, template <class T> class PreferenceRule>
462 : VertexDataConverter<typename GLToCType<fromType>::type,
463 WidenRule<PreferenceRule< VertexTypeMapping<fromType, normalized> >::type, size>,
464 ConversionRule<fromType,
466 PreferenceRule< VertexTypeMapping<fromType, normalize
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h87 static const Cursor& fromType(Cursor::Type);
H A DCursor.cpp50 const Cursor& Cursor::fromType(Cursor::Type type) function in class:blink::Cursor
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp430 // Type Setting: fromType + fromTypeWidth
439 unsigned int fromType; local
441 fromType = NVPTX::PTXLdStInstCode::Signed;
443 fromType = NVPTX::PTXLdStInstCode::Float;
445 fromType = NVPTX::PTXLdStInstCode::Unsigned;
479 getI32Imm(vecType), getI32Imm(fromType),
508 getI32Imm(vecType), getI32Imm(fromType),
562 getI32Imm(vecType), getI32Imm(fromType),
614 getI32Imm(vecType), getI32Imm(fromType),
656 // Type Setting: fromType
[all...]
/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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 649 milliseconds