OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKENAME
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h
28
void
MAKENAME
(_nofilter_DXDY)(const SkBitmapProcState& s,
31
void
MAKENAME
(_nofilter_DX)(const SkBitmapProcState& s,
34
void
MAKENAME
(_filter_DX)(const SkBitmapProcState& s,
37
void
MAKENAME
(_filter_DXDY)(const SkBitmapProcState& s,
41
void
MAKENAME
(_nofilter_DXDY)(const SkBitmapProcState& s,
83
void
MAKENAME
(_nofilter_DX)(const SkBitmapProcState& s,
138
void
MAKENAME
(_filter_DX)(const SkBitmapProcState& s,
184
void
MAKENAME
(_filter_DXDY)(const SkBitmapProcState& s,
227
#undef
MAKENAME
SkBitmapProcState_procs.h
90
#define
MAKENAME
(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
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)
152
#define
MAKENAME
(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix)
166
#define
MAKENAME
(suffix) NAME_WRAP(SI8_alpha_D32 ## suffix)
183
#define
MAKENAME
(suffix) NAME_WRAP(S4444_opaque_D32 ## suffix)
199
#define
MAKENAME
(suffix) NAME_WRAP(S4444_alpha_D32 ## suffix)
218
#define
MAKENAME
(suffix) NAME_WRAP(SA8_alpha_D32 ## suffix)
243
#define
MAKENAME
(suffix) NAME_WRAP(S32_D16 ## suffix
[
all
...]
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)
273
static SkBitmapProcState::MatrixProc
MAKENAME
(_Procs)[] = {
282
#undef
MAKENAME
[
all
...]
SkBitmapProcState_shaderproc.h
11
#define SCALE_FILTER_NAME
MAKENAME
(_filter_DX_shaderproc)
85
#undef
MAKENAME
SkBitmapProcState_matrixProcs.cpp
47
#define
MAKENAME
(suffix) ClampX_ClampY ## suffix
55
#define
MAKENAME
(suffix) RepeatX_RepeatY ## suffix
63
#define
MAKENAME
(suffix) GeneralXY ## suffix
/external/skia/src/core/
SkBitmapProcState_sample.h
28
void
MAKENAME
(_nofilter_DXDY)(const SkBitmapProcState& s,
31
void
MAKENAME
(_nofilter_DX)(const SkBitmapProcState& s,
34
void
MAKENAME
(_filter_DX)(const SkBitmapProcState& s,
37
void
MAKENAME
(_filter_DXDY)(const SkBitmapProcState& s,
41
void
MAKENAME
(_nofilter_DXDY)(const SkBitmapProcState& s,
83
void
MAKENAME
(_nofilter_DX)(const SkBitmapProcState& s,
138
void
MAKENAME
(_filter_DX)(const SkBitmapProcState& s,
184
void
MAKENAME
(_filter_DXDY)(const SkBitmapProcState& s,
227
#undef
MAKENAME
SkBitmapProcState_procs.h
90
#define
MAKENAME
(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
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)
152
#define
MAKENAME
(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix)
166
#define
MAKENAME
(suffix) NAME_WRAP(SI8_alpha_D32 ## suffix)
183
#define
MAKENAME
(suffix) NAME_WRAP(S4444_opaque_D32 ## suffix)
199
#define
MAKENAME
(suffix) NAME_WRAP(S4444_alpha_D32 ## suffix)
218
#define
MAKENAME
(suffix) NAME_WRAP(SA8_alpha_D32 ## suffix)
243
#define
MAKENAME
(suffix) NAME_WRAP(S32_D16 ## suffix
[
all
...]
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)
273
static SkBitmapProcState::MatrixProc
MAKENAME
(_Procs)[] = {
282
#undef
MAKENAME
[
all
...]
SkBitmapProcState_shaderproc.h
11
#define SCALE_FILTER_NAME
MAKENAME
(_filter_DX_shaderproc)
85
#undef
MAKENAME
SkBitmapProcState_matrixProcs.cpp
47
#define
MAKENAME
(suffix) ClampX_ClampY ## suffix
55
#define
MAKENAME
(suffix) RepeatX_RepeatY ## suffix
63
#define
MAKENAME
(suffix) GeneralXY ## suffix
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h
29
* #define
MAKENAME
(suffix) RepeatX_RepeatY ## suffix
38
#define SCALE_NOFILTER_NAME
MAKENAME
(_nofilter_scale)
39
#define SCALE_FILTER_NAME
MAKENAME
(_filter_scale)
40
#define AFFINE_NOFILTER_NAME
MAKENAME
(_nofilter_affine)
41
#define AFFINE_FILTER_NAME
MAKENAME
(_filter_affine)
42
#define PERSP_NOFILTER_NAME
MAKENAME
(_nofilter_persp)
43
#define PERSP_FILTER_NAME
MAKENAME
(_filter_persp)
45
#define PACK_FILTER_X_NAME
MAKENAME
(_pack_filter_x)
46
#define PACK_FILTER_Y_NAME
MAKENAME
(_pack_filter_y)
512
const SkBitmapProcState::MatrixProc
MAKENAME
(_Procs)[] =
[
all
...]
SkBitmapProcState_matrixProcs_neon.cpp
19
#define
MAKENAME
(suffix) ClampX_ClampY ## suffix ## _neon
27
#define
MAKENAME
(suffix) RepeatX_RepeatY ## suffix ## _neon
SkBitmapProcState_matrix_clamp_neon.h
30
* #define
MAKENAME
(suffix) ClampX_ClampY ## suffix
40
#define SCALE_NOFILTER_NAME
MAKENAME
(_nofilter_scale)
41
#define SCALE_FILTER_NAME
MAKENAME
(_filter_scale)
42
#define AFFINE_NOFILTER_NAME
MAKENAME
(_nofilter_affine)
43
#define AFFINE_FILTER_NAME
MAKENAME
(_filter_affine)
44
#define PERSP_NOFILTER_NAME
MAKENAME
(_nofilter_persp)
45
#define PERSP_FILTER_NAME
MAKENAME
(_filter_persp)
47
#define PACK_FILTER_X_NAME
MAKENAME
(_pack_filter_x)
48
#define PACK_FILTER_Y_NAME
MAKENAME
(_pack_filter_y)
881
const SkBitmapProcState::MatrixProc
MAKENAME
(_Procs)[] =
[
all
...]
/external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h
29
* #define
MAKENAME
(suffix) RepeatX_RepeatY ## suffix
38
#define SCALE_NOFILTER_NAME
MAKENAME
(_nofilter_scale)
39
#define SCALE_FILTER_NAME
MAKENAME
(_filter_scale)
40
#define AFFINE_NOFILTER_NAME
MAKENAME
(_nofilter_affine)
41
#define AFFINE_FILTER_NAME
MAKENAME
(_filter_affine)
42
#define PERSP_NOFILTER_NAME
MAKENAME
(_nofilter_persp)
43
#define PERSP_FILTER_NAME
MAKENAME
(_filter_persp)
45
#define PACK_FILTER_X_NAME
MAKENAME
(_pack_filter_x)
46
#define PACK_FILTER_Y_NAME
MAKENAME
(_pack_filter_y)
512
const SkBitmapProcState::MatrixProc
MAKENAME
(_Procs)[] =
[
all
...]
SkBitmapProcState_matrixProcs_neon.cpp
19
#define
MAKENAME
(suffix) ClampX_ClampY ## suffix ## _neon
27
#define
MAKENAME
(suffix) RepeatX_RepeatY ## suffix ## _neon
SkBitmapProcState_matrix_clamp_neon.h
30
* #define
MAKENAME
(suffix) ClampX_ClampY ## suffix
40
#define SCALE_NOFILTER_NAME
MAKENAME
(_nofilter_scale)
41
#define SCALE_FILTER_NAME
MAKENAME
(_filter_scale)
42
#define AFFINE_NOFILTER_NAME
MAKENAME
(_nofilter_affine)
43
#define AFFINE_FILTER_NAME
MAKENAME
(_filter_affine)
44
#define PERSP_NOFILTER_NAME
MAKENAME
(_nofilter_persp)
45
#define PERSP_FILTER_NAME
MAKENAME
(_filter_persp)
47
#define PACK_FILTER_X_NAME
MAKENAME
(_pack_filter_x)
48
#define PACK_FILTER_Y_NAME
MAKENAME
(_pack_filter_y)
881
const SkBitmapProcState::MatrixProc
MAKENAME
(_Procs)[] =
[
all
...]
Completed in 912 milliseconds