Home | History | Annotate | Download | only in core

Lines Matching refs:mergeT

2068 template <typename T> void mergeT(const T* SK_RESTRICT src, int srcN,
2107 void (*proc8)(const uint8_t*, int, const uint8_t*, int, uint8_t*) = mergeT;
2111 void (*proc16)(const uint16_t*, int, const uint8_t*, int, uint16_t*) = mergeT;
2115 void (*proc32)(const SkPMColor*, int, const uint8_t*, int, SkPMColor*) = mergeT;