HomeSort by relevance Sort by last modified time
    Searched refs:fromType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 394 SVGLengthType fromType = from->unitType();
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 == LengthTypeEMS || fromType == LengthTypeEXS)
    [all...]
SVGAnimationElement.h 106 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType)
112 animatedType = AnimatedType(fromType);
SVGPathBlender.cpp 285 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode)
287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
290 unsigned short from = fromType;
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 322 int fromType = hasFrom ? tvFrom.type : 0;
333 if ((hasFrom && (fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
334 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) ||
341 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
472 * @param fromType The type of "valueFrom".
477 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
484 if (fromType == TypedValue.TYPE_DIMENSION) {
511 if (fromType == TypedValue.TYPE_DIMENSION) {
513 } else if ((fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
514 (fromType <= TypedValue.TYPE_LAST_COLOR_INT))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py 68 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]
    [all...]
  /external/mesa3d/src/mesa/main/
es_generator.py 68 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]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /cts/tools/signature-tools/src/signature/compare/
Main.java 58 String fromType = args[++at];
142 IApi fromApi = getApi(fromType, nameFrom, fromFiles, packages);
ApiComparator.java     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp 431 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, normalized> >::type>
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h 87 static const Cursor& fromType(Cursor::Type);
Cursor.cpp 50 const Cursor& Cursor::fromType(Cursor::Type type)
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 430 // Type Setting: fromType + fromTypeWidth
439 unsigned int fromType;
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 + fromTypeWidt
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 168 public boolean supportsConvert(int fromType, int toType)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 580 milliseconds