Home
last modified time | relevance | path

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

12

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_font/
H A Dgdi_font.c94 int drop_x, drop_y, msg_strlen; in gdi_render_msg() local
120 drop_x = params->drop_x; in gdi_render_msg()
135 drop_x = -2; in gdi_render_msg()
155 newDropX = drop_x * width * scale; in gdi_render_msg()
159 newDropX = (drop_x * width * scale) - textSize.cx; in gdi_render_msg()
163 newDropX = (drop_x * width * scale) - (textSize.cx / 2); in gdi_render_msg()
181 if (drop_x || drop_y) in gdi_render_msg()
H A Dd3d_w32_font.c142 int drop_x = -2; in d3dfonts_w32_render_msg() local
192 drop_x = params->drop_x; in d3dfonts_w32_render_msg()
195 if(drop_x || drop_y) in d3dfonts_w32_render_msg()
200 rect_shifted.left += params->drop_x; in d3dfonts_w32_render_msg()
201 rect_shifted.right += params->drop_x; in d3dfonts_w32_render_msg()
215 if(drop_x || drop_y) in d3dfonts_w32_render_msg()
H A Dps2_font.c272 int drop_x, drop_y; in ps2_font_render_msg() local
297 drop_x = params->drop_x; in ps2_font_render_msg()
322 drop_x = 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()
344 x + scale * drop_x / width, y + in ps2_font_render_msg()
H A Dvita2d_font.c270 int drop_x, drop_y; in vita2d_font_render_msg() local
297 drop_x = params->drop_x; in vita2d_font_render_msg()
321 drop_x = -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()
343 x + scale * drop_x / width, y + in vita2d_font_render_msg()
H A Dwiiu_font.c289 int drop_x, drop_y; in wiiu_font_render_msg() local
314 drop_x = params->drop_x; in wiiu_font_render_msg()
338 drop_x = -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()
358 x + scale * drop_x / width, y + in wiiu_font_render_msg()
H A Dctr_font.c359 int drop_x, drop_y; in ctr_font_render_msg() local
384 drop_x = params->drop_x; in ctr_font_render_msg()
409 drop_x = 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()
429 x + scale * drop_x / width, y + in ctr_font_render_msg()
H A Dd3d11_font.c283 int drop_x, drop_y; in d3d11_font_render_msg() local
307 drop_x = params->drop_x; in d3d11_font_render_msg()
332 drop_x = -2; in d3d11_font_render_msg()
338 if (drop_x || drop_y) in d3d11_font_render_msg()
348 x + scale * drop_x / width, in d3d11_font_render_msg()
H A Dd3d10_font.c286 int drop_x, drop_y; in d3d10_font_render_msg() local
310 drop_x = params->drop_x; in d3d10_font_render_msg()
335 drop_x = -2; in d3d10_font_render_msg()
341 if (drop_x || drop_y) in d3d10_font_render_msg()
351 x + scale * drop_x / width, in d3d10_font_render_msg()
H A Dvulkan_raster_font.c361 int drop_x, drop_y; in vulkan_raster_font_render_msg() local
391 drop_x = params->drop_x; in vulkan_raster_font_render_msg()
412 drop_x = -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()
444 x + scale * drop_x / vk->vp.width, y + in vulkan_raster_font_render_msg()
H A Dd3d12_font.c296 int drop_x, drop_y; in d3d12_font_render_msg() local
320 drop_x = params->drop_x; in d3d12_font_render_msg()
344 drop_x = -2; in d3d12_font_render_msg()
350 if (drop_x || drop_y) in d3d12_font_render_msg()
360 x + scale * drop_x / width, 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
372 drop_x = params->drop_x; in gl_core_raster_font_render_msg()
399 drop_x = -2; in gl_core_raster_font_render_msg()
415 if (drop_x || drop_y) in gl_core_raster_font_render_msg()
425 x + scale * drop_x / font->gl->vp.width, y + 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
466 drop_x = params->drop_x; in gl1_raster_font_render_msg()
493 drop_x = -2; in gl1_raster_font_render_msg()
509 if (drop_x || drop_y) in gl1_raster_font_render_msg()
519 x + scale * drop_x / font->gl->vp.width, y + in gl1_raster_font_render_msg()
H A Dgl_raster_font.c429 int drop_x, drop_y; in gl_raster_font_render_msg() local
453 drop_x = params->drop_x; in gl_raster_font_render_msg()
480 drop_x = -2; in gl_raster_font_render_msg()
497 if (drop_x || drop_y) in gl_raster_font_render_msg()
507 x + scale * drop_x / font->gl->vp.width, y + in gl_raster_font_render_msg()
H A Dmetal_raster_font.m410 int drop_x, drop_y;
426 drop_x = params->drop_x;
451 drop_x = -2;
461 if (drop_x || drop_y)
467 if (drop_x || drop_y)
478 posX:x + scale * drop_x / width
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dbasic_assignment.rs18 let drop_x: Option<Box<u32>> = None; 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.C43 int DropSite::drop_x = 0;
172 DropSite::drop_x = DropData->x; 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.cpp185 const int drop_x = gridXLocationFromPixelPosition(item_area.left()); 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
950 drop_x = (gint)(world_x + 0.5); in handle_local_grid_container_move()
969 item->icon_x + drop_x, in handle_local_grid_container_move()
1143 gint drop_x, drop_y; in prep_selection() local
1158 drop_x = (gint)(world_x + 0.5); in prep_selection()
1181 drop_x, in prep_selection()
1235 iter_rect.x - drop_x, in prep_selection()
1286 iter_rect.x - drop_x, in prep_selection()
1304 drop_x, in prep_selection()
1327 item->icon_x + drop_x, in prep_selection()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/drag_and_drop/
H A Dsimpledrop.c67 Position drop_x; member
370 this->drop_x = call_data->x; in SomethingDropped()
436 XtSetArg(args[n], XmNx, this->drop_x); 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()
858 info->drop_x = x; 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
374 drop_x = sint32(x); 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