/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGLength.h | 107 SVGLengthType fromType = from.unitType(); 109 || fromType == LengthTypeUnknown 111 || (!from.isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage) 112 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage) 113 || (!from.isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType)) 119 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) { 128 if (fromType == toType || from.isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) [all...] |
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;
|
SVGAnimationElement.h | 138 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) 144 animatedType = AnimatedType(fromType);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
VertexBuffer9.cpp | 355 template <GLenum fromType, bool normalized, unsigned int toType> 356 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type> { }; 359 template <GLenum fromType> struct ConversionRule<fromType, true, D3DVT_FLOAT> : Normalize<typename GLToCType<fromType>::type> { }; 384 template <GLenum fromType, bool normalized, int size, template <class T> class PreferenceRule> 386 : VertexDataConverter<typename GLToCType<fromType>::type, 387 WidenRule<PreferenceRule< VertexTypeMapping<fromType, normalized> >::type, size>, 388 ConversionRule<fromType, 390 PreferenceRule< VertexTypeMapping<fromType, normalized> >::type> [all...] |
/frameworks/base/core/java/android/animation/ |
AnimatorInflater.java | 207 int fromType = hasFrom ? tvFrom.type : 0; 212 if ((hasFrom && (fromType >= TypedValue.TYPE_FIRST_COLOR_INT) && 213 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) || 225 if (fromType == TypedValue.TYPE_DIMENSION) { 252 if (fromType == TypedValue.TYPE_DIMENSION) { 254 } else if ((fromType >= TypedValue.TYPE_FIRST_COLOR_INT) && 255 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) {
|
/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...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriterPass.cpp | 84 CaseBuilder.add(IntItem::fromType(IntTy, V));
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriterPass.cpp | 84 CaseBuilder.add(IntItem::fromType(IntTy, V));
|
/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)
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelDAGToDAG.cpp | 229 // Type Setting: fromType + fromTypeWidth 238 unsigned int fromType; 240 fromType = NVPTX::PTXLdStInstCode::Signed; 242 fromType = NVPTX::PTXLdStInstCode::Float; 244 fromType = NVPTX::PTXLdStInstCode::Unsigned; 278 getI32Imm(vecType), getI32Imm(fromType), 307 getI32Imm(vecType), getI32Imm(fromType), 361 getI32Imm(vecType), getI32Imm(fromType), 413 getI32Imm(vecType), getI32Imm(fromType), 455 // Type Setting: fromType + fromTypeWidt [all...] |
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | [all...] |
/external/llvm/include/llvm/Support/ |
IntegersSubset.h | 164 static IntItem fromType(Type* Ty, const APInt& V) {
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [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 | |