HomeSort by relevance Sort by last modified time
    Searched defs:FILTER_PROC (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmapProcState_procs.h 88 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
99 #undef FILTER_PROC
100 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
114 #undef FILTER_PROC
115 #define FILTER_PROC(x, y, a, b, c, d, dst) \
130 #undef FILTER_PROC
131 #define FILTER_PROC(x, y, a, b, c, d, dst) \
149 #undef FILTER_PROC
150 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
163 #undef FILTER_PROC
    [all...]
  /external/skia/legacy/src/core/
SkBitmapProcState.cpp 87 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_opaque(x, y, a, b, c, d, dst)
98 #undef FILTER_PROC
99 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_alpha(x, y, a, b, c, d, dst, alphaScale)
113 #undef FILTER_PROC
114 #define FILTER_PROC(x, y, a, b, c, d, dst) \
129 #undef FILTER_PROC
130 #define FILTER_PROC(x, y, a, b, c, d, dst) \
148 #undef FILTER_PROC
149 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_opaque(x, y, a, b, c, d, dst)
162 #undef FILTER_PROC
    [all...]

Completed in 452 milliseconds