Home
last modified time | relevance | path

Searched refs:point_x (Results 51 – 75 of 305) sorted by relevance

12345678910>>...13

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimFontInformation.cpp190 const char* point_x = kwl.find(prefix, POINT_SIZE_X_KW); in loadState() local
192 if((point_x)&&(point_y)) in loadState()
194 thePointSize = ossimIpt(ossimString(point_x).toLong(), in loadState()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_ECC.py63point_x=20573031766139722500939782666697015100983491952082159880539639074939225934381,
748 key = ECC.construct(curve="P-256", point_x=_curves['p256'].Gx,
759 coord = dict(point_x=10, point_y=4)
760 coordG = dict(point_x=_curves['p256'].Gx, point_y=_curves['p256'].Gy)
786 key = ECC.construct(curve="P-384", point_x=curve.Gx, point_y=curve.Gy)
796 coord = dict(point_x=10, point_y=4)
797 coordG = dict(point_x=_curves['p384'].Gx, point_y=_curves['p384'].Gy)
823 key = ECC.construct(curve="P-521", point_x=curve.Gx, point_y=curve.Gy)
833 coord = dict(point_x=10, point_y=4)
834 coordG = dict(point_x=_curves['p521'].Gx, point_y=_curves['p521'].Gy)
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_ECC.py63point_x=20573031766139722500939782666697015100983491952082159880539639074939225934381,
748 key = ECC.construct(curve="P-256", point_x=_curves['p256'].Gx,
759 coord = dict(point_x=10, point_y=4)
760 coordG = dict(point_x=_curves['p256'].Gx, point_y=_curves['p256'].Gy)
786 key = ECC.construct(curve="P-384", point_x=curve.Gx, point_y=curve.Gy)
796 coord = dict(point_x=10, point_y=4)
797 coordG = dict(point_x=_curves['p384'].Gx, point_y=_curves['p384'].Gy)
823 key = ECC.construct(curve="P-521", point_x=curve.Gx, point_y=curve.Gy)
833 coord = dict(point_x=10, point_y=4)
834 coordG = dict(point_x=_curves['p521'].Gx, point_y=_curves['p521'].Gy)
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/misc/
H A Dlibrary_test.cpp206 auto point_x = point.get_type().get_property("x"); variable
209 point_x.set_value(point, 23);
212 CHECK(point_x.get_value(point).to_int() == 23);
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dcursor.cpp131 shape->get_hot_point(&(ptr->point_x), &(ptr->point_y)); in load_all()
212 if ((px - ptr->point_x) < 0) // offset by hotspot in fix_position()
215 px -= ptr->point_x; in fix_position()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/
H A DRenderable.cpp207 buffer_data[0].point_x = xval; in Draw()
220 …buffer_data[i].point_x=temp_radius*cosf(t*3.1415927f*2 + ang + 3.1415927f*0.25f)*(context.aspectC… in Draw()
247 buffer_data[0].point_x=xval; in Draw()
258 …buffer_data[i].point_x=temp_radius*cosf(t*3.1415927f*2 + ang + 3.1415927f*0.25f)*(context.aspectC… in Draw()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/math/
H A Dconstruct2d.py180 point_x, point_y = point
184 (end_y - start_y) * point_x - (end_x - start_x) * point_y + (
191 if not (start_x - abs_tol <= point_x <= end_x + abs_tol):
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-point-in-poly-private.h37 _cogl_util_point_in_screen_poly (float point_x,
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-point-in-poly-private.h37 _cogl_util_point_in_screen_poly (float point_x,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-point-in-poly-private.h37 _cogl_util_point_in_screen_poly (float point_x,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp225 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
233 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
234 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
254 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp228 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
236 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
237 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
257 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/geometry/
H A Drect_f.cc83 bool RectF::Contains(float point_x, float point_y) const { in Contains() argument
84 return point_x >= x() && point_x < right() && point_y >= y() && in Contains()
H A Drect.cc160 bool Rect::Contains(int point_x, int point_y) const { in Contains() argument
161 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) && in Contains()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/geometry/
H A Drect_f.cc83 bool RectF::Contains(float point_x, float point_y) const { in Contains() argument
84 return point_x >= x() && point_x < right() && point_y >= y() && in Contains()
H A Drect.cc160 bool Rect::Contains(int point_x, int point_y) const { in Contains() argument
161 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) && in Contains()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_pathdata.cpp56 float point_x; in UpdateLineEndPoints() local
58 point_x = end_pos.x - hw; in UpdateLineEndPoints()
60 point_x = end_pos.x + hw; in UpdateLineEndPoints()
62 rect->UpdateRect(CFX_PointF(point_x, end_pos.y + hw)); in UpdateLineEndPoints()
63 rect->UpdateRect(CFX_PointF(point_x, end_pos.y - hw)); in UpdateLineEndPoints()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_pathdata.cpp37 FX_FLOAT point_x; in UpdateLineEndPoints() local
39 point_x = end_pos.x - hw; in UpdateLineEndPoints()
41 point_x = end_pos.x + hw; in UpdateLineEndPoints()
43 rect->UpdateRect(point_x, end_pos.y + hw); in UpdateLineEndPoints()
44 rect->UpdateRect(point_x, end_pos.y - hw); in UpdateLineEndPoints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_pathdata.cpp56 float point_x; in UpdateLineEndPoints() local
58 point_x = end_pos.x - hw; in UpdateLineEndPoints()
60 point_x = end_pos.x + hw; in UpdateLineEndPoints()
62 rect->UpdateRect(CFX_PointF(point_x, end_pos.y + hw)); in UpdateLineEndPoints()
63 rect->UpdateRect(CFX_PointF(point_x, end_pos.y - hw)); in UpdateLineEndPoints()
/dports/databases/grass7/grass-7.8.6/raster/r.uslek/
H A Dprct2tex.c14 double point_in_triangle(double point_x, double point_y, double point_z, in point_in_triangle() argument
20 point_x,point_y,point_z); in point_in_triangle()
46 af1 = (point_x - t1_x); in point_in_triangle()
49 bf1 = (point_x - t2_x); in point_in_triangle()
52 cf1 = (point_x - t3_x); in point_in_triangle()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/xps/
H A Dxps-path.c117 float point_x, float point_y) in xps_draw_arc() argument
133 x2 = point_x; in xps_draw_arc()
213 fz_lineto(ctx, path, point_x, point_y); in xps_draw_arc()
475 float point_x, point_y; in xps_parse_arc_segment() local
498 point_x = point_y = 0; in xps_parse_arc_segment()
501 xps_parse_point(ctx, doc, point_att, &point_x, &point_y); in xps_parse_arc_segment()
509 fz_moveto(ctx, path, point_x, point_y); in xps_parse_arc_segment()
513 …xps_draw_arc(ctx, doc, path, size_x, size_y, rotation_angle, is_large_arc, is_clockwise, point_x, … in xps_parse_arc_segment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp1884 int point_x = 0; in verify() local
1901 point_x = 6 * index; in verify()
1906 point_x = 6 * n_point; in verify()
1911 t1[0] = point_x; in verify()
1913 t1[2] = point_x; in verify()
1915 t1[4] = point_x + 6; in verify()
1918 t2[0] = point_x + 6; in verify()
1920 t2[2] = point_x; in verify()
1922 t2[4] = point_x + 6; in verify()
1932 point_x = t1_center[0]; in verify()
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Getting Started/Realtime_Interaction/
H A DWidgets_Checkbox.csd35 kpoint_x invalue "point_x"
42 kpoint_x invalue "point_x"
54 outvalue "point_x", knew_x
98 <objectName2>point_x</objectName2>
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DPlot.java507 final int point_x = event.getPoint().x;
512 cross_hair_position = point_x;
513 drag_start_position = point_x;
536 final int point_x = event.getPoint().x;
540 cross_hair_position = point_x;
/dports/games/xonotic/Xonotic/source/qcsrc/server/pathlib/
H A Dmovenode.qc142 //dprint("point_x:",ftos(point_x)," point_y:",ftos(point_y),"\n\n");

12345678910>>...13