Home
last modified time | relevance | path

Searched refs:anchor_point (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject_mover.cpp136 MapCoord anchor_point = constraint.object->getCoordinate(constraint.curve_anchor_index); in move() local
139 MapCoordF to_hover_point = MapCoordF(moved_handle - anchor_point); in move()
146 && Util::pointsFormCorner(moved_handle, anchor_point, opposite_handle, corner_tolerance)) in move()
151 opposite_handle.setX(anchor_point.x() - constraint.opposite_handle_dist * to_hover_point.x()); in move()
152 opposite_handle.setY(anchor_point.y() - constraint.opposite_handle_dist * to_hover_point.y()); in move()
157 …constraint.anchor_is_corner = Util::pointsFormCorner(moved_handle, anchor_point, opposite_handle, … in move()
283 const auto anchor_point = path->getCoordinate(constraint.curve_anchor_index); in calculateConstraints() local
284 …constraint.anchor_is_corner = Util::pointsFormCorner(handle1, anchor_point, handle2, corner_tolera… in calculateConstraints()
286 constraint.opposite_handle_dist = handle2.distanceTo(anchor_point); in calculateConstraints()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/draw/
H A Ddraw.c66 XPoint anchor_point ; member
754 graph->anchor_point.x, graph->anchor_point.y, in StartUnit()
769 graph->anchor_point.x, graph->anchor_point.y, in DragUnit()
777 graph->anchor_point.x, graph->anchor_point.y, in DragUnit()
807 graph->anchor_point.x, graph->anchor_point.y, in EndUnit()
814 if (NearPoint(graph->anchor_point, x, y)) { in EndUnit()
827 graph->anchor_point.x, graph->anchor_point.y, in EndUnit()
834 graph->anchor_point.x ; in EndUnit()
836 graph->anchor_point.y ; in EndUnit()
847 graph->drag_point.x = graph->anchor_point.x = x ; in EndUnit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/
H A DTransform.cpp149 SkV3 TransformAdapter3D::anchor_point() const { in anchor_point() function in skottie::internal::TransformAdapter3D
163 const auto anchor_point = this->anchor_point(), in totalMatrix() local
173 * SkM44::Translate(-anchor_point.x, -anchor_point.y, -anchor_point.z); in totalMatrix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/
H A DTransform.cpp147 SkV3 TransformAdapter3D::anchor_point() const { in anchor_point() function in skottie::internal::TransformAdapter3D
161 const auto anchor_point = this->anchor_point(), in totalMatrix() local
171 * SkM44::Translate(-anchor_point.x, -anchor_point.y, -anchor_point.z); in totalMatrix()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Dpoint_handles.cpp177 void PointHandles::drawCurveHandleLine(QPainter* painter, QPointF anchor_point, QPointF curve_handl… in drawCurveHandleLine() argument
185 QPointF to_handle = curve_handle - anchor_point; in drawCurveHandleLine()
202 anchor_point += to_handle * factor; in drawCurveHandleLine()
206 painter->drawLine(anchor_point, curve_handle); in drawCurveHandleLine()
H A Dpoint_handles.h153 …void drawCurveHandleLine(QPainter* painter, QPointF anchor_point, QPointF curve_handle, PointHandl…
/dports/math/grace/grace-5.1.25/src/
H A Devents.c236 anchor_point(x, y, vp); in my_proc()
241 anchor_point(x, y, vp); in my_proc()
246 anchor_point(x, y, vp); in my_proc()
251 anchor_point(x, y, vp); in my_proc()
284 anchor_point(x, y, vp); in my_proc()
298 anchor_point(x, y, vp); in my_proc()
317 anchor_point(x, y, vp); in my_proc()
329 anchor_point(x, y, vp); in my_proc()
341 anchor_point(x, y, vp); in my_proc()
465 anchor_point(x, y, vp); in my_proc()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Smoothing/
H A Dcurvature_flow_impl.h144 if(anchor_point == boost::none) in init_smoothing()
145 anchor_point = get(vpmap_, v); in init_smoothing()
271 if(anchor_point != boost::none) in update_mesh()
272 pre_smooth_anchor_point = *anchor_point; in update_mesh()
288 if(anchor_point != boost::none) in update_mesh()
289 post_smooth_anchor_point = *anchor_point; in update_mesh()
405 boost::optional<Point> anchor_point; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Domnibox_formatting.cc75 int anchor_point = in GetElisionParameters() local
78 if (allow_offset && anchor_point > field_width) { in GetElisionParameters()
79 result.offset = field_width - anchor_point; in GetElisionParameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dtouch_selection_controller_client_child_frame.cc195 gfx::PointF anchor_point = in RunContextMenu() local
198 anchor_point.Offset(-origin.x(), -origin.y()); in RunContextMenu()
202 gfx::ToRoundedPoint(anchor_point))); in RunContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dtouch_selection_controller_client_child_frame.cc207 gfx::PointF anchor_point = in RunContextMenu() local
210 anchor_point.Offset(-origin.x(), -origin.y()); in RunContextMenu()
213 ui::MENU_SOURCE_TOUCH_EDIT_MENU, gfx::ToRoundedPoint(anchor_point)); in RunContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/accessibility/
H A Daccessibility_manager.cc93 const gfx::Point& anchor_point) { in SetTouchAccessibilityAnchorPoint() argument
94 touch_exploration_manager_->SetTouchAccessibilityAnchorPoint(anchor_point); in SetTouchAccessibilityAnchorPoint()
H A Dtouch_exploration_manager.cc92 const gfx::Point& anchor_point) { in SetTouchAccessibilityAnchorPoint() argument
95 anchor_point); in SetTouchAccessibilityAnchorPoint()
H A Dtouch_exploration_manager.h62 void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point);
H A Daccessibility_manager.h65 void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-flowtext.cpp499 Geom::Point anchor_point = this->layout.characterAnchorPoint(this->layout.begin()); in getAsText() local
500 sp_repr_set_svg_double(repr, "x", anchor_point[Geom::X]); in getAsText()
501 sp_repr_set_svg_double(repr, "y", anchor_point[Geom::Y]); in getAsText()
513 Geom::Point anchor_point = this->layout.characterAnchorPoint(it); in getAsText() local
540 …sp_repr_set_svg_double(span_tspan, "x", anchor_point[Geom::X]); // FIXME: this will pick up the w… in getAsText()
542 sp_repr_set_svg_double(span_tspan, "y", anchor_point[Geom::Y]); in getAsText()
544 …sp_repr_set_svg_double(line_tspan, "x", anchor_point[Geom::X]); // FIXME: this will pick up the w… in getAsText()
545 sp_repr_set_svg_double(line_tspan, "y", anchor_point[Geom::Y]); in getAsText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pdf/browser/
H A Dpdf_web_contents_helper.cc218 gfx::PointF anchor_point = in RunContextMenu() local
222 anchor_point.Offset(-origin.x(), -origin.y()); in RunContextMenu()
224 gfx::ToRoundedPoint(anchor_point), ui::MENU_SOURCE_TOUCH_EDIT_MENU); in RunContextMenu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp441 const auto anchor_point = this->fragmentAnchorPoint(rec, grouping_alignment, grouping_span); in pushPropsToFragment() local
444 SkM44::Translate(props.position.x + rec.fOrigin.x() + anchor_point.x, in pushPropsToFragment()
445 props.position.y + rec.fOrigin.y() + anchor_point.y, in pushPropsToFragment()
451 * SkM44::Translate(-anchor_point.x, -anchor_point.y, 0)); in pushPropsToFragment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp469 const auto anchor_point = this->fragmentAnchorPoint(rec, grouping_alignment, grouping_span); in pushPropsToFragment() local
472 SkM44::Translate(props.position.x + rec.fOrigin.x() + anchor_point.x, in pushPropsToFragment()
473 props.position.y + rec.fOrigin.y() + anchor_point.y, in pushPropsToFragment()
479 * SkM44::Translate(-anchor_point.x, -anchor_point.y, 0)); in pushPropsToFragment()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/contrib/
H A Dcc_decoder708.cpp247 switch (wnd[i]->anchor_point) in updateScreen()
410 if (decoder->windows[decoder->current_window].anchor_point == anchorpoint_bottom_left || in process_cr()
411 decoder->windows[decoder->current_window].anchor_point == anchorpoint_bottom_center) in process_cr()
650 int anchor_point = data[4]>>4; in handle_708_DFx_DefineWindow() local
668 decoder->windows[window].anchor_point=anchor_point; in handle_708_DFx_DefineWindow()
981 (window.anchor_point == anchorpoint_bottom_left || in process_service_block()
982 window.anchor_point == anchorpoint_bottom_center)) in process_service_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Dtouch_exploration_manager.cc194 const gfx::Point& anchor_point) { in SetTouchAccessibilityAnchorPoint() argument
197 anchor_point); in SetTouchAccessibilityAnchorPoint()
H A Dtouch_exploration_controller.h198 void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point);
453 void SetAnchorPointInternal(const gfx::PointF& anchor_point);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dprint_context.cc245 IntPoint anchor_point = layout_object->AbsoluteBoundingBoxRect().Location(); in OutputLinkedDestinations() local
246 if (page_rect.Contains(anchor_point)) in OutputLinkedDestinations()
247 context.SetURLDestinationLocation(entry.key, anchor_point); in OutputLinkedDestinations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dprint_context.cc239 IntPoint anchor_point = layout_object->AbsoluteBoundingBoxRect().Location(); in OutputLinkedDestinations() local
240 if (page_rect.Contains(anchor_point)) in OutputLinkedDestinations()
241 context.SetURLDestinationLocation(entry.key, anchor_point); in OutputLinkedDestinations()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/util/
H A Dutil.cpp316 bool Util::pointsFormCorner(const MapCoord& point1, const MapCoord& anchor_point, in pointsFormCorner() argument
319 const MapCoordF segment1 { point2 - anchor_point }; in pointsFormCorner()
320 const MapCoordF segment2 { point1 - anchor_point }; in pointsFormCorner()

12345678910