Home | History | Annotate | Download | only in core

Lines Matching refs:mergeT

2000 template <typename T> void mergeT(const T* SK_RESTRICT src, int srcN,
2039 void (*proc8)(const uint8_t*, int, const uint8_t*, int, uint8_t*) = mergeT;
2043 void (*proc16)(const uint16_t*, int, const uint8_t*, int, uint16_t*) = mergeT;
2047 void (*proc32)(const SkPMColor*, int, const uint8_t*, int, SkPMColor*) = mergeT;