Home
last modified time | relevance | path

Searched refs:ur_y (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/gri/gri-2.12.23/src/
H A Dtypes.hh60 ur_y = ury; in rectangle()
68 ur_y = ury; in set()
74 double ury(void) const { return ur_y; } in ury()
78 void set_ury(double ury) { ur_y = ury;} in set_ury()
89 double x3 = c * ur_x - s * ur_y; in rotate()
90 double y3 = s * ur_x + c * ur_y; in rotate()
91 double x4 = c * ll_x - s * ur_y; in rotate()
92 double y4 = s * ll_x + c * ur_y; in rotate()
96 ur_y = max4(y1, y2, y3, y4); in rotate()
101 double get_ury() { return ur_y; } in get_ury()
[all …]
H A Dgr.cc940 double ll_x, ll_y, ur_x, ur_y; in gr_end() local
943 gr_rotate_xy(bbox.urx(), bbox.ury(), 90, &ur_x, &ur_y); in gr_end()
953 ur_y = bbox.ury(); in gr_end()
961 POS(ur_y * PT_PER_CM)); in gr_end()
967 POS(floor( 2.5 + ur_y * PT_PER_CM))); in gr_end()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DQuad.java6 public float ur_x, ur_y; field in Quad
10 …public Quad(float ul_x, float ul_y, float ur_x, float ur_y, float ll_x, float ll_y, float lr_x, fl… in Quad() argument
14 this.ur_y = ur_y; in Quad()
23 float y0 = Math.min(Math.min(ul_y, ur_y), Math.min(ll_y, lr_y)); in toRect()
25 float y1 = Math.max(Math.max(ul_y, ur_y), Math.max(ll_y, lr_y)); in toRect()
32 float t_ur_x = ur_x * m.a + ur_y * m.c + m.e; in transformed()
33 float t_ur_y = ur_x * m.b + ur_y * m.d + m.f; in transformed()
49 float t_ur_x = ur_x * m.a + ur_y * m.c + m.e; in transform()
50 float t_ur_y = ur_x * m.b + ur_y * m.d + m.f; in transform()
58 ur_y = t_ur_y; in transform()
[all …]
H A DRect.java32 this.y1 = q.ur_y; in Rect()
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.cpp837 volatile F32 ur_y = ll_y + size; in intersect_tile() local
839 if (ur_x <= min_x || !(ll_x <= max_x) || ur_y <= min_y || !(ll_y <= max_y)) in intersect_tile()
846 intersect_tile_with_cells_adaptive(ll_x, ll_y, ur_x, ur_y, min_x, max_x, min_y, max_y, 0, 0); in intersect_tile()
850 intersect_tile_with_cells(ll_x, ll_y, ur_x, ur_y, min_x, max_x, min_y, max_y, level, 0); in intersect_tile()
1083 if (ur_y <= cell_mid_y) in intersect_tile_with_cells()
1086 …intersect_tile_with_cells(ll_x, ll_y, ur_x, ur_y, cell_min_x, cell_mid_x, cell_min_y, cell_mid_y, … in intersect_tile_with_cells()
1104 if (ur_y <= cell_mid_y) in intersect_tile_with_cells()
1123 if (ur_y <= cell_mid_y) in intersect_tile_with_cells()
1169 if (ur_y <= cell_mid_y) in intersect_tile_with_cells_adaptive()
1190 if (ur_y <= cell_mid_y) in intersect_tile_with_cells_adaptive()
[all …]
H A Dlasquadtree.hpp150 …void intersect_tile_with_cells(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y, con…
151 …_cells_adaptive(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y, const F32 cell_min…
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.cpp837 volatile F32 ur_y = ll_y + size; in intersect_tile() local
839 if (ur_x <= min_x || !(ll_x <= max_x) || ur_y <= min_y || !(ll_y <= max_y)) in intersect_tile()
846 intersect_tile_with_cells_adaptive(ll_x, ll_y, ur_x, ur_y, min_x, max_x, min_y, max_y, 0, 0); in intersect_tile()
850 intersect_tile_with_cells(ll_x, ll_y, ur_x, ur_y, min_x, max_x, min_y, max_y, level, 0); in intersect_tile()
1083 if (ur_y <= cell_mid_y) in intersect_tile_with_cells()
1086 …intersect_tile_with_cells(ll_x, ll_y, ur_x, ur_y, cell_min_x, cell_mid_x, cell_min_y, cell_mid_y, … in intersect_tile_with_cells()
1104 if (ur_y <= cell_mid_y) in intersect_tile_with_cells()
1123 if (ur_y <= cell_mid_y) in intersect_tile_with_cells()
1169 if (ur_y <= cell_mid_y) in intersect_tile_with_cells_adaptive()
1190 if (ur_y <= cell_mid_y) in intersect_tile_with_cells_adaptive()
[all …]
H A Dlasquadtree.hpp150 …void intersect_tile_with_cells(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y, con…
151 …_cells_adaptive(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y, const F32 cell_min…
H A Dlaspoint.hpp397 BOOL inside_tile(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y) const in inside_tile()
403 if (xy < ll_y || xy >= ur_y) return FALSE; in inside_tile()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimAigBounds.cpp19 << "ur_y: " << data.ur_y; in operator <<()
34 ur_y = 0.0; in reset()
56 tempDouble = ur_y; in writeStream()
65 out.write((char*)(&ur_y), 8); in writeStream()
/dports/databases/grass7/grass-7.8.6/display/d.labels/
H A Ddo_labels.c179 double ll_x, ll_y, ul_x, ul_y, lr_x, lr_y, ur_x, ur_y, text_x, text_y; in show_it() local
286 ul_y = ur_y = T + Y_just_offset; in show_it()
292 G_rotate_around_point(X, Y0, &ur_x, &ur_y, -1 * rotation); in show_it()
308 yarr[2] = ur_y + Yoffset; in show_it()
/dports/math/py-matplotlib2/matplotlib-2.2.4/unit/
H A Dtest_wxagg.py68 ur_y = 480 variable
70 Point(Value(ur_x), Value(ur_y)))
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimAigBounds.h28 double ur_y; variable
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dreadblck.h23 INT ur_y ; member
H A Dreadblck.c244 exceptionsG[num_exceptsG].ur_y = upperR_y ;
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dgeometry.h664 float ur_x, float ur_y, in fz_make_quad() argument
670 { ur_x, ur_y }, in fz_make_quad()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_generate_grid.c171 double ur_y = origin_y + (size * (cell_j + 1)); in square() local
172 return (LWGEOM*)lwpoly_construct_envelope(srid, ll_x, ll_y, ur_x, ur_y); in square()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_generate_grid.c171 double ur_y = origin_y + (size * (cell_j + 1)); in square() local
172 return (LWGEOM*)lwpoly_construct_envelope(srid, ll_x, ll_y, ur_x, ur_y); in square()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimVertexExtractor.cpp734 double ur_y = -(a_line1 + b_line1*ur_x); in extractVertices() local
915 <<"\ncorner1: ("<<ur_x<<", "<<ur_y<<")" in extractVertices()
923 rightCornerLine_A = (ossim_int32)ur_y; in extractVertices()
1334 double ur_y = -(a_line4 + b_line4*ur_x); in extractVertices() local
1340 <<"\ncorner1: ("<<ur_x<<", "<<ur_y<<")" in extractVertices()
1348 rightCornerLine_A = (ossim_int32)ur_y; in extractVertices()
H A DossimArcInfoGridWriter.cpp322 aigBounds.ur_y = bounds.height()-.5; in writeBinaryAigBounds()
/dports/graphics/art/ART-1.9.3/rtengine/klt/
H A DtrackFeatures.cc1075 float ur_y = *Ayx * hw + *Ayy * hh + *y2; in _am_trackFeatureAffine() local
1088 ur_y < 0.0f || nr2-(ur_y ) < one_plus_eps || in _am_trackFeatureAffine()
1167 ur_y -= *Ayx * hw + *Ayy * hh + *y2; in _am_trackFeatureAffine()
1174 iteration, ul_x, ul_y, ll_x, ll_y, ur_x, ur_y, lr_x, lr_y); in _am_trackFeatureAffine()
1180 fabs(ur_x) < th_aff && fabs(ur_y) < th_aff && in _am_trackFeatureAffine()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/klt/
H A DtrackFeatures.cc1075 float ur_y = *Ayx * hw + *Ayy * hh + *y2; in _am_trackFeatureAffine() local
1088 ur_y < 0.0f || nr2-(ur_y ) < one_plus_eps || in _am_trackFeatureAffine()
1167 ur_y -= *Ayx * hw + *Ayy * hh + *y2; in _am_trackFeatureAffine()
1174 iteration, ul_x, ul_y, ll_x, ll_y, ur_x, ur_y, lr_x, lr_y); in _am_trackFeatureAffine()
1180 fabs(ur_x) < th_aff && fabs(ur_y) < th_aff && in _am_trackFeatureAffine()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DCropOverlay.java331 final double ur_y = ur.getY(); in paintGridTriangle() local
339 …final double d = Math.abs((lr_x - ll_x) * (ur_y - ll_y) - (lr_x - ll_y) * (ur_x-ll_x)) / DiagonalD… in paintGridTriangle()
342 g.draw( new Line2D.Double(ur_x, ur_y, ll_x, ll_y) ); in paintGridTriangle()
354 ur_y + d * Math.cos(DiagonalAngle + RotateAngle), ur_x, ur_y) ); in paintGridTriangle()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_satellite_resources.cxx1237 double ur_x, ur_y, ur_z; in same_extent() local
1238 ur_lvcs.global_to_local(ur_b.x(), ur_b.y(), 0.0, vpgl_lvcs::wgs84, ur_x, ur_y, ur_z); in same_extent()
1239 double ur_dist = std::sqrt(ur_x*ur_x + ur_y*ur_y); in same_extent()
/dports/print/lout/lout-3.40/
H A Dz48.c2403 int ur_y = (g_page_v_origin + g_graphics_vars[k_ysize]) * g_page_v_scale_factor; in PDFPage_ProcessLinkKeyword() local
2472 ll_x, ll_y, ur_x, ur_y, (PDF_LINK_DEST_OPTION) j); in PDFPage_ProcessLinkKeyword()
2483 ll_y, ur_x, ur_y, (PDF_LINK_DEST_OPTION) 0 /* doesn't matter */); in PDFPage_ProcessLinkKeyword()
2534 PDFTargetAnnot_New(link_name, link_len, ll_x, ll_y, ur_x, ur_y, in PDFPage_ProcessLinkKeyword()

12