Home
last modified time | relevance | path

Searched refs:floater (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/x11/mate-screensaver/mate-screensaver-1.26.1/savers/
H A Dfloaters.c340 return floater; in screen_saver_floater_new()
347 if (floater == NULL) in screen_saver_floater_free()
352 g_free (floater); in screen_saver_floater_free()
460 total_rotation = floater->angle_increment * floater->path->duration; in screen_saver_floater_get_angle_from_time()
571 floater->path_start_scale = floater->scale; in screen_saver_floater_update_state()
592 if (time < (floater->path_start_time + floater->path->duration)) in screen_saver_floater_update_state()
601 floater->scale = in screen_saver_floater_update_state()
604 floater->angle = in screen_saver_floater_update_state()
607 floater->opacity = pow (floater->scale, 1.0 / GAMMA); in screen_saver_floater_update_state()
725 floater->bounds.width, floater->bounds.height); in screen_saver_floater_do_draw()
[all …]
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/savers/
H A Dfloaters.c371 return floater; in screen_saver_floater_new()
377 if (floater == NULL) in screen_saver_floater_free()
382 g_free (floater); in screen_saver_floater_free()
465 total_scale_growth = (floater->path_end_scale - floater->path_start_scale); in screen_saver_floater_get_scale_from_time()
479 total_rotation = floater->angle_increment * floater->path->duration; in screen_saver_floater_get_angle_from_time()
584 floater->path_start_scale = floater->scale; in screen_saver_floater_update_state()
604 if (time < (floater->path_start_time + floater->path->duration)) { in screen_saver_floater_update_state()
612 floater->scale = in screen_saver_floater_update_state()
615 floater->angle = in screen_saver_floater_update_state()
618 floater->opacity = pow (floater->scale, 1.0 / GAMMA); in screen_saver_floater_update_state()
[all …]
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dsethspin20 my ($floater, # The transformed image
31 $floater = $framelay->copy(1);
32 $img->insert_layer($floater, 0, 0);
45 $floater = $floater->transform_perspective(
53 $img->set_visible($floater, $framelay); # all others invis
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/
H A Dqgsadvanceddigitizingfloater.sip.in34 Create an advanced digitizing floater widget
37 :param cadDockWidget: The cadDockWidget to which the floater belongs
44 Whether the floater is active or not.
45 Note that the floater may be active but not visible (e.g. if the mouse is not over the canvas).
54 Set whether the floater should be active or not.
55 Note that the floater may be active but not visible (e.g. if the mouse is not over the canvas).
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/
H A Dqgsadvanceddigitizingfloater.sip.in34 Create an advanced digitizing floater widget
37 :param cadDockWidget: The cadDockWidget to which the floater belongs
44 Whether the floater is active or not.
45 Note that the floater may be active but not visible (e.g. if the mouse is not over the canvas).
54 Set whether the floater should be active or not.
55 Note that the floater may be active but not visible (e.g. if the mouse is not over the canvas).
/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Doutput.c72 struct sway_container *floater = ws->floating->items[i]; in restore_workspaces() local
73 if (floater->width == 0 || floater->height == 0 || in restore_workspaces()
74 floater->width > output->width || in restore_workspaces()
75 floater->height > output->height || in restore_workspaces()
76 floater->x > output->lx + output->width || in restore_workspaces()
77 floater->y > output->ly + output->height || in restore_workspaces()
78 floater->x + floater->width < output->lx || in restore_workspaces()
79 floater->y + floater->height < output->ly) { in restore_workspaces()
80 container_floating_resize_and_center(floater); in restore_workspaces()
H A Darrange.c205 struct sway_container *floater = floating->items[i]; in arrange_floating() local
206 arrange_container(floater); in arrange_floating()
279 struct sway_container *floater = workspace->floating->items[i]; in arrange_workspace() local
280 container_floating_translate(floater, diff_x, diff_y); in arrange_workspace()
281 double center_x = floater->x + floater->width / 2; in arrange_workspace()
282 double center_y = floater->y + floater->height / 2; in arrange_workspace()
286 container_floating_move_to_center(floater); in arrange_workspace()
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dscratchpad.c41 struct sway_container *floater = ws->floating->items[i]; in scratchpad_toggle_auto() local
42 if (floater->scratchpad && focus != floater) { in scratchpad_toggle_auto()
45 floater->title); in scratchpad_toggle_auto()
46 root_scratchpad_show(floater); in scratchpad_toggle_auto()
H A Dfocus.c239 struct sway_container *floater = con->workspace->floating->items[i]; in node_get_in_direction_floating() local
240 if (floater == con) { in node_get_in_direction_floating()
244 ? (floater->x + floater->width / 2) - ref_lx in node_get_in_direction_floating()
245 : (floater->y + floater->height / 2) - ref_ly; in node_get_in_direction_floating()
254 closest_con = floater; in node_get_in_direction_floating()
/dports/graphics/gwenview/gwenview-21.12.3/lib/hud/
H A Dhudbuttonbox.cpp82 auto *floater = new GraphicsWidgetFloater(this); in addCountDown() local
83 floater->setChildWidget(d->mCountDown); in addCountDown()
84 floater->setAlignment(Qt::AlignRight | Qt::AlignBottom); in addCountDown()
85 floater->setHorizontalMargin(6); in addCountDown()
86 floater->setVerticalMargin(6); in addCountDown()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/
H A DJNIGeneratorAppUI.java417 floater.pack(); in createClassesPanel()
421 floater.setVisible(false); in createClassesPanel()
432 floater.setVisible(false); in createClassesPanel()
476 floater.setVisible(true); in createClassesPanel()
603 floater.setVisible(false); in createMembersPanel()
614 floater.setVisible(false); in createMembersPanel()
677 floater.pack(); in createMembersPanel()
705 floater.pack(); in createMembersPanel()
773 floater.pack(); in createParametersPanel()
777 floater.setVisible(false); in createParametersPanel()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dcompanion.c71 } floater; typedef
82 floater *floaters;
112 reset_floater (ModeInfo *mi, floater *f) in reset_floater()
155 tick_floater (ModeInfo *mi, floater *f) in tick_floater()
456 bp->floaters = (floater *) calloc (bp->nfloaters, sizeof (floater)); in init_cube()
460 floater *f = &bp->floaters[i]; in init_cube()
489 draw_floater (ModeInfo *mi, floater *f) in draw_floater()
564 floater F; in draw_cube()
575 floater *f = &bp->floaters[i]; in draw_cube()
H A Dbouncingcow.c63 } floater; typedef
76 floater *floaters;
106 reset_floater (ModeInfo *mi, floater *f) in reset_floater()
138 tick_floater (ModeInfo *mi, floater *f) in tick_floater()
458 bp->floaters = (floater *) calloc (bp->nfloaters, sizeof (floater)); in init_cow()
462 floater *f = &bp->floaters[i]; in init_cow()
487 draw_floater (ModeInfo *mi, floater *f) in draw_floater()
603 floater F; in draw_cow()
618 floater *f = &bp->floaters[i]; in draw_cow()
H A Dflyingtoasters.c111 } floater; typedef
132 floater *floaters;
166 reset_floater (ModeInfo *mi, floater *f) in reset_floater()
209 tick_floater (ModeInfo *mi, floater *f) in tick_floater()
575 bp->floaters = (floater *) calloc (bp->nfloaters, sizeof (floater)); in init_toasters()
579 floater *f = &bp->floaters[i]; in init_toasters()
674 draw_floater (ModeInfo *mi, floater *f) in draw_floater()
825 floater F; in draw_toasters()
871 floater *f = &bp->floaters[i]; in draw_toasters()
H A Dpeepers.c69 } floater; typedef
87 floater *floaters;
115 reset_floater (ModeInfo *mi, floater *f) in reset_floater()
301 floater *f = &bp->floaters[i]; in layout_grid()
393 floater *f = &bp->floaters[*i]; in layout_geodesic_triangle()
486 tick_floater (ModeInfo *mi, floater *f) in tick_floater()
563 floater *f0 = &bp->floaters[i]; in de_collide()
1161 bp->floaters = (floater *) calloc (bp->nfloaters, sizeof (floater)); in init_peepers()
1165 floater *f = &bp->floaters[i]; in init_peepers()
1234 floater *f0 = &bp->floaters[0]; in draw_floater()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/drawing/framework/
H A DBasicPaneFactory.idl31 pane there are two URLS, <code>private:resource/floater/LeftImpressPane</code>
32 and <code>private:resource/floater/LeftDrawPane</code>, one for Impress,
34 <code>private:resource/floater/CenterPane</code> and
35 <code>private:resource/floater/RightPane</code> respectively.</p>
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/drawing/framework/
H A DBasicPaneFactory.idl31 pane there are two URLS, <code>private:resource/floater/LeftImpressPane</code>
32 and <code>private:resource/floater/LeftDrawPane</code>, one for Impress,
34 <code>private:resource/floater/CenterPane</code> and
35 <code>private:resource/floater/RightPane</code> respectively.</p>
/dports/x11-toolkits/plib/plib-1.8.5/src/pui/
H A DpuValue.cxx78 floater = (float) *res_integer ; in re_eval()
109 floater = (float) strtod ( res_string, NULL ) ; in re_eval()
116 floater = *res_bool ? 1.0f : 0.0f ; in re_eval()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/pa/
H A Dpa.c8524 rtx floater; in pa_combine_instructions() local
8527 floater; in pa_combine_instructions()
8528 floater = PREV_INSN (floater)) in pa_combine_instructions()
8585 if (!floater in pa_combine_instructions()
8589 for (floater = anchor; floater; floater = NEXT_INSN (floater)) in pa_combine_instructions()
8630 if (floater in pa_combine_instructions()
8647 emit_insn_before (gen_rtx_USE (VOIDmode, floater), floater); in pa_combine_instructions()
8652 else if (floater in pa_combine_instructions()
8671 emit_insn_before (gen_rtx_USE (VOIDmode, floater), floater); in pa_combine_instructions()
8704 end = floater; in pa_can_combine_p()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/pa/
H A Dpa.c8504 rtx floater; in pa_combine_instructions() local
8507 floater; in pa_combine_instructions()
8508 floater = PREV_INSN (floater)) in pa_combine_instructions()
8565 if (!floater in pa_combine_instructions()
8569 for (floater = anchor; floater; floater = NEXT_INSN (floater)) in pa_combine_instructions()
8610 if (floater in pa_combine_instructions()
8627 emit_insn_before (gen_rtx_USE (VOIDmode, floater), floater); in pa_combine_instructions()
8632 else if (floater in pa_combine_instructions()
8651 emit_insn_before (gen_rtx_USE (VOIDmode, floater), floater); in pa_combine_instructions()
8684 end = floater; in pa_can_combine_p()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/pa/
H A Dpa.c8524 rtx floater;
8527 floater;
8528 floater = PREV_INSN (floater))
8585 if (!floater
8589 for (floater = anchor; floater; floater = NEXT_INSN (floater))
8630 if (floater
8647 emit_insn_before (gen_rtx_USE (VOIDmode, floater), floater);
8652 else if (floater
8671 emit_insn_before (gen_rtx_USE (VOIDmode, floater), floater);
8704 end = floater;
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Agent/
H A DFloater.t144 # wait for the floater to be fully visible
149 # see if we have a floater visible now
159 # close the floater again
162 # wait until the floater is gone
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_weapon.c1590 edict_t *floater; in fire_smartgrenade() local
1598 floater = G_Spawn(); in fire_smartgrenade()
1601 VectorMA (floater->velocity, 200 + crandom() * 10.0, up, floater->velocity); in fire_smartgrenade()
1602 VectorMA (floater->velocity, crandom() * 10.0, right, floater->velocity); in fire_smartgrenade()
1606 floater->solid = SOLID_BBOX; in fire_smartgrenade()
1609 VectorClear (floater->mins); in fire_smartgrenade()
1610 VectorClear (floater->maxs); in fire_smartgrenade()
1612 floater->owner = self; in fire_smartgrenade()
1616 floater->dmg = damage; in fire_smartgrenade()
1621 floater->nade_timer = 0; in fire_smartgrenade()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_weapon.c1590 edict_t *floater; in fire_smartgrenade() local
1598 floater = G_Spawn(); in fire_smartgrenade()
1601 VectorMA (floater->velocity, 200 + crandom() * 10.0, up, floater->velocity); in fire_smartgrenade()
1602 VectorMA (floater->velocity, crandom() * 10.0, right, floater->velocity); in fire_smartgrenade()
1606 floater->solid = SOLID_BBOX; in fire_smartgrenade()
1609 VectorClear (floater->mins); in fire_smartgrenade()
1610 VectorClear (floater->maxs); in fire_smartgrenade()
1612 floater->owner = self; in fire_smartgrenade()
1616 floater->dmg = damage; in fire_smartgrenade()
1621 floater->nade_timer = 0; in fire_smartgrenade()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/twain/
H A Dtw_func.c105 TW_FIX32 FloatToFIX32(float floater) in FloatToFIX32() argument
108 TW_INT32 value = (TW_INT32) (floater * 65536.0 + 0.5); in FloatToFIX32()
121 float floater; in FIX32ToFloat() local
122 floater = (float) fix32.Whole + (float) fix32.Frac / 65536.0; in FIX32ToFloat()
123 return floater; in FIX32ToFloat()

12345678910>>...15