Home
last modified time | relevance | path

Searched defs:point (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/opencv3/3rdparty/openexr/Imath/
DImathBox.h153 inline Box<T>::Box (const T &point) in Box()
201 Box<T>::extendBy(const T &point) in extendBy()
231 Box<T>::intersects(const T &point) const in intersects()
409 inline Box<Vec2<T> >::Box (const Vec2<T> &point) in Box()
457 Box<Vec2<T> >::extendBy (const Vec2<T> &point) in extendBy()
493 Box<Vec2<T> >::intersects (const Vec2<T> &point) const in intersects()
652 inline Box<Vec3<T> >::Box (const Vec3<T> &point) in Box()
700 Box<Vec3<T> >::extendBy (const Vec3<T> &point) in extendBy()
748 Box<Vec3<T> >::intersects (const Vec3<T> &point) const in intersects()
DImathPlane.h150 inline void Plane3<T>::set(const Vec3<T>& point, const Vec3<T>& n) in set()
166 inline T Plane3<T>::distanceTo(const Vec3<T> &point) const in distanceTo()
172 inline Vec3<T> Plane3<T>::reflectPoint(const Vec3<T> &point) const in reflectPoint()
186 inline bool Plane3<T>::intersect(const Line3<T>& line, Vec3<T>& point) const in intersect()
240 Vec3<T> point = plane.distance * plane.normal; variable
DImathInterval.h131 inline Interval<T>::Interval(const T& point) in Interval()
161 Interval<T>::extendBy(const T& point) in extendBy()
183 Interval<T>::intersects(const T& point) const in intersects()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dgeometry.hpp34 class point { class
36 point() : a() { in point() function in clover::point
39 point(std::initializer_list<T> v) { in point() function in clover::point
44 point(const T *v) { in point() function in clover::point
/external/snakeyaml/src/test/resources/template/
Detalon2-template.yaml5 point: [1.0, 2.0] key
/external/boringssl/src/crypto/ec/
Doct.c77 const EC_POINT *point, in ec_GFp_simple_point2oct()
171 static int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, in ec_GFp_simple_oct2point()
252 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
261 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
272 EC_POINT *point, const BIGNUM *x_, in ec_GFp_simple_set_compressed_coordinates()
409 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GFp()
Dsimple.c303 int ec_GFp_simple_point_init(EC_POINT *point) { in ec_GFp_simple_point_init()
312 void ec_GFp_simple_point_finish(EC_POINT *point) { in ec_GFp_simple_point_finish()
318 void ec_GFp_simple_point_clear_finish(EC_POINT *point) { in ec_GFp_simple_point_clear_finish()
337 EC_POINT *point) { in ec_GFp_simple_point_set_to_infinity()
344 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, in ec_GFp_simple_set_Jprojective_coordinates_GFp()
403 const EC_POINT *point, in ec_GFp_simple_get_Jprojective_coordinates_GFp()
446 EC_POINT *point, const BIGNUM *x, in ec_GFp_simple_point_set_affine_coordinates()
459 const EC_POINT *point, BIGNUM *x, in ec_GFp_simple_point_get_affine_coordinates()
879 int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { in ec_GFp_simple_invert()
888 int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { in ec_GFp_simple_is_at_infinity()
[all …]
Dec.c672 void EC_POINT_free(EC_POINT *point) { in EC_POINT_free()
682 void EC_POINT_clear_free(EC_POINT *point) { in EC_POINT_clear_free()
726 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) { in EC_POINT_set_to_infinity()
734 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { in EC_POINT_is_at_infinity()
742 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_is_on_curve()
760 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { in EC_POINT_make_affine()
782 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GFp()
795 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates_GFp()
863 int ec_point_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in ec_point_set_Jprojective_coordinates_GFp()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp534 FX_BOOL CPWL_SBButton::OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonDown()
546 FX_BOOL CPWL_SBButton::OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonUp()
558 FX_BOOL CPWL_SBButton::OnMouseMove(const CPDF_Point& point, FX_DWORD nFlag) { in OnMouseMove()
689 FX_BOOL CPWL_ScrollBar::OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonDown()
742 FX_BOOL CPWL_ScrollBar::OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonUp()
944 void CPWL_ScrollBar::OnMinButtonLBDown(const CPDF_Point& point) { in OnMinButtonLBDown()
955 void CPWL_ScrollBar::OnMinButtonLBUp(const CPDF_Point& point) {} in OnMinButtonLBUp()
957 void CPWL_ScrollBar::OnMinButtonMouseMove(const CPDF_Point& point) {} in OnMinButtonMouseMove()
959 void CPWL_ScrollBar::OnMaxButtonLBDown(const CPDF_Point& point) { in OnMaxButtonLBDown()
970 void CPWL_ScrollBar::OnMaxButtonLBUp(const CPDF_Point& point) {} in OnMaxButtonLBUp()
[all …]
DPWL_Button.cpp24 FX_BOOL CPWL_Button::OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonDown()
33 FX_BOOL CPWL_Button::OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonUp()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DRealPointValuePair.java36 private final double[] point; field in RealPointValuePair
46 public RealPointValuePair(final double[] point, final double value) { in RealPointValuePair()
58 public RealPointValuePair(final double[] point, final double value, in RealPointValuePair()
DVectorialPointValuePair.java36 private final double[] point; field in VectorialPointValuePair
46 public VectorialPointValuePair(final double[] point, final double[] value) { in VectorialPointValuePair()
58 public VectorialPointValuePair(final double[] point, final double[] value, in VectorialPointValuePair()
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp159 const CPDF_Point& point) { in Annot_OnLButtonDown()
170 const CPDF_Point& point) { in Annot_OnLButtonUp()
182 const CPDF_Point& point) { in Annot_OnLButtonDblClk()
193 const CPDF_Point& point) { in Annot_OnMouseMove()
205 const CPDF_Point& point) { in Annot_OnMouseWheel()
218 const CPDF_Point& point) { in Annot_OnRButtonDown()
229 const CPDF_Point& point) { in Annot_OnRButtonUp()
350 const CPDF_Point& point) { in Annot_OnHitTest()
500 const CPDF_Point& point) { in OnLButtonDown()
515 const CPDF_Point& point) { in OnLButtonUp()
[all …]
/external/fonttools/Lib/fontTools/pens/
DpointInsidePen.py80 def _moveTo(self, point): argument
87 def _lineTo(self, point): argument
107 def _curveToOne(self, bcp1, bcp2, point): argument
169 def _qCurveToOne_unfinished(self, bcp, point): argument
/external/zlib/src/examples/
Dzran.c67 struct point { struct
74 /* access point list */ argument
/external/opencv3/modules/python/test/
Dtransformations.py222 def reflection_matrix(point, normal): argument
277 def rotation_matrix(angle, direction, point=None): argument
439 def projection_matrix(point, normal, direction=None, argument
626 def shear_matrix(angle, direction, point, normal): argument
1437 def down(self, point): argument
1448 def drag(self, point): argument
1474 def arcball_map_to_sphere(point, center, radius): argument
1487 def arcball_constrain_to_axis(point, axis): argument
1503 def arcball_nearest_axis(point, axes): argument
/external/v8/test/cctest/
Dtest-bignum-dtoa.cc63 int point; in TEST() local
261 int point; in TEST() local
279 int point; in TEST() local
300 int point; in TEST() local
Dtest-dtoa.cc63 int point; in TEST() local
272 int point; in TEST() local
292 int point; in TEST() local
315 int point; in TEST() local
Dtest-fast-dtoa.cc60 int point; in TEST() local
130 int point; in TEST() local
232 int point; in TEST() local
261 int point; in TEST() local
Dtest-fixed-dtoa.cc46 int point; in TEST() local
497 int point; in TEST() local
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1085 PSH_Point point = glyph->points; in psh_glyph_load_points() local
1119 PSH_Point point = glyph->points; in psh_glyph_save_points() local
1186 PSH_Point point; in psh_glyph_init() local
1219 PSH_Point point = points; in psh_glyph_init() local
1298 PSH_Point point, before, after; in psh_glyph_compute_extrema() local
1364 PSH_Point point, before, after; in psh_glyph_compute_extrema() local
1413 PSH_Point point, in psh_hint_table_find_strong_points()
1602 PSH_Point point = glyph->points + first; in psh_glyph_find_strong_points() local
1618 PSH_Point point = glyph->points; in psh_glyph_find_strong_points() local
1631 PSH_Point point = glyph->points; in psh_glyph_find_strong_points() local
[all …]
/external/freetype/src/pshinter/
Dpshalgo.c1179 PSH_Point point = glyph->points; in psh_glyph_load_points() local
1213 PSH_Point point = glyph->points; in psh_glyph_save_points() local
1280 PSH_Point point; in psh_glyph_init() local
1313 PSH_Point point = points; in psh_glyph_init() local
1392 PSH_Point point, before, after; in psh_glyph_compute_extrema() local
1458 PSH_Point point, before, after; in psh_glyph_compute_extrema() local
1507 PSH_Point point, in psh_hint_table_find_strong_points()
1696 PSH_Point point = glyph->points + first; in psh_glyph_find_strong_points() local
1712 PSH_Point point = glyph->points; in psh_glyph_find_strong_points() local
1725 PSH_Point point = glyph->points; in psh_glyph_find_strong_points() local
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DPoint3d.java20 private final Point point; field in Point3d
22 public Point3d(Point point, Double z) { in Point3d()
DShape.java20 private Point point; field in Shape
36 public void setPoint(Point point) { in setPoint()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp121 const CPDF_Point& point) { in OnLButtonDown()
139 const CPDF_Point& point) { in OnLButtonUp()
153 const CPDF_Point& point) { in OnLButtonDblClk()
165 const CPDF_Point& point) { in OnMouseMove()
182 const CPDF_Point& point) { in OnMouseWheel()
196 const CPDF_Point& point) { in OnRButtonDown()
208 const CPDF_Point& point) { in OnRButtonUp()
501 CPDF_Point CFFL_FormFiller::FFLtoPWL(const CPDF_Point& point) { in FFLtoPWL()
511 CPDF_Point CFFL_FormFiller::PWLtoFFL(const CPDF_Point& point) { in PWLtoFFL()
653 const CPDF_Point& point) { in OnLButtonDown()
[all …]

12345678910>>...13