HomeSort by: relevance | last modified time | path
    Searched refs:orig_x (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/pixman/dist/test/
alphamap.c 60 get_alpha (pixman_image_t *image, int x, int y, int orig_x, int orig_y)
67 if (x - orig_x >= 0 && x - orig_x < WIDTH &&
72 x -= orig_x;
115 get_red (pixman_image_t *image, int x, int y, int orig_x, int orig_y)
  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiXprocs.c 65 int orig_x, orig_y; local
130 orig_x = stuff->x;
138 stuff->x = orig_x - screenInfo.screens[j]->x;
1904 int j, result, orig_x, orig_y; local
1925 orig_x = stuff->dstX;
1929 stuff->dstX = orig_x - screenInfo.screens[j]->x;
2109 int orig_x, orig_y; local
2130 orig_x = stuff->x;
2136 stuff->x = orig_x - screenInfo.screens[j]->x;
2152 int orig_x, orig_y local
2195 int orig_x, orig_y; local
2238 int orig_x, orig_y; local
    [all...]
shm.c 738 int j, result, orig_x, orig_y; local
757 orig_x = stuff->dstX;
767 stuff->dstX = orig_x - screenInfo.screens[j]->x;
  /xsrc/external/mit/xorg-server.old/dist/Xext/
panoramiXprocs.c 64 int orig_x, orig_y; local
130 orig_x = stuff->x;
138 stuff->x = orig_x - screenInfo.screens[j]->x;
1746 int j, result, orig_x, orig_y; local
1766 orig_x = stuff->dstX;
1770 stuff->dstX = orig_x - screenInfo.screens[j]->x;
1947 int orig_x, orig_y; local
1967 orig_x = stuff->x;
1973 stuff->x = orig_x - screenInfo.screens[j]->x;
1988 int orig_x, orig_y local
2029 int orig_x, orig_y; local
2070 int orig_x, orig_y; local
    [all...]
shm.c 744 int j, result, orig_x, orig_y; local
763 orig_x = stuff->dstX;
772 stuff->dstX = orig_x - screenInfo.screens[j]->x;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
pan_tiling.c 289 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - orig_x) * (bpp / 8)))
318 unsigned orig_x = x, orig_y = y; local
  /xsrc/external/mit/freetype/dist/src/psaux/
t1decode.c 452 FT_Pos x, y, orig_x, orig_y; local
497 x = orig_x = builder->pos_x;
1235 orig_x = x = ADD_LONG( builder->pos_x, top[0] );
1573 top[0] = ADD_LONG( top[0], orig_x );
1584 FT_Pos dx = orig_x;
  /xsrc/external/mit/xterm/dist/
graphics.c 1275 clip_area(int *orig_x, int *orig_y, int *orig_w, int *orig_h,
1278 if (*orig_x < clip_x) {
1279 const int diff = clip_x - *orig_x;
1280 *orig_x += diff;
1283 if (*orig_w > 0 && *orig_x + *orig_w > clip_x + clip_w) {
1284 *orig_w -= (*orig_x + *orig_w) - (clip_x + clip_w);
graphics_regis.c 6835 int orig_x, orig_y; local
6837 orig_x = context->graphics_output_cursor_x;
6849 orig_x, orig_y,
6956 int orig_x, orig_y; local
6960 orig_x = state->x_points[state->num_points - 1];
6963 orig_x = context->graphics_output_cursor_x;
6968 orig_x, orig_y,
6987 new_x, new_y, orig_x, orig_y));
6991 e_x = orig_x;
6994 c_x = orig_x;
7148 int orig_x, orig_y; local
7276 int orig_x = context->graphics_output_cursor_x; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 3447 FT_Pos orig_x = akerning->x; local
3455 akerning->x = FT_MulDiv( orig_x,
3466 FT_Pos orig_x_rounded = FT_PIX_ROUND( orig_x );

Completed in 26 milliseconds