Searched refs:fromType (Results 1 - 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
H A D | SVGPathBlender.cpp | 262 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode) argument 264 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath)) 267 unsigned short from = fromType;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.databinding_1.3.100.I20100601-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
H A D | VertexDataManager.cpp | 385 template <GLenum fromType, bool normalized, unsigned int toType> 386 struct ConversionRule : gl::Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type> 391 template <GLenum fromType> struct ConversionRule<fromType, true, D3DVT_FLOAT> : gl::Normalize<typename GLToCType<fromType>::type> { }; 423 template <GLenum fromType, bool normalized, int size, template <class T> class PreferenceRule> 425 : gl::VertexDataConverter<typename GLToCType<fromType>::type, 426 WidenRule<PreferenceRule< VertexTypeMapping<fromType, normalized> >::type, size>, 427 ConversionRule<fromType, 429 PreferenceRule< VertexTypeMapping<fromType, normalize [all...] |
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 185 // Type Setting: fromType + fromTypeWidth 193 unsigned int fromType; local 195 fromType = NVPTX::PTXLdStInstCode::Signed; 197 fromType = NVPTX::PTXLdStInstCode::Float; 199 fromType = NVPTX::PTXLdStInstCode::Unsigned; 232 getI32Imm(fromType), 262 getI32Imm(fromType), 292 getI32Imm(fromType), 321 getI32Imm(fromType),
|
/external/webkit/Source/WebCore/platform/ |
H A D | Cursor.h | 154 static const Cursor& fromType(Cursor::Type);
|
H A D | Cursor.cpp | 49 const Cursor& Cursor::fromType(Cursor::Type type) function in class:WebCore::Cursor
|
/external/llvm/include/llvm/Support/ |
H A D | IntegersSubset.h | 165 static IntItem fromType(Type* Ty, const APInt& V) { function in class:llvm::IntItem
|
/external/webkit/Source/WebKit2/Shared/ |
H A D | WebCoreArgumentCoders.h | 224 cursor = WebCore::Cursor::fromType(type);
|
/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2296 CaseBuilder.add(IntItem::fromType(OpTy, Low), 2297 IntItem::fromType(OpTy, High)); 2300 CaseBuilder.add(IntItem::fromType(OpTy, Low));
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
H A D | JDBCDatabaseMetaData.java | 168 public boolean supportsConvert(int fromType, int toType) argument
|
Completed in 1807 milliseconds