Searched refs:DstType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.cpp321 template<int format, typename SourceType, typename DstType>
322 ALWAYS_INLINE void unpack(const SourceType*, DstType*, unsigned)
629 template<int format, int alphaOp, typename SourceType, typename DstType>
630 ALWAYS_INLINE void pack(const SourceType*, DstType*, unsigned)
1319 typedef typename DataTypeForFormat<DstFormat>::Type DstType; typedef
1323 const ptrdiff_t dstStrideInElements = m_dstStride / sizeof(DstType);
1329 DstType* dstRowStart = static_cast<DstType*>(m_dstStart);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp104 template<int format, typename SourceType, typename DstType>
105 ALWAYS_INLINE void convert16BitFormatToRGBA8(const SourceType*, DstType*, unsigned)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolution.cpp1536 Type *DstType = Trunc->getType(); variable
1581 return getTruncateExpr(Fold, DstType);

Completed in 118 milliseconds