Home
last modified time | relevance | path

Searched refs:arrow_offset (Results 1 – 13 of 13) sorted by relevance

/dports/cad/uranium/Uranium-3ed9c4de/UM/Qt/Bindings/
H A DPointingRectangle.py110 arrow_offset = 0
117 vertex_data[4].set(arrow_offset - arrow_size, 0)
118 vertex_data[5].set(arrow_offset, - arrow_size)
119 vertex_data[6].set(arrow_offset + arrow_size, 0)
132 vertex_data[4].set(0, arrow_offset - arrow_size)
133 vertex_data[5].set(-arrow_size, arrow_offset)
134 vertex_data[6].set(0, arrow_offset + arrow_size)
172 border_vertices.append((arrow_offset - arrow_size, 0))
173 border_vertices.append((arrow_offset, - arrow_size))
174 border_vertices.append((arrow_offset + arrow_size, 0))
[all …]
/dports/games/ace-of-penguins/ace-1.4/games/
H A Dgolf.c41 static int arrow_offset, arrow_delta; variable
48 int x = column * arrow_delta + arrow_offset; in set_arrow()
70 int x = i * arrow_delta + arrow_offset; in redraw_arrows()
146 arrow_offset = (table_width - 7 * W) / 8; in init()
147 arrow_delta = arrow_offset + W; in init()
148 arrow_offset = (table_width - 7*W - 6*arrow_offset)/2; in init()
161 stacks[s] = stack_create(arrow_offset+s*arrow_delta, M); in init()
173 arrow_offset = arrow_offset + (W - arrow->w)/2; in init()
/dports/lang/py-hy/hy-0.19.0/hy/
H A Derrors.py92 self.arrow_offset = end_column
94 self.arrow_offset = len(self.text[0])
96 self.arrow_offset -= self.offset
98 self.arrow_offset = None
104 self.arrow_offset = None
137 if arrow_idx and self.arrow_offset:
139 '-' * (self.arrow_offset - 1))
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c312 int arrow_offset = DEFAULT_ARROW_OFFSET; in create_border_with_arrow() local
343 arrow_offset = 0; in create_border_with_arrow()
348 arrow_offset = width - arrow_side1_width; in create_border_with_arrow()
361 if (arrow_offset == 0 || arrow_offset == width - arrow_side1_width) in create_border_with_arrow()
377 g_assert(arrow_offset + arrow_side1_width >= 0); in create_border_with_arrow()
384 windata->drawn_arrow_begin_x = arrow_offset; in create_border_with_arrow()
402 if (arrow_offset > 0) in create_border_with_arrow()
438 if (arrow_offset < width - arrow_side1_width) in create_border_with_arrow()
443 ADD_POINT(arrow_offset + arrow_side1_width, height, 0, 1); in create_border_with_arrow()
470 arrow_offset = norm_point_y; in create_border_with_arrow()
[all …]
/dports/devel/SpecTcl/SpecTcl/SpecTcl/
H A Darrow.tk46 arrow_offset $base column $master $dx
47 arrow_offset $base row $master $dy
89 arrow_offset $base column $master $dx
90 arrow_offset $base row $master $dy
181 proc arrow_offset {base what master {offset 0}} { procedure
/dports/news/knews/knews-1.0b.1/Widgets/
H A DMenuKnapp.c26 offset(arrow_offset), XtRImmediate, (XtPointer)8},
129 x = w->core.width + w->menu_knapp.arrow_offset - in draw_arrow()
412 new->menu_knapp.arrow_offset != current->menu_knapp.arrow_offset) in SetValues()
H A DPullRightP.h27 Dimension arrow_offset; member
H A DMenuKnappP.h35 Dimension arrow_offset; member
H A DPullRight.c21 offset(arrow_offset), XtRImmediate, (XtPointer)8},
105 g->pull_right.arrow_offset - parent->shadow.shadow_width; in draw_arrow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/bubble/
H A Dbubble_border.h179 int arrow_offset() const { return arrow_offset_; } in arrow_offset() function
H A Dbubble_frame_view.cc682 bubble_border_->set_arrow_offset(bubble_border_->arrow_offset() - in OffsetArrowIfOutOfBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/bubble/
H A Dbubble_border.h179 int arrow_offset() const { return arrow_offset_; } in arrow_offset() function
H A Dbubble_frame_view.cc777 bubble_border_->set_arrow_offset(bubble_border_->arrow_offset() - in OffsetArrowIfOutOfBounds()