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

/external/webkit/Source/WebCore/svg/
H A DSVGPathBlender.cpp262 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 Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.cpp385 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 DNVPTXISelDAGToDAG.cpp185 // 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 DCursor.h154 static const Cursor& fromType(Cursor::Type);
H A DCursor.cpp49 const Cursor& Cursor::fromType(Cursor::Type type) function in class:WebCore::Cursor
/external/llvm/include/llvm/Support/
H A DIntegersSubset.h165 static IntItem fromType(Type* Ty, const APInt& V) { function in class:llvm::IntItem
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h224 cursor = WebCore::Cursor::fromType(type);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2296 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 DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) argument

Completed in 1807 milliseconds