Home
last modified time | relevance | path

Searched refs:final_position (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_actionslider.c185 sd->final_position : 1.0 - sd->final_position; in _button_animator()
264 sd->final_position = 0; in _drag_button_up_cb()
273 sd->final_position = 0.5; in _drag_button_up_cb()
286 sd->final_position = 1; in _drag_button_up_cb()
301 sd->final_position = 0; in _drag_button_up_cb()
303 sd->final_position = 0.5; in _drag_button_up_cb()
305 sd->final_position = 1; in _drag_button_up_cb()
310 sd->final_position = 0.5; in _drag_button_up_cb()
329 sd->final_position = 1; in _drag_button_up_cb()
333 sd->final_position = 0; in _drag_button_up_cb()
[all …]
H A Delm_widget_actionslider.h32 double final_position; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dgrid_positions_resolver.cc169 GridPosition& final_position) { in InitialAndFinalPositionsFromStyle() argument
178 if (initial_position.IsSpan() && final_position.IsSpan()) in InitialAndFinalPositionsFromStyle()
179 final_position.SetAutoPosition(); in InitialAndFinalPositionsFromStyle()
183 if (initial_position.IsAuto() && final_position.IsSpan() && in InitialAndFinalPositionsFromStyle()
184 !final_position.NamedGridLine().IsNull()) in InitialAndFinalPositionsFromStyle()
185 final_position.SetSpanPosition(1, g_null_atom); in InitialAndFinalPositionsFromStyle()
186 if (final_position.IsAuto() && initial_position.IsSpan() && in InitialAndFinalPositionsFromStyle()
357 GridPosition initial_position, final_position; in SpanSizeForAutoPlacedItem() local
366 if (initial_position.IsAuto() && final_position.IsAuto()) in SpanSizeForAutoPlacedItem()
465 GridPosition initial_position, final_position; in ResolveGridPositionsFromStyle() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dgrid_positions_resolver.cc169 GridPosition& final_position) { in InitialAndFinalPositionsFromStyle() argument
173 final_position = (direction == kForColumns) in InitialAndFinalPositionsFromStyle()
179 if (initial_position.IsSpan() && final_position.IsSpan()) in InitialAndFinalPositionsFromStyle()
180 final_position.SetAutoPosition(); in InitialAndFinalPositionsFromStyle()
185 !final_position.NamedGridLine().IsNull()) in InitialAndFinalPositionsFromStyle()
186 final_position.SetSpanPosition(1, g_null_atom); in InitialAndFinalPositionsFromStyle()
356 GridPosition initial_position, final_position; in SpanSizeForAutoPlacedItem() local
358 final_position); in SpanSizeForAutoPlacedItem()
365 if (initial_position.IsAuto() && final_position.IsAuto()) in SpanSizeForAutoPlacedItem()
464 GridPosition initial_position, final_position; in ResolveGridPositionsFromStyle() local
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Tetrahedral_remeshing/internal/
H A Dsmooth_vertices.h525 final_position = final_position + *mls_projection; in smooth_vertices()
528 final_position = final_position + normal_projection; in smooth_vertices()
534 final_position = final_position / static_cast<FT>(count); in smooth_vertices()
542 … const typename Tr::Point new_pos(final_position.x(), final_position.y(), final_position.z()); in smooth_vertices()
559 final_position = final_position + *mls_projection; in smooth_vertices()
562 final_position = final_position + current_pos; in smooth_vertices()
568 final_position = final_position / static_cast<FT>(count); in smooth_vertices()
570 final_position = current_pos; in smooth_vertices()
576 … const typename Tr::Point new_pos(final_position.x(), final_position.y(), final_position.z()); in smooth_vertices()
642 final_position = final_position + *mls_projection; in smooth_vertices()
[all …]
/dports/textproc/p5-Text-UnicodeBox/Text-UnicodeBox-0.03/lib/Text/
H A DUnicodeBox.pm123 $current_line{final_position} = $position;
168 return if $position >= $line_details->{final_position};
183 my $final_position = $current_line ? $current_line->{final_position} : 0;
184 $final_position = $self->last_line->{final_position}
185 if $self->last_line && $self->last_line->{final_position} > $final_position;
188 foreach my $position (0..$final_position - 1) {
/dports/multimedia/smplayer/smplayer-21.10.0/src/old/
H A Dfloatingwidget.cpp118 void FloatingWidget::showAnimated(QPoint final_position, Movement movement) { in showAnimated() argument
126 animation->setEndValue(final_position); in showAnimated()
127 QPoint initial_position = final_position; in showAnimated()
138 final_y = final_position.y(); in showAnimated()
141 current_y = final_position.y() + height(); in showAnimated()
143 current_y = final_position.y() - height(); in showAnimated()
H A Dfloatingwidget.h49 void showAnimated(QPoint final_position, Movement movement);
/dports/devel/p5-String-Approx/String-Approx-3.28/t/
H A Daindex.t20 is(aindex("xyz", ["final_position=5"], "abcdexyz"), -1);
23 "final_position=6"], "xyzabcxyz"), -1);
26 "final_position=7"], "xyzabcxyz"), 6);
29 "final_position=6"], "xyzabcxyz"), 1);
/dports/science/siconos/siconos-4.4.0/mechanics/src/collision/bullet/test/
H A DContactTest.cpp66 double final_position; member
340 r.final_position = (*body->q())(2); in bounceTest()
373 r.final_position, r.final_position_std); in t1()
415 results[0][0].final_position, in t2()
416 results[0][1].final_position, in t2()
417 results[0][2].final_position); in t2()
419 results[1][0].final_position, in t2()
420 results[1][1].final_position, in t2()
421 results[1][2].final_position); in t2()
482 results[i].final_position, in t3()
H A DContact2dTest.cpp63 double final_position; member
347 r.final_position = (*body->q())(2); in bounceTest()
382 r.final_position, r.final_position_std); in t1()
413 r.final_position, r.final_position_std); in t2()
444 r.final_position, r.final_position_std); in t3()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_smart_stitch.c1023 UVVertAverage *final_position = NULL; in stitch_process_data() local
1293 final_position = MEM_callocN(state->selection_size * sizeof(*final_position), in stitch_process_data()
1299 final_position = MEM_callocN(state->total_separate_uvs * sizeof(*final_position), in stitch_process_data()
1319 final_position[i].count = 1; in stitch_process_data()
1334 final_position[i].count++; in stitch_process_data()
1347 final_position[i].uv[0] /= final_position[i].count; in stitch_process_data()
1348 final_position[i].uv[1] /= final_position[i].count; in stitch_process_data()
1366 final_position[edge->uv1].count = 1; in stitch_process_data()
1404 final_position[i].uv[0] /= final_position[i].count; in stitch_process_data()
1405 final_position[i].uv[1] /= final_position[i].count; in stitch_process_data()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/shaders/
H A DcombinedVertexShader.glsl67 vec4 final_position = vec4(position + (extrusion_vector * (render_thickness / 2.0) ), 0.0, 1.0);
69 gl_Position = mvp * final_position;
/dports/devel/radare2/radare2-5.1.1/shlr/grub/fs/
H A Dreiserfs.c1079 grub_off_t initial_position, current_position, final_position, length; in grub_reiserfs_read() local
1089 final_position = MIN (len + initial_position, file->size); in grub_reiserfs_read()
1093 (unsigned long long) final_position, in grub_reiserfs_read()
1094 (unsigned long long) (final_position - initial_position), in grub_reiserfs_read()
1096 while (current_position < final_position) in grub_reiserfs_read()
1114 length = (MIN (item_size, final_position - current_position) in grub_reiserfs_read()
1150 && current_position < final_position; in grub_reiserfs_read()
1160 length = (MIN (block_size, final_position - current_position) in grub_reiserfs_read()
1171 final_position, offset, length, len); in grub_reiserfs_read()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dzstream.cpp369 auto final_position = ostream.tellp(); in ~zip_streambuf_compress() local
374 ostream.seekp(final_position); in ~zip_streambuf_compress()
459 auto final_position = destination_stream_.tellp(); in ~ozstream() local
474 …write_int(destination_stream_, static_cast<std::uint32_t>(central_end - final_position)); // size … in ~ozstream()
475 write_int(destination_stream_, static_cast<std::uint32_t>(final_position)); // offset to header in ~ozstream()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dautohidewidget.cpp242 QPoint final_position = pos(); in showAnimated() local
249 animation->setEndValue(final_position); in showAnimated()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/partio_zip/
H A Dzip_manager.cpp363 std::streampos final_position=ostream.tellp(); in ~ZipStreambufCompress() local
368 ostream.seekp(final_position);} in ~ZipStreambufCompress()
461 std::streampos final_position=ostream.tellp(); in ~ZipFileWriter() local
470 Write_Primitive(ostream,(unsigned int)(central_end-final_position)); // size of header in ~ZipFileWriter()
471 Write_Primitive(ostream,(unsigned int)final_position); // offset to header in ~ZipFileWriter()
/dports/graphics/partio/partio-1.14.6/src/lib/io/
H A DZIP.cpp366 std::streampos final_position=ostream.tellp(); in ~ZipStreambufCompress() local
371 ostream.seekp(final_position);} in ~ZipStreambufCompress()
464 std::streampos final_position=ostream.tellp(); in ~ZipFileWriter() local
473 Write_Primitive(ostream,(unsigned int)(central_end-final_position)); // size of header in ~ZipFileWriter()
474 Write_Primitive(ostream,(unsigned int)final_position); // offset to header in ~ZipFileWriter()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkpopover.c169 GtkPositionType final_position; member
402 position = priv->final_position; in update_popover_layout()
407 priv->final_position = flipped_x ? GTK_POS_RIGHT : GTK_POS_LEFT; in update_popover_layout()
410 priv->final_position = flipped_x ? GTK_POS_LEFT : GTK_POS_RIGHT; in update_popover_layout()
413 priv->final_position = flipped_y ? GTK_POS_BOTTOM : GTK_POS_TOP; in update_popover_layout()
416 priv->final_position = flipped_y ? GTK_POS_TOP : GTK_POS_BOTTOM; in update_popover_layout()
423 if (priv->final_position != position || in update_popover_layout()
894 priv->final_position = GTK_POS_BOTTOM; in gtk_popover_init()
1193 pos = priv->final_position; in gtk_popover_get_gap_coords()
1490 switch (priv->final_position) in gtk_popover_size_allocate()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkpopover.c172 guint final_position : 2; member
813 pos = get_effective_position (popover, priv->final_position); in gtk_popover_get_gap_coords()
1086 priv->final_position = priv->preferred_position; in gtk_popover_update_position()
1105 priv->final_position = priv->preferred_position; in gtk_popover_update_position()
1111 priv->final_position = priv->preferred_position; in gtk_popover_update_position()
1115 priv->final_position = opposite_position (priv->preferred_position); in gtk_popover_update_position()
1130 priv->final_position = pos; in gtk_popover_update_position()
1133 switch (priv->final_position) in gtk_popover_update_position()
1150 priv->final_position, &rect); in gtk_popover_update_position()
1152 if (priv->final_position != priv->current_position) in gtk_popover_update_position()
[all …]
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest___init__.py257 final_position = offset
259 final_position = self._fileobj.tell() + offset
261 final_position = get_size(self._fileobj) + offset
262 assert final_position >= 0, final_position
/dports/print/gutenprint/gutenprint-5.3.3/test/
H A Dparse-escp2703 my ($final_position) = ($vertical_position / $vertical_unit)
711 $final_position);
716 $final_position);
/dports/print/gimp-gutenprint/gutenprint-5.3.3/test/
H A Dparse-escp2703 my ($final_position) = ($vertical_position / $vertical_unit)
711 $final_position);
716 $final_position);
/dports/deskutils/egroupware/egroupware/importexport/inc/
H A Dclass.importexport_import_csv.inc.php169 $final_position = --$this->current_position;
172 while ($this->current_position !== $final_position) {
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/physics/
H A Dphysics.h213 …void setAVD(float final_position, float total_movement_time, float starting_accleration_time, floa…

12