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

/external/skia/src/core/
H A DSkBitmapProcState_procs.h81 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst) macro
91 #undef FILTER_PROC macro
92 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale) macro
/external/skqp/src/core/
H A DSkBitmapProcState_procs.h81 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst) macro
91 #undef FILTER_PROC macro
92 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale) macro

Completed in 127 milliseconds