Home
last modified time | relevance | path

Searched refs:anchor_y (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-feedback-actor.c44 float anchor_y; member
92 priv->anchor_y = g_value_get_int (value); in meta_feedback_actor_set_property()
116 g_value_set_float (value, priv->anchor_y); in meta_feedback_actor_get_property()
170 float anchor_y) in meta_feedback_actor_new() argument
176 "anchor-y", anchor_y, in meta_feedback_actor_new()
185 float anchor_y) in meta_feedback_actor_set_anchor() argument
193 if (priv->anchor_x == anchor_x && priv->anchor_y == anchor_y) in meta_feedback_actor_set_anchor()
202 if (priv->anchor_y != anchor_y) in meta_feedback_actor_set_anchor()
204 priv->anchor_y = anchor_y; in meta_feedback_actor_set_anchor()
224 if (anchor_y) in meta_feedback_actor_get_anchor()
[all …]
H A Dmeta-feedback-actor-private.h49 float anchor_y);
53 float anchor_y);
56 float *anchor_y);
/dports/math/grace/grace-5.1.25/src/
H A Devents.c68 static int anchor_y = 0; variable
91 anchor_y = cury; in anchor_point()
143 select_region(anchor_x, anchor_y, x, y, 1); in my_proc()
153 select_line(anchor_x, anchor_y, x, y, 1); in my_proc()
163 select_line(anchor_x, anchor_y, x, y, 1); in my_proc()
166 select_line(x, anchor_y, anchor_x, anchor_y, 1); in my_proc()
318 select_line(anchor_x, anchor_y, x, y, 0); in my_proc()
322 select_line(anchor_x, anchor_y, x, y, 0); in my_proc()
590 select_line(anchor_x, anchor_y, x, y, 0); in set_action()
593 select_line(anchor_x, anchor_y, x, y, 0); in set_action()
[all …]
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/
H A Dpopupmenu.cpp103 int anchor_y = (row + 1) * cell_height; in setGeometry() local
114 anchor_y = (row - 1) * cell_height - height; in setGeometry()
118 anchor_y = 0; in setGeometry()
124 anchor_y = (row + 1) * cell_height; in setGeometry()
127 return QListView::setGeometry(anchor_x, anchor_y, width, height); in setGeometry()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/
H A D__init__.py385 anchor_y = 0 variable in AbstractImage
825 texture.anchor_y = self.anchor_y
861 texture.anchor_y = self.anchor_y
917 y -= self.anchor_y
1285 texture.anchor_y = self.anchor_y
1314 texture.anchor_y = self.anchor_y
1650 transform.anchor_y = self.anchor_y
1656 transform.anchor_y = self.height - self.anchor_y
1670 transform.anchor_y = transform.height - transform.anchor_y
1766 texture.anchor_y = images[0].anchor_y
[all …]
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/
H A D__init__.py382 anchor_y = 0 variable in AbstractImage
822 texture.anchor_y = self.anchor_y
858 texture.anchor_y = self.anchor_y
914 y -= self.anchor_y
1282 texture.anchor_y = self.anchor_y
1311 texture.anchor_y = self.anchor_y
1647 transform.anchor_y = self.anchor_y
1653 transform.anchor_y = self.height - self.anchor_y
1667 transform.anchor_y = transform.height - transform.anchor_y
1763 texture.anchor_y = images[0].anchor_y
[all …]
/dports/graphics/clutter/clutter-1.26.4/tests/conform/
H A Dactor-anchors.c151 gfloat anchor_x, anchor_y; in test_anchor_point() local
162 "anchor-y", &anchor_y, in test_anchor_point()
166 g_assert (anchor_y == 0); in test_anchor_point()
173 "anchor-y", &anchor_y, in test_anchor_point()
177 g_assert (anchor_y == 30); in test_anchor_point()
186 "anchor-y", &anchor_y, in test_anchor_point()
190 g_assert (anchor_y == 50); in test_anchor_point()
234 "anchor-y", &anchor_y, in test_anchor_point()
238 g_assert (anchor_y == RECT_HEIGHT); in test_anchor_point()
253 g_assert (anchor_y == 30); in test_anchor_point()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/
H A Dactor-anchors.c151 gfloat anchor_x, anchor_y; in test_anchor_point() local
162 "anchor-y", &anchor_y, in test_anchor_point()
166 g_assert (anchor_y == 0); in test_anchor_point()
173 "anchor-y", &anchor_y, in test_anchor_point()
177 g_assert (anchor_y == 30); in test_anchor_point()
186 "anchor-y", &anchor_y, in test_anchor_point()
190 g_assert (anchor_y == 50); in test_anchor_point()
234 "anchor-y", &anchor_y, in test_anchor_point()
238 g_assert (anchor_y == RECT_HEIGHT); in test_anchor_point()
253 g_assert (anchor_y == 30); in test_anchor_point()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-dnd-surface.c118 float anchor_y; in dnd_subsurface_sync_actor_state() local
126 meta_feedback_actor_get_anchor (feedback_actor, &anchor_x, &anchor_y); in dnd_subsurface_sync_actor_state()
128 anchor_y -= surface_role_dnd->pending_offset_y; in dnd_subsurface_sync_actor_state()
129 meta_feedback_actor_set_anchor (feedback_actor, anchor_x, anchor_y); in dnd_subsurface_sync_actor_state()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/text/
H A D__init__.py236 anchor_x='left', anchor_y='baseline', argument
276 self._anchor_y = anchor_y
418 anchor_x='left', anchor_y='baseline', argument
470 anchor_x, anchor_y,
493 anchor_x='left', anchor_y='baseline', argument
532 anchor_x, anchor_y,
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/text/
H A D__init__.py236 anchor_x='left', anchor_y='baseline', argument
276 self._anchor_y = anchor_y
398 anchor_x='left', anchor_y='baseline', argument
448 anchor_x, anchor_y,
470 anchor_x='left', anchor_y='baseline', argument
509 anchor_x, anchor_y,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/wayland/
H A Dwayland_positioner.cc183 Direction anchor_y = MaskToDirection(anchor_, ZXDG_POSITIONER_V6_ANCHOR_TOP, in CalculatePosition() local
214 anchor_y = Flip(anchor_y); in CalculatePosition()
227 bool y_occluded = !(anchor_y == gravity_y && anchor_y != kNeutral); in CalculatePosition()
242 anchor_y, gravity_y, adjustments_y); in CalculatePosition()
/dports/graphics/libchamplain/libchamplain-0.12.20/champlain/
H A Dchamplain-viewport.c37 gint anchor_y; member
379 self->priv->anchor_y = 0; in champlain_viewport_init()
405 relocated = (ABS (priv->anchor_x - x) > ANCHOR_LIMIT || ABS (priv->anchor_y - y) > ANCHOR_LIMIT); in champlain_viewport_set_origin()
409 priv->anchor_y = y - ANCHOR_LIMIT / 2; in champlain_viewport_set_origin()
413 clutter_actor_set_position (priv->child, -x + priv->anchor_x, -y + priv->anchor_y); in champlain_viewport_set_origin()
479 *y = priv->anchor_y; in champlain_viewport_get_anchor()
504 clutter_actor_set_position (actor, x - priv->anchor_x, y - priv->anchor_y); in champlain_viewport_set_actor_position()
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_plotmark.inc.php195 $anchor_y = 0.5;
222 list($anchor_x,$anchor_y) = $this->imgdata_pushpins->GetAnchor();
231 list($anchor_x,$anchor_y) = $this->imgdata_squares->GetAnchor();
240 list($anchor_x,$anchor_y) = $this->imgdata_stars->GetAnchor();
249 list($anchor_x,$anchor_y) = $this->imgdata_bevels->GetAnchor();
258 list($anchor_x,$anchor_y) = $this->imgdata_diamonds->GetAnchor();
270 list($anchor_x,$anchor_y) = $this->imgdata_balls->GetAnchor();
284 $dy = round($y-$dh*$anchor_y);
438 protected $anchor_x=0.5, $anchor_y=0.5 ; // Where is the center of the image variable in ImgData
457 return array($this->anchor_x,$this->anchor_y);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_plotmark.inc.php204 $anchor_y = 0.5;
231 list($anchor_x,$anchor_y) = $this->imgdata_pushpins->GetAnchor();
240 list($anchor_x,$anchor_y) = $this->imgdata_squares->GetAnchor();
249 list($anchor_x,$anchor_y) = $this->imgdata_stars->GetAnchor();
258 list($anchor_x,$anchor_y) = $this->imgdata_bevels->GetAnchor();
267 list($anchor_x,$anchor_y) = $this->imgdata_diamonds->GetAnchor();
279 list($anchor_x,$anchor_y) = $this->imgdata_balls->GetAnchor();
293 $dy = round($y-$dh*$anchor_y);
452 protected $anchor_x=0.5, $anchor_y=0.5 ; // Where is the center of the image variable in ImgData
477 return array($this->anchor_x,$this->anchor_y);
/dports/graphics/py-glooey/glooey-0.3.3/docs/making_widgets_from_scratch/
H A Dimage_clock.py141 custom_face.anchor_x, custom_face.anchor_y = 150, 150
143 custom_hour_hand.anchor_x, custom_hour_hand.anchor_y = 13, 0
145 custom_minute_hand.anchor_x, custom_minute_hand.anchor_y = 9, 0
147 custom_second_hand.anchor_x, custom_second_hand.anchor_y = 4, 24
/dports/graphics/py-pyglet/pyglet-1.5.21/examples/game/version3/game/
H A Dresources.py7 image.anchor_y = image.height / 2
29 engine_image.anchor_y = engine_image.height / 2
/dports/graphics/py-pyglet150/pyglet-1.5.0/examples/game/version3/game/
H A Dresources.py7 image.anchor_y = image.height / 2
29 engine_image.anchor_y = engine_image.height / 2
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_libopencv.c220 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
223 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
246 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
249 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
254 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
261 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_libopencv.c207 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
210 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
231 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
234 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
238 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
244 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_libopencv.c220 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
223 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
246 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
249 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
254 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
261 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_libopencv.c220 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
223 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
246 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
249 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
254 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
261 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c220 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
223 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
246 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
249 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
254 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
261 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_libopencv.c207 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
210 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
231 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
234 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
238 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
244 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c220 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
223 …sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_file… in parse_iplconvkernel()
246 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel()
249 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel()
254 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel()
261 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()

1234567891011