Searched refs:INVERSE (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | filters_mips_dsp_r2.c | 36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ 47 ".if " #INVERSE " \n\t" \ 82 ".if " #INVERSE " \n\t" \ 109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ 127 ".if " #INVERSE " \n\t" \ 148 ".if " #INVERSE " \n\t" \
|
/third_party/backends/backend/ |
H A D | kvs40xx_opt.c | 686 o = &s->opt[INVERSE]; in kvs40xx_init_options() 1007 case INVERSE: in sane_control_option() 1108 s->opt[INVERSE].cap &= ~SANE_CAP_INACTIVE; in sane_control_option() 1118 s->opt[INVERSE].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1130 s->opt[INVERSE].cap &= ~SANE_CAP_INACTIVE; in sane_control_option() 1320 wnd->rif_padding = s->val[INVERSE].b << 7; in kvs40xx_init_window()
|
H A D | kvs40xx.h | 93 INVERSE, /* Monochrome reversing */ enumerator
|
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 53 #define INVERSE 7 macro 1226 INVERSE, in TEST_IMPL() 1538 INVERSE, in TEST_IMPL()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 187 %token INVERSE INVTRANS 1533 stateMatModifier: INVERSE
|
Completed in 8 milliseconds