Home
last modified time | relevance | path

Searched refs:ul_x (Results 1 – 25 of 143) sorted by relevance

123456

/dports/net/c3270/suite3270-4.0/Common/c3270/
H A Dkeypad.c128 *col = current_sens->ul_x; in keypad_cursor()
179 return s->ul_x + ((s->lr_x - s->ul_x + 1) / 2); in find_center_x()
199 int ul_x, lr_x, ul_y, lr_y; in find_adjacent() local
206 ul_x = current_sens->ul_x - 1; in find_adjacent()
223 ul_x = current_sens->ul_x - 1; in find_adjacent()
224 lr_x = current_sens->ul_x - 1; in find_adjacent()
233 ul_y, ul_x, lr_y, lr_x); in find_adjacent()
293 for (j = matches[i]->ul_x; in find_adjacent()
296 if (j >= ul_x && in find_adjacent()
300 if (j >= ul_x + 1 && in find_adjacent()
[all …]
H A Dmkkeypad.c33 unsigned ul_x, ul_y, lr_x, lr_y; member
131 s->ul_x = s->lr_x = x; in main()
210 s->ul_x, s->ul_y, s->lr_x, s->lr_y, s->callback); in main()
249 if (x >= s->ul_x && y >= s->ul_y && in main()
/dports/x11/x3270/suite3270-4.0/Common/c3270/
H A Dkeypad.c128 *col = current_sens->ul_x; in keypad_cursor()
179 return s->ul_x + ((s->lr_x - s->ul_x + 1) / 2); in find_center_x()
199 int ul_x, lr_x, ul_y, lr_y; in find_adjacent() local
206 ul_x = current_sens->ul_x - 1; in find_adjacent()
223 ul_x = current_sens->ul_x - 1; in find_adjacent()
224 lr_x = current_sens->ul_x - 1; in find_adjacent()
233 ul_y, ul_x, lr_y, lr_x); in find_adjacent()
293 for (j = matches[i]->ul_x; in find_adjacent()
296 if (j >= ul_x && in find_adjacent()
300 if (j >= ul_x + 1 && in find_adjacent()
[all …]
H A Dmkkeypad.c33 unsigned ul_x, ul_y, lr_x, lr_y; member
131 s->ul_x = s->lr_x = x; in main()
210 s->ul_x, s->ul_y, s->lr_x, s->lr_y, s->callback); in main()
249 if (x >= s->ul_x && y >= s->ul_y && in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DQuad.java5 public float ul_x, ul_y; field in Quad
10 …public Quad(float ul_x, float ul_y, float ur_x, float ur_y, float ll_x, float ll_y, float lr_x, fl… in Quad() argument
11 this.ul_x = ul_x; in Quad()
22 float x0 = Math.min(Math.min(ul_x, ur_x), Math.min(ll_x, lr_x)); in toRect()
24 float x1 = Math.max(Math.max(ul_x, ur_x), Math.max(ll_x, lr_x)); in toRect()
30 float t_ul_x = ul_x * m.a + ul_y * m.c + m.e; in transformed()
31 float t_ul_y = ul_x * m.b + ul_y * m.d + m.f; in transformed()
47 float t_ul_x = ul_x * m.a + ul_y * m.c + m.e; in transform()
48 float t_ul_y = ul_x * m.b + ul_y * m.d + m.f; in transform()
55 ul_x = t_ul_x; in transform()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/glide2gl/src/Glide64/
H A DFramebuffer_glide64.c365 v[0].x = ul_x; in glide64_draw_fb()
391 v[2].x = ul_x; in glide64_draw_fb()
558 ul_x = (float)(fb_info->ul_x + 256 * w); in DrawDepthBufferToScreen256()
562 ul_x = ul_x * rdp.scale_x + rdp.offset_x; in DrawDepthBufferToScreen256()
628 ul_x = fb_info->ul_x * rdp.scale_x + rdp.offset_x; in DrawDepthBufferToScreen()
636 glide64_draw_fb(ul_x, ul_y, lr_x, in DrawDepthBufferToScreen()
646 float ul_x = 0.5f; in DrawRE2Video() local
787 ul_x = (fb_info->ul_x + 256 * w) * rdp.scale_x + rdp.offset_x; in DrawFrameBufferToScreen256()
908 float ul_x = fb_info->ul_x * rdp.scale_x + rdp.offset_x; in DrawFrameBufferToScreen() local
964 fb_info.ul_x = 0; in DrawWholeFrameBufferToScreen()
[all …]
H A Ducode06.h206 ul_x = d->frameX; in DrawImage()
767 ul_x = d.objX; in uc6_obj_rectangle()
790 v[0].x = ul_x; in uc6_obj_rectangle()
804 v[2].x = ul_x; in uc6_obj_rectangle()
839 ul_x = d.objX; in uc6_obj_sprite()
875 v[0].x = ul_x; in uc6_obj_sprite()
889 v[2].x = ul_x; in uc6_obj_sprite()
1028 v[0].x = ul_x; in uc6_obj_rectangle_r()
1042 v[2].x = ul_x; in uc6_obj_rectangle_r()
1309 v[0].x = ul_x; in uc6_sprite2d()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/oldXMenu/
H A DLocate.c38 …y, register XMenu *menu, int p_num, int s_num, int x_pos, int y_pos, int *ul_x, int *ul_y, int *wi… in XMenuLocate() argument
83 _XMTransToOrigin(display, menu, p_ptr, s_ptr, x_pos, y_pos, ul_x, ul_y); in XMenuLocate()
/dports/editors/emacs/emacs-27.2/oldXMenu/
H A DLocate.c20 …y, register XMenu *menu, int p_num, int s_num, int x_pos, int y_pos, int *ul_x, int *ul_y, int *wi… in XMenuLocate() argument
65 _XMTransToOrigin(display, menu, p_ptr, s_ptr, x_pos, y_pos, ul_x, ul_y); in XMenuLocate()
/dports/databases/postgis32/postgis-3.2.0/raster/test/regress/
H A Drt_bandmetadata.sql4 ul_x double precision DEFAULT 0,
19 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_setvalues_array.sql13 …st_raster(rid integer, width integer DEFAULT 2, height integer DEFAULT 2, ul_x double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_worldtorastercoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
/dports/databases/postgis30/postgis-3.0.4/raster/test/regress/
H A Drt_bandmetadata.sql4 ul_x double precision DEFAULT 0,
19 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_setvalues_array.sql13 …st_raster(rid integer, width integer DEFAULT 2, height integer DEFAULT 2, ul_x double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
/dports/databases/postgis25/postgis-2.5.5/raster/test/regress/
H A Drt_bandmetadata.sql4 ul_x double precision DEFAULT 0,
19 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_setvalues_array.sql13 …st_raster(rid integer, width integer DEFAULT 2, height integer DEFAULT 2, ul_x double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_worldtorastercoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
/dports/databases/postgis31/postgis-3.1.4/raster/test/regress/
H A Drt_bandmetadata.sql4 ul_x double precision DEFAULT 0,
19 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_setvalues_array.sql13 …st_raster(rid integer, width integer DEFAULT 2, height integer DEFAULT 2, ul_x double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_worldtorastercoord.sql9 ul_x double precision DEFAULT 0,
23 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRDP_Texture.h972 uint32_t ul_x = (((gfx->words.w1)>>12)&0x0FFF)/4; in DLParser_TexRect() local
1018 float fS1 = fS0 + (fDSDX * (lr_x - ul_x)); in DLParser_TexRect()
1023 float t0u1 = t0u0 + (fDSDX * (lr_x - ul_x)) * gRDP.tilesinfo[tileno].fShiftScaleS; in DLParser_TexRect()
1027 ul_x ==0 && in DLParser_TexRect()
1049 TexRectToFrameBuffer_8b(ul_x, ul_y, lr_x, lr_y, t0u0, t0v0, t0u1, t0v1, tileno); in DLParser_TexRect()
1056 TexRectToFrameBuffer_8b(ul_x, ul_y, lr_x, lr_y, t0u0, t0v0, t0u1, t0v1, tileno); in DLParser_TexRect()
1069 … CRender::g_pRender->TexRect(ul_x, ul_y, lr_x, lr_y, fS0, fT0, fDSDX, fDTDY, false, 0xFFFFFFFF); in DLParser_TexRect()
1101 uint32_t ul_x = (((gfx->words.w1)>>12)&0x0FFF)/4; in DLParser_TexRectFlip() local
1132 float fT1 = fT0 + (fDTDY * (lr_x - ul_x)); in DLParser_TexRectFlip()
1137 float t0v1 = t0v0 + (fDTDY * (lr_x - ul_x))*gRDP.tilesinfo[tileno].fShiftScaleT; in DLParser_TexRectFlip()
[all …]

123456