Searched defs:Filter_4444_D32 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.cpp37 static inline SkPMColor Filter_4444_D32(unsigned x, unsigned y, function
173 #define FILTER_PROC(x, y, a, b, c, d, dst) *(dst) = Filter_4444_D32(x, y, a, b, c, d)
187 uint32_t tmp = Filter_4444_D32(x, y, a, b, c, d); \

Completed in 23 milliseconds