| /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 68 y - orig_y >= 0 && y - orig_y < HEIGHT) 73 y -= orig_y; 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 131 orig_y = stuff->y; 139 stuff->y = orig_y - screenInfo.screens[j]->y; 1746 int j, result, orig_x, orig_y; local in function:PanoramiXPutImage 1767 orig_y = stuff->dstY; 1771 stuff->dstY = orig_y - screenInfo.screens[j]->y; 1947 int orig_x, orig_y; local in function:PanoramiXPolyText8 1968 orig_y = stuff->y; 1974 stuff->y = orig_y - screenInfo.screens[j]->y; 1988 int orig_x, orig_y; 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 764 orig_y = stuff->dstY; 773 stuff->dstY = orig_y - screenInfo.screens[j]->y;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 65 int orig_x, orig_y; local in function:PanoramiXCreateWindow 131 orig_y = stuff->y; 139 stuff->y = orig_y - screenInfo.screens[j]->y; 1904 int j, result, orig_x, orig_y; local in function:PanoramiXPutImage 1926 orig_y = stuff->dstY; 1930 stuff->dstY = orig_y - screenInfo.screens[j]->y; 2109 int orig_x, orig_y; local in function:PanoramiXPolyText8 2131 orig_y = stuff->y; 2137 stuff->y = orig_y - screenInfo.screens[j]->y; 2152 int orig_x, orig_y; 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 758 orig_y = stuff->dstY; 768 stuff->dstY = orig_y - screenInfo.screens[j]->y;
|
| /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/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaLine.c | 195 int orig_y = pbox->y1; local in function:XAAPolySegment 197 while(nbox && (orig_y == pbox->y1)) {
|
| H A D | xaaSpans.c | 842 int orig_y = pbox->y1; local in function:XAAClipAndRenderSpans 844 while(nbox && (orig_y == pbox->y1)) {
|
| /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 1287 if (*orig_y < clip_y) { 1288 const int diff = clip_y - *orig_y; 1289 *orig_y += diff; 1292 if (*orig_h > 0 && *orig_y + *orig_h > clip_y + clip_h) { 1293 *orig_h -= (*orig_y + *orig_h) - (clip_y + clip_h);
|
| H A D | graphics_regis.c | 6835 int orig_x, orig_y; local in function:parse_regis_option 6838 orig_y = context->graphics_output_cursor_y; 6849 orig_x, orig_y, 6956 int orig_x, orig_y; local in function:parse_regis_items 6961 orig_y = state->y_points[state->num_points - 1]; 6964 orig_y = context->graphics_output_cursor_y; 6968 orig_x, orig_y, 6987 new_x, new_y, orig_x, orig_y)); 6992 e_y = orig_y; 6995 c_y = orig_y; 7148 int orig_x, orig_y; local in function:parse_regis_items 7277 int orig_y = context->graphics_output_cursor_y; local in function:parse_regis_items [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_line.c | 225 int orig_y = pbox->y1; local in function:TGAPolySegment 227 while(nbox && (orig_y == pbox->y1)) {
|
| /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 498 y = orig_y = builder->pos_y; 1236 orig_y = y = builder->pos_y; 1238 FT_UNUSED( orig_y );
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftobjs.c | 3448 FT_Pos orig_y = akerning->y; local in function:FT_Get_Kerning 3458 akerning->y = FT_MulDiv( orig_y, 3467 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y );
|