HomeSort by relevance Sort by last modified time
    Searched refs:Filter_32_alpha (Results 1 - 5 of 5) sorted by null

  /external/skia/legacy/src/core/
SkBitmapProcState_filter.h 91 #define Filter_32_alpha Filter_32_alpha_neon
154 #define Filter_32_alpha Filter_32_alpha_portable
SkBitmapProcState.cpp 99 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_alpha(x, y, a, b, c, d, dst, alphaScale)
163 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_alpha(x, y, a, b, c, d, dst, alphaScale)
  /external/skia/src/core/
SkBitmapProcState_filter.h 49 static inline void Filter_32_alpha(unsigned x, unsigned y,
103 static inline void Filter_32_alpha(unsigned t,
SkBitmapProcState_procs.h 100 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
164 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
SkBitmapProcState.cpp 525 Filter_32_alpha(iSubY, *row0, *row1, &color, s.fAlphaScale);

Completed in 428 milliseconds