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

  /external/chromium_org/third_party/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 754 Filter_32_alpha(iSubY, *row0, *row1, &color, s.fAlphaScale);
    [all...]
  /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 754 Filter_32_alpha(iSubY, *row0, *row1, &color, s.fAlphaScale);
    [all...]

Completed in 1745 milliseconds