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

  /external/skia/src/core/
SkBitmapProcState_matrix.h 12 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
13 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
14 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
15 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
16 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
17 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
19 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
20 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
258 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] = {
267 #undef MAKENAME
    [all...]
SkBitmapProcState.cpp 89 #define MAKENAME(suffix) S32_opaque_D32 ## suffix
101 #define MAKENAME(suffix) S32_alpha_D32 ## suffix
120 #define MAKENAME(suffix) S16_opaque_D32 ## suffix
136 #define MAKENAME(suffix) S16_alpha_D32 ## suffix
151 #define MAKENAME(suffix) SI8_opaque_D32 ## suffix
165 #define MAKENAME(suffix) SI8_alpha_D32 ## suffix
182 #define MAKENAME(suffix) S4444_opaque_D32 ## suffix
198 #define MAKENAME(suffix) S4444_alpha_D32 ## suffix
217 #define MAKENAME(suffix) SA8_alpha_D32 ## suffix
243 #define MAKENAME(suffix) S32_D16 ## suffi
    [all...]
SkBitmapProcState_sample.h 26 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
68 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
123 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
169 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
212 #undef MAKENAME
SkBitmapProcState_shaderproc.h 11 #define SCALE_FILTER_NAME MAKENAME(_filter_DX_shaderproc)
80 #undef MAKENAME
SkBitmapProcState_matrix_repeat.h 33 * #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
42 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale_neon)
43 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
44 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine_neon)
45 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
46 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp_neon)
47 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
49 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
50 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
547 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
SkBitmapProcState_matrix_clamp.h 34 * #define MAKENAME(suffix) ClampX_ClampY ## suffix
44 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale_neon)
45 #define SCALE_FILTER_NAME MAKENAME(_filter_scale_neon)
46 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine_neon)
47 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine_neon)
48 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp_neon)
49 #define PERSP_FILTER_NAME MAKENAME(_filter_persp_neon)
51 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
52 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
894 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
SkBitmapProcState_matrixProcs.cpp 34 #define MAKENAME(suffix) ClampX_ClampY ## suffix
46 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
57 #define MAKENAME(suffix) GeneralXY ## suffix

Completed in 320 milliseconds