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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_procs.h 9 // Define NAME_WRAP(x) before including this header to perform name-wrapping
12 #ifndef NAME_WRAP
13 #error "Please define NAME_WRAP() before including this file"
88 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
100 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
150 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst
    [all...]
SkBitmapProcState.cpp 32 #define NAME_WRAP(x) x
    [all...]
  /external/skia/src/core/
SkBitmapProcState_procs.h 9 // Define NAME_WRAP(x) before including this header to perform name-wrapping
12 #ifndef NAME_WRAP
13 #error "Please define NAME_WRAP() before including this file"
88 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst)
90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
100 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_alpha)(x, y, a, b, c, d, dst, alphaScale)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
150 #define FILTER_PROC(x, y, a, b, c, d, dst) NAME_WRAP(Filter_32_opaque)(x, y, a, b, c, d, dst
    [all...]
SkBitmapProcState.cpp 32 #define NAME_WRAP(x) x
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 20 #define NAME_WRAP(x) x ## _neon
  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 20 #define NAME_WRAP(x) x ## _neon

Completed in 128 milliseconds