Searched refs:start_y (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/freetype/dist/src/psaux/
H A Dcffdecode.c1429 FT_Pos start_y; local in function:cff_decoder_parse_charstrings
1442 start_y = y;
1471 y = start_y;
1480 FT_Pos start_y; local in function:cff_decoder_parse_charstrings
1491 start_y = y;
1514 y = start_y;
1528 FT_Pos start_x, start_y; /* record start x, y values for */ local in function:cff_decoder_parse_charstrings
1545 start_y = y;
1581 y = start_y;
/xsrc/external/mit/xditview/dist/
H A Ddraw.c96 dw->dvi.cache.start_y,
114 dw->dvi.cache.start_x, dw->dvi.cache.start_y,
125 dw->dvi.cache.start_y = dw->dvi.cache.y = yx;
H A DDviP.h117 int start_x, start_y; member in struct:_dviCharCache
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomText.c301 int start_y = y; local in function:_XomGenericDrawString
343 y -= start_y;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c200 unsigned start_x, unsigned start_y, unsigned start_z,
277 for (in.y = start_y; in.y < in.height; in.y += dout.compressBlkHeight) {
406 unsigned start_x, unsigned start_y, unsigned start_z)
454 for (in.y = start_y; in.y < height; in.y++) {
546 unsigned start_x, unsigned start_y, unsigned start_z)
596 for (in.y = start_y; in.y < height; in.y++) {
195 one_dcc_address_test(const char * name,const char * test,ADDR_HANDLE addrlib,const struct radeon_info * info,unsigned width,unsigned height,unsigned depth,unsigned samples,unsigned bpp,unsigned swizzle_mode,bool pipe_aligned,bool rb_aligned,unsigned mrt_index,unsigned start_x,unsigned start_y,unsigned start_z,unsigned start_sample) argument
402 one_htile_address_test(const char * name,const char * test,ADDR_HANDLE addrlib,const struct radeon_info * info,unsigned width,unsigned height,unsigned depth,unsigned bpp,unsigned swizzle_mode,unsigned start_x,unsigned start_y,unsigned start_z) argument
541 one_cmask_address_test(const char * name,const char * test,ADDR_HANDLE addrlib,const struct radeon_info * info,unsigned width,unsigned height,unsigned depth,unsigned bpp,unsigned swizzle_mode,bool pipe_aligned,bool rb_aligned,unsigned mrt_index,unsigned start_x,unsigned start_y,unsigned start_z) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c661 int y, start_y, finish_y; local in function:subtriangle
668 start_y = sy;
669 if (start_y < miny)
670 start_y = miny;
676 start_y -= sy;
680 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
683 for (y = start_y; y < finish_y; y++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c886 uint32_t start_x, uint32_t start_y,
892 for (int y = start_y; y < start_y + h; y++) {
898 if (x == start_x && y == start_y)
885 vc4_dump_surface_msaa_char(struct pipe_surface * psurf,uint32_t start_x,uint32_t start_y,uint32_t w,uint32_t h) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c911 uint32_t start_x, uint32_t start_y,
917 for (int y = start_y; y < start_y + h; y++) {
923 if (x == start_x && y == start_y)
910 vc4_dump_surface_msaa_char(struct pipe_surface * psurf,uint32_t start_x,uint32_t start_y,uint32_t w,uint32_t h) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c710 int y, start_y, finish_y; local in function:subtriangle
717 start_y = sy;
718 if (start_y < miny)
719 start_y = miny;
725 start_y -= sy;
729 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
732 for (y = start_y; y < finish_y; y++) {
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c40 int start_x, start_y, end_x, end_y; local in function:__glamor_compute_clipped_regions
55 start_y = MAX(y, extent->y1);
64 DEBUGF("start_x %d start_y %d end_x %d end_y %d \n", start_x, start_y,
67 if (start_x >= end_x || start_y >= end_y) {
73 start_block_y = (start_y - y) / block_h;
82 start_x, start_y, end_x, end_y);
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_parm.h472 unsigned long start_y; member in struct:tagPanningInfo
H A Dcim_vg.c1900 panning->start_y = 0;
2119 panning->start_y = vg3_delta_y;
2154 panning->start_y = vg3_delta_y;

Completed in 25 milliseconds