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 81 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
91 #undef FILTER_PROC
92 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
  /external/skqp/src/core/
SkBitmapProcState_procs.h 81 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
91 #undef FILTER_PROC
92 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)

Completed in 196 milliseconds