Home
last modified time | relevance | path

Searched refs:drop_y (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_font/
H A Dd3d_w32_font.c143 int drop_y = -2; in d3dfonts_w32_render_msg() local
193 drop_y = params->drop_y; in d3dfonts_w32_render_msg()
195 if(drop_x || drop_y) in d3dfonts_w32_render_msg()
202 rect_shifted.top -= params->drop_y; in d3dfonts_w32_render_msg()
203 rect_shifted.bottom -= params->drop_y; in d3dfonts_w32_render_msg()
215 if(drop_x || drop_y) in d3dfonts_w32_render_msg()
H A Dgdi_font.c94 int drop_x, drop_y, msg_strlen; in gdi_render_msg() local
121 drop_y = params->drop_y; in gdi_render_msg()
136 drop_y = -2; in gdi_render_msg()
172 newDropY = height - (drop_y * height * scale) - textSize.cy; in gdi_render_msg()
181 if (drop_x || drop_y) in gdi_render_msg()
H A Dps2_font.c272 int drop_x, drop_y; in ps2_font_render_msg() local
298 drop_y = params->drop_y; in ps2_font_render_msg()
323 drop_y = -1; in ps2_font_render_msg()
330 if (drop_x || drop_y) in ps2_font_render_msg()
335 if (drop_x || drop_y) in ps2_font_render_msg()
345 scale * drop_y / height, in ps2_font_render_msg()
H A Dvita2d_font.c270 int drop_x, drop_y; in vita2d_font_render_msg() local
298 drop_y = params->drop_y; in vita2d_font_render_msg()
322 drop_y = -2; in vita2d_font_render_msg()
331 if (drop_x || drop_y) in vita2d_font_render_msg()
334 if (drop_x || drop_y) in vita2d_font_render_msg()
344 scale * drop_y / height, width, height, text_align); in vita2d_font_render_msg()
H A Dwiiu_font.c289 int drop_x, drop_y; in wiiu_font_render_msg() local
315 drop_y = params->drop_y; in wiiu_font_render_msg()
339 drop_y = -2; in wiiu_font_render_msg()
346 if (drop_x || drop_y) in wiiu_font_render_msg()
349 if (drop_x || drop_y) in wiiu_font_render_msg()
359 scale * drop_y / height, width, height, text_align); in wiiu_font_render_msg()
H A Dctr_font.c359 int drop_x, drop_y; in ctr_font_render_msg() local
385 drop_y = params->drop_y; in ctr_font_render_msg()
410 drop_y = -1; in ctr_font_render_msg()
417 if (drop_x || drop_y) in ctr_font_render_msg()
420 if (drop_x || drop_y) in ctr_font_render_msg()
430 scale * drop_y / height, in ctr_font_render_msg()
H A Dd3d11_font.c283 int drop_x, drop_y; in d3d11_font_render_msg() local
308 drop_y = params->drop_y; in d3d11_font_render_msg()
333 drop_y = -2; in d3d11_font_render_msg()
338 if (drop_x || drop_y) in d3d11_font_render_msg()
349 y + scale * drop_y / height, in d3d11_font_render_msg()
H A Dd3d10_font.c286 int drop_x, drop_y; in d3d10_font_render_msg() local
311 drop_y = params->drop_y; in d3d10_font_render_msg()
336 drop_y = -2; in d3d10_font_render_msg()
341 if (drop_x || drop_y) in d3d10_font_render_msg()
352 y + scale * drop_y / height, in d3d10_font_render_msg()
H A Dvulkan_raster_font.c361 int drop_x, drop_y; in vulkan_raster_font_render_msg() local
392 drop_y = params->drop_y; in vulkan_raster_font_render_msg()
413 drop_y = -2; in vulkan_raster_font_render_msg()
426 if (drop_x || drop_y) in vulkan_raster_font_render_msg()
436 if (drop_x || drop_y) in vulkan_raster_font_render_msg()
445 scale * drop_y / vk->vp.height, text_align); in vulkan_raster_font_render_msg()
H A Dd3d12_font.c296 int drop_x, drop_y; in d3d12_font_render_msg() local
321 drop_y = params->drop_y; in d3d12_font_render_msg()
345 drop_y = -2; in d3d12_font_render_msg()
350 if (drop_x || drop_y) in d3d12_font_render_msg()
361 y + scale * drop_y / height, in d3d12_font_render_msg()
H A Dgl_core_raster_font.c348 int drop_x, drop_y; in gl_core_raster_font_render_msg() local
373 drop_y = params->drop_y; in gl_core_raster_font_render_msg()
400 drop_y = -2; in gl_core_raster_font_render_msg()
415 if (drop_x || drop_y) in gl_core_raster_font_render_msg()
426 scale * drop_y / font->gl->vp.height, text_align); in gl_core_raster_font_render_msg()
H A Dgl1_raster_font.c442 int drop_x, drop_y; in gl1_raster_font_render_msg() local
467 drop_y = params->drop_y; in gl1_raster_font_render_msg()
494 drop_y = -2; in gl1_raster_font_render_msg()
509 if (drop_x || drop_y) in gl1_raster_font_render_msg()
520 scale * drop_y / font->gl->vp.height, text_align); in gl1_raster_font_render_msg()
H A Dgl_raster_font.c429 int drop_x, drop_y; in gl_raster_font_render_msg() local
454 drop_y = params->drop_y; in gl_raster_font_render_msg()
481 drop_y = -2; in gl_raster_font_render_msg()
497 if (drop_x || drop_y) in gl_raster_font_render_msg()
508 scale * drop_y / font->gl->vp.height, text_align); in gl_raster_font_render_msg()
H A Dmetal_raster_font.m410 int drop_x, drop_y;
427 drop_y = params->drop_y;
452 drop_y = -2;
461 if (drop_x || drop_y)
467 if (drop_x || drop_y)
479 posY:y + scale * drop_y / height
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dbasic_assignment.rs19 let drop_y; in main() localVariable
23 drop_y = drop_x; in main()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dshadow_bevel.py23 def shadow_bevel(img, drawable, blur, bevel, do_shadow, drop_x, drop_y): argument
48 shadow.translate(drop_x, drop_y)
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDropSite.C44 int DropSite::drop_y = 0;
173 DropSite::drop_y = DropData->y; in DropSite_HandleDrop()
256 if (!ds->decodeDropType (ts->getTag(), cp, value, *length, DropSite::drop_x, DropSite::drop_y)) in DropSite_TransferProc()
H A DDropSite.h60 static int drop_x,drop_y; variable
/dports/graphics/cegui/cegui-0.8.7/samples/InventoryDemo/
H A DInventoryReceiver.cpp186 const int drop_y = gridYLocationFromPixelPosition(item_area.top()); in onDragDropItemDropped() local
188 addItemAtLocation(*item, drop_x, drop_y); in onDragDropItemDropped()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-icon-dnd.c933 gint drop_x, drop_y; in handle_local_grid_container_move() local
951 drop_y = (gint)(world_y + 0.5); in handle_local_grid_container_move()
970 item->icon_y + drop_y, in handle_local_grid_container_move()
1143 gint drop_x, drop_y; in prep_selection() local
1159 drop_y = (gint)(world_y + 0.5); in prep_selection()
1182 drop_y, in prep_selection()
1236 iter_rect.y - drop_y, in prep_selection()
1287 iter_rect.y - drop_y, in prep_selection()
1305 drop_y, in prep_selection()
1328 item->icon_y + drop_y, in prep_selection()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/drag_and_drop/
H A Dsimpledrop.c68 Position drop_y; member
371 this->drop_y = call_data->y; in SomethingDropped()
437 XtSetArg(args[n], XmNy, this->drop_y); n++; in TransferDone()
/dports/games/retroarch/RetroArch-1.9.7/gfx/
H A Dfont_driver.h70 int drop_x, drop_y; member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkdnd-quartz.c91 gint drop_x, drop_y; /* Position of drop */ member
200 context, info->drop_x, info->drop_y, in gtk_drag_get_data()
209 context, info->drop_x, info->drop_y, in gtk_drag_get_data()
859 info->drop_y = y; in gtk_drag_dest_drop()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Devents.h215 sint32 drop_x, drop_y; // only to allow pre-targeting from MapWindow, feel free to ignore this variable
375 drop_y = sint32(y); in set_drop_target()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dgame.h268 int drop_x, drop_y; member

12