Searched refs:TBase (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrTRecorder.h | 13 template<typename TBase, typename TAlign> class GrTRecorder; 45 template<typename TBase, typename TAlign> class GrTRecorder : SkNoncopyable { 68 TBase& back() { in back() 70 return *reinterpret_cast<TBase*>(fLastItem); in back() 170 template<typename TBase, typename TAlign> 171 void GrTRecorder<TBase, TAlign>::pop_back() { in pop_back() 176 reinterpret_cast<TBase*>(fLastItem)->~TBase(); in pop_back() 195 template<typename TBase, typename TAlign> 197 void* GrTRecorder<TBase, TAlign>::alloc_back(int dataLength) { in alloc_back() 250 template<typename TBase, typename TAlign> [all …]
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPixelOperations.hpp | 50 template<typename TBase> inline __host__ __device__ TBase _pixMaxVal(); 60 template<typename TBase> inline __host__ __device__ TBase _pixMinVal(); 71 template<> struct TConvVec2Base<uchar1> {typedef Ncv8u TBase;}; typedef 72 template<> struct TConvVec2Base<uchar3> {typedef Ncv8u TBase;}; typedef 73 template<> struct TConvVec2Base<uchar4> {typedef Ncv8u TBase;}; typedef 74 template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;}; typedef 75 template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;}; typedef 76 template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;}; typedef 77 template<> struct TConvVec2Base<uint1> {typedef Ncv32u TBase;}; typedef 78 template<> struct TConvVec2Base<uint3> {typedef Ncv32u TBase;}; typedef [all …]
|
D | NCVPyramid.cu | 154 typedef typename TConvVec2Base<Tout>::TBase TB; in _lerp_CN() 161 typedef typename TConvVec2Base<Tout>::TBase TB; in _lerp_CN() 170 typedef typename TConvVec2Base<Tout>::TBase TB; in _lerp_CN()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 100 #define TBase 0x11A7u macro 110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1)) 257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 315 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase; in preprocess_text_hangul() 337 TBase + tindex}; in preprocess_text_hangul()
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 177 template <class T> struct TBase { struct 181 TBase<int> t1;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 233 second = (char)(TBase + TIndex); in buildDecompositionTables() 250 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 232 second = (char)(TBase + TIndex); in buildDecompositionTables() 249 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 712 template <class TBase=IMFAttributes> 713 class CBaseAttributes : public TBase
|