Home
last modified time | relevance | path

Searched refs:ul_y (Results 1 – 25 of 137) sorted by relevance

123456

/dports/net/c3270/suite3270-4.0/Common/c3270/
H A Dkeypad.c127 *row = current_sens->ul_y; in keypad_cursor()
185 return s->ul_y + ((s->lr_y - s->ul_y + 1) / 2); in find_center_y()
199 int ul_x, lr_x, ul_y, lr_y; in find_adjacent() local
210 ul_y = current_sens->ul_y - 1; in find_adjacent()
211 lr_y = current_sens->ul_y - 1; in find_adjacent()
219 ul_y = current_sens->ul_y - 1; in find_adjacent()
233 ul_y, ul_x, lr_y, lr_x); in find_adjacent()
310 for (j = matches[i]->ul_y; in find_adjacent()
313 if (j >= ul_y && in find_adjacent()
317 if (j >= ul_y + 1 && in find_adjacent()
[all …]
H A Dmkkeypad.c33 unsigned ul_x, ul_y, lr_x, lr_y; member
132 s->ul_y = s->lr_y = y; 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.c127 *row = current_sens->ul_y; in keypad_cursor()
185 return s->ul_y + ((s->lr_y - s->ul_y + 1) / 2); in find_center_y()
199 int ul_x, lr_x, ul_y, lr_y; in find_adjacent() local
210 ul_y = current_sens->ul_y - 1; in find_adjacent()
211 lr_y = current_sens->ul_y - 1; in find_adjacent()
219 ul_y = current_sens->ul_y - 1; in find_adjacent()
233 ul_y, ul_x, lr_y, lr_x); in find_adjacent()
310 for (j = matches[i]->ul_y; in find_adjacent()
313 if (j >= ul_y && in find_adjacent()
317 if (j >= ul_y + 1 && in find_adjacent()
[all …]
H A Dmkkeypad.c33 unsigned ul_x, ul_y, lr_x, lr_y; member
132 s->ul_y = s->lr_y = y; 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
12 this.ul_y = ul_y; in Quad()
23 float y0 = Math.min(Math.min(ul_y, ur_y), Math.min(ll_y, lr_y)); in toRect()
25 float y1 = Math.max(Math.max(ul_y, ur_y), Math.max(ll_y, lr_y)); 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()
56 ul_y = t_ul_y; in transform()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/glide2gl/src/Glide64/
H A DFramebuffer_glide64.c366 v[0].y = ul_y; in glide64_draw_fb()
379 v[1].y = ul_y; in glide64_draw_fb()
559 ul_y = (float)(fb_info->ul_y + 256 * h); in DrawDepthBufferToScreen256()
563 ul_y = ul_y * rdp.scale_y + rdp.offset_y; in DrawDepthBufferToScreen256()
629 ul_y = fb_info->ul_y * rdp.scale_y + rdp.offset_y; in DrawDepthBufferToScreen()
636 glide64_draw_fb(ul_x, ul_y, lr_x, in DrawDepthBufferToScreen()
653 glide64_draw_fb(ul_x, ul_y, lr_x, in DrawRE2Video()
788 ul_y = (fb_info->ul_y + 256 * h) * rdp.scale_y + rdp.offset_y; in DrawFrameBufferToScreen256()
909 float ul_y = fb_info->ul_y * rdp.scale_y + rdp.offset_y; in DrawFrameBufferToScreen() local
966 fb_info.ul_y = 0; in DrawWholeFrameBufferToScreen()
[all …]
H A Ducode06.h208 ul_y = d->frameY; in DrawImage()
301 nul_y = ul_y; in DrawImage()
769 ul_y = d.objY; in uc6_obj_rectangle()
791 v[0].y = ul_y; in uc6_obj_rectangle()
798 v[1].y = ul_y; in uc6_obj_rectangle()
841 ul_y = d.objY; in uc6_obj_sprite()
876 v[0].y = ul_y; in uc6_obj_sprite()
883 v[1].y = ul_y; in uc6_obj_sprite()
1029 v[0].y = ul_y; in uc6_obj_rectangle_r()
1036 v[1].y = ul_y; in uc6_obj_rectangle_r()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/oldXMenu/
H A DLocate.c38 … XMenu *menu, int p_num, int s_num, int x_pos, int y_pos, int *ul_x, int *ul_y, int *width, int *h… 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 … XMenu *menu, int p_num, int s_num, int x_pos, int y_pos, int *ul_x, int *ul_y, int *width, int *h… 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.sql5 ul_y 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 …ger DEFAULT 2, height integer DEFAULT 2, ul_x double precision DEFAULT 0, ul_y double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql10 ul_y 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.sql10 ul_y 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.sql5 ul_y 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 …ger DEFAULT 2, height integer DEFAULT 2, ul_x double precision DEFAULT 0, ul_y double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql10 ul_y 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.sql5 ul_y 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 …ger DEFAULT 2, height integer DEFAULT 2, ul_x double precision DEFAULT 0, ul_y double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql10 ul_y 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.sql10 ul_y 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.sql5 ul_y 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 …ger DEFAULT 2, height integer DEFAULT 2, ul_x double precision DEFAULT 0, ul_y double precision DE…
21 rast := ST_MakeEmptyRaster(width, height, ul_x, ul_y, 1, 1, skew_x, skew_y, 0);
H A Drt_rastertoworldcoord.sql10 ul_y 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.sql10 ul_y 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.h973 uint32_t ul_y = (((gfx->words.w1) )&0x0FFF)/4; in DLParser_TexRect() local
1019 float fT1 = fT0 + (fDTDY * (lr_y - ul_y)); in DLParser_TexRect()
1024 float t0v1 = t0v0 + (fDTDY * (lr_y - ul_y)) * gRDP.tilesinfo[tileno].fShiftScaleT; in DLParser_TexRect()
1028 ul_y == 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()
1102 uint32_t ul_y = (((gfx->words.w1) )&0x0FFF)/4; in DLParser_TexRectFlip() local
1131 float fS1 = fS0 + (fDSDX * (lr_y - ul_y)); in DLParser_TexRectFlip()
1136 float t0u1 = t0u0 + (fDSDX * (lr_y - ul_y))*gRDP.tilesinfo[tileno].fShiftScaleS; in DLParser_TexRectFlip()
[all …]

123456