Home
last modified time | relevance | path

Searched refs:FILTER_PROC (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState.cpp80 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_opaque(x, y, a, b, c, d, dst) macro
91 #undef FILTER_PROC
92 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_alpha(x, y, a, b, c, d, dst, alphaScale) macro
106 #undef FILTER_PROC
107 #define FILTER_PROC(x, y, a, b, c, d, dst) \ macro
122 #undef FILTER_PROC
123 #define FILTER_PROC(x, y, a, b, c, d, dst) \ macro
141 #undef FILTER_PROC
142 #define FILTER_PROC(x, y, a, b, c, d, dst) Filter_32_opaque(x, y, a, b, c, d, dst) macro
155 #undef FILTER_PROC
[all …]
DSkBitmapProcState_sample.h148 FILTER_PROC(subX, subY, in MAKENAME()
191 FILTER_PROC(subX, subY, in MAKENAME()
DSkBitmapProcState_shaderproc.h48 FILTER_PROC(subX, subY, in SCALE_FILTER_NAME()