| /xsrc/external/mit/pixman/dist/test/ |
| H A D | alphamap.c | 60 get_alpha (pixman_image_t *image, int x, int y, int orig_x, int orig_y) argument 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) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 64 int orig_x, orig_y; local in function:PanoramiXCreateWindow 130 orig_x = stuff->x; 138 stuff->x = orig_x - screenInfo.screens[j]->x; 1746 int j, result, orig_x, orig_y; local in function:PanoramiXPutImage 1766 orig_x = stuff->dstX; 1770 stuff->dstX = orig_x - screenInfo.screens[j]->x; 1947 int orig_x, orig_y; local in function:PanoramiXPolyText8 1967 orig_x = stuff->x; 1973 stuff->x = orig_x - screenInfo.screens[j]->x; 1988 int orig_x, orig_ local in function:PanoramiXPolyText16 2029 int orig_x, orig_y; local in function:PanoramiXImageText8 2070 int orig_x, orig_y; local in function:PanoramiXImageText16 [all...] |
| H A D | shm.c | 744 int j, result, orig_x, orig_y; local in function:ProcPanoramiXShmPutImage 763 orig_x = stuff->dstX; 772 stuff->dstX = orig_x - screenInfo.screens[j]->x;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 65 int orig_x, orig_y; local in function:PanoramiXCreateWindow 130 orig_x = stuff->x; 138 stuff->x = orig_x - screenInfo.screens[j]->x; 1904 int j, result, orig_x, orig_y; local in function:PanoramiXPutImage 1925 orig_x = stuff->dstX; 1929 stuff->dstX = orig_x - screenInfo.screens[j]->x; 2109 int orig_x, orig_y; local in function:PanoramiXPolyText8 2130 orig_x = stuff->x; 2136 stuff->x = orig_x - screenInfo.screens[j]->x; 2152 int orig_x, orig_ local in function:PanoramiXPolyText16 2195 int orig_x, orig_y; local in function:PanoramiXImageText8 2238 int orig_x, orig_y; local in function:PanoramiXImageText16 [all...] |
| H A D | shm.c | 738 int j, result, orig_x, orig_y; local in function:ProcPanoramiXShmPutImage 757 orig_x = stuff->dstX; 767 stuff->dstX = orig_x - screenInfo.screens[j]->x;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/ |
| H A D | 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 in function:panfrost_access_tiled_image
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | t1decode.c | 452 FT_Pos x, y, orig_x, orig_y; local in function:t1_decoder_parse_charstrings 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/ |
| H A D | graphics.c | 1275 clip_area(int *orig_x, int *orig_y, int *orig_w, int *orig_h, argument 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);
|
| H A D | graphics_regis.c | 6835 int orig_x, orig_y; local in function:parse_regis_option 6837 orig_x = context->graphics_output_cursor_x; 6849 orig_x, orig_y, 6956 int orig_x, orig_y; local in function:parse_regis_items 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 in function:parse_regis_items 7276 int orig_x = context->graphics_output_cursor_x; local in function:parse_regis_items [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftobjs.c | 3447 FT_Pos orig_x = akerning->x; local in function:FT_Get_Kerning 3455 akerning->x = FT_MulDiv( orig_x, 3466 FT_Pos orig_x_rounded = FT_PIX_ROUND( orig_x );
|