Searched refs:x_in (Results 1 - 10 of 10) sorted by relevance
/external/libvncserver/x11vnc/ |
H A D | xdamage.h | 56 extern int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call);
|
H A D | xdamage.c | 68 int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call); 260 int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call) { argument 270 if (call && debug_xdamage > 1) fprintf(stderr, "collect_non_X_xdamage: %d %d %d %d - %d / %d\n", x_in, y_in, w_in, h_in, call, use_xdamage); 300 if (x_in < 0) { 305 x = x_in;
|
H A D | cursor.c | 1835 int x_in = x, y_in = y; local 1879 if (x_in == cursor_x && y_in == cursor_y) {
|
H A D | macosxCG.c | 71 extern int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call);
|
/external/webp/src/utils/ |
H A D | rescaler.c | 33 int x_in = channel; local 41 sum += src[x_in]; 42 x_in += x_stride; 45 const int32_t base = src[x_in]; 47 x_in += x_stride; 58 x_in += x_stride; 59 right = src[x_in];
|
/external/boringssl/src/crypto/ec/ |
H A D | p256-64.c | 976 /* point_double calculates 2*(x_in, y_in, z_in) 981 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed. 984 const felem x_in, const felem y_in, const felem z_in) { 989 felem_assign(ftmp, x_in); 991 felem_assign(ftmp2, x_in); 1006 felem_small_mul(tmp, small1, x_in); 1062 smallfelem z_out, const smallfelem x_in, 1067 smallfelem_expand(felem_x_in, x_in); 1659 felem z1, z2, x_in, y_in; local 1668 if (!BN_to_felem(x_in, 983 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument 1061 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, const smallfelem x_in, const smallfelem y_in, const smallfelem z_in) argument 1733 smallfelem x_in, y_in, z_in; local [all...] |
/external/freetype/src/pshinter/ |
H A D | pshalgo.c | 927 psh_corner_is_flat( FT_Pos x_in, 932 FT_Pos ax = x_in; 952 ax = x_out + x_in;
|
/external/pdfium/third_party/freetype/src/pshinter/ |
H A D | pshalgo.c | 936 psh_corner_is_flat( FT_Pos x_in, 941 FT_Pos ax = x_in; 961 ax = x_out + x_in;
|
/external/libpng/ |
H A D | png.h | 2630 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ 2631 (((x_in)<<PNG_PASS_COL_SHIFT(pass))+PNG_PASS_START_COL(pass))
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
H A D | png.h | 2916 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ 2917 (((x_in)<<PNG_PASS_COL_SHIFT(pass))+PNG_PASS_START_COL(pass))
|
Completed in 504 milliseconds