HomeSort by relevance Sort by last modified time
    Searched refs:toType (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 393 SVGLengthType toType = unitType();
397 || toType == 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) {
418 length->newValueSpecifiedUnits(toType, blink::blend(fromValue, toValue, progress));
431 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
436 length->newValueSpecifiedUnits(toType, blink::blend(fromValue, toValue, progress))
    [all...]
SVGAnimationElement.h 106 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType)
109 animatedType = AnimatedType(toType);
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))
291 unsigned short to = toType;
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 325 int toType = hasTo ? tvTo.type : 0;
335 (hasTo && (toType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
336 (toType <= TypedValue.TYPE_LAST_COLOR_INT))) {
341 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
474 * @param toType The type of "valueTo".
477 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
490 if (toType == TypedValue.TYPE_DIMENSION) {
500 if (toType == TypedValue.TYPE_DIMENSION) {
520 if (toType == TypedValue.TYPE_DIMENSION) {
522 } else if ((toType >= TypedValue.TYPE_FIRST_COLOR_INT) &
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
Main.java 94 String toType = args[++at];
143 IApi toApi = getApi(toType, nameTo, toFiles, packages);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py 68 def ConvertValue(value, fromType, toType):
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):
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/chromium_org/third_party/skia/src/animator/
SkScript.cpp 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
    [all...]
SkScriptTokenizer.cpp 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
    [all...]
SkScript.h 91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
SkScript2.h 53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
  /external/skia/src/animator/
SkScript.cpp 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
    [all...]
SkScriptTokenizer.cpp 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
    [all...]
SkScript.h 91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
SkScript2.h 53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
104 private String toType() {
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.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> { };
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
sisu-guice-3.1.3-no_aop.jar 
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 168 public boolean supportsConvert(int fromType, int toType)
    [all...]

Completed in 1170 milliseconds

1 2