Home
last modified time | relevance | path

Searched refs:ll_y (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/gri/gri-2.12.23/src/
H A Dtypes.hh58 ll_y = lly; in rectangle()
66 ll_y = lly; in set()
72 double lly(void) const { return ll_y; } in lly()
76 void set_lly(double lly) { ll_y = lly;} in set_lly()
85 double x1 = c * ll_x - s * ll_y; in rotate()
86 double y1 = s * ll_x + c * ll_y; in rotate()
87 double x2 = c * ur_x - s * ll_y; in rotate()
88 double y2 = s * ur_x + c * ll_y; in rotate()
95 ll_y = min4(y1, y2, y3, y4); in rotate()
99 double get_lly() { return ll_y; } in get_lly()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DQuad.java7 public float ll_x, ll_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
16 this.ll_y = ll_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()
34 float t_ll_x = ll_x * m.a + ll_y * m.c + m.e; in transformed()
35 float t_ll_y = ll_x * m.b + ll_y * m.d + m.f; in transformed()
51 float t_ll_x = ll_x * m.a + ll_y * m.c + m.e; in transform()
52 float t_ll_y = ll_x * m.b + ll_y * m.d + m.f; in transform()
60 ll_y = t_ll_y; in transform()
[all …]
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.cpp825 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level) in intersect_tile() argument
837 volatile F32 ur_y = ll_y + size; in intersect_tile()
839 if (ur_x <= min_x || !(ll_x <= max_x) || ur_y <= min_y || !(ll_y <= max_y)) in intersect_tile()
856 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size) in intersect_tile() argument
858 return intersect_tile(ll_x, ll_y, size, levels); in intersect_tile()
1088 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells()
1109 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells()
1129 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells()
1174 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells_adaptive()
1195 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells_adaptive()
[all …]
H A Dlasquadtree.hpp77 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size);
135 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level);
150 …void intersect_tile_with_cells(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y, con…
151 …void intersect_tile_with_cells_adaptive(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 …
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.cpp825 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level) in intersect_tile() argument
837 volatile F32 ur_y = ll_y + size; in intersect_tile()
839 if (ur_x <= min_x || !(ll_x <= max_x) || ur_y <= min_y || !(ll_y <= max_y)) in intersect_tile()
856 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size) in intersect_tile() argument
858 return intersect_tile(ll_x, ll_y, size, levels); in intersect_tile()
1088 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells()
1109 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells()
1129 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells()
1174 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells_adaptive()
1195 else if (!(ll_y < cell_mid_y)) in intersect_tile_with_cells_adaptive()
[all …]
H A Dlasquadtree.hpp77 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size);
135 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level);
150 …void intersect_tile_with_cells(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 ur_y, con…
151 …void intersect_tile_with_cells_adaptive(const F32 ll_x, const F32 ll_y, const F32 ur_x, const F32 …
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimAigBounds.cpp17 << "ll_y: " << data.ll_y << std::endl in operator <<()
32 ll_y = 0.0; in reset()
48 tempDouble = ll_y; in writeStream()
63 out.write((char*)(&ll_y), 8); in writeStream()
/dports/games/pacmanarena/pacman/
H A Dscreen.c156 vp->ll_y = 0; in screen_setup_viewports()
167 vp->ll_y = scr.height / 2; in screen_setup_viewports()
173 vp->ll_y = 0; in screen_setup_viewports()
194 glViewport(scr.viewports[vp].ll_x, scr.viewports[vp].ll_y, in screen_set_active_viewport()
/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
287 ll_y = lr_y = B + Y_just_offset; in show_it()
290 G_rotate_around_point(X, Y0, &ll_x, &ll_y, -1 * rotation); in show_it()
306 yarr[0] = ll_y + Yoffset; in show_it()
310 yarr[4] = ll_y + Yoffset; in show_it()
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreaderbuffered.cpp403 BOOL LASreaderBuffered::inside_tile(const F32 ll_x, const F32 ll_y, const F32 size) in inside_tile() argument
407 t_ll_y = ll_y; in inside_tile()
410 t_ur_y = ll_y + size; in inside_tile()
412 header.min_y = ll_y; in inside_tile()
414 header.max_y = ll_y + size - 0.001f * header.y_scale_factor; in inside_tile()
H A Dlasreaderpipeon.cpp131 BOOL LASreaderPipeOn::inside_tile(const F32 ll_x, const F32 ll_y, const F32 size) in inside_tile() argument
133 return (lasreader ? lasreader->inside_tile(ll_x, ll_y, size) : FALSE); in inside_tile()
H A Dlasreaderstored.cpp213 BOOL LASreaderStored::inside_tile(const F32 ll_x, const F32 ll_y, const F32 size) in inside_tile() argument
215 return (lasreader ? lasreader->inside_tile(ll_x, ll_y, size) : FALSE); in inside_tile()
H A Dlasreader_dtm.cpp364 if (fread(&ll_y, 8, 1, file) != 1) in open()
417 ll_y += 0.5*ydim; in open()
1029 header.min_y = ll_y; in open()
1031 header.max_y = ll_y + (nrows-1)*ydim; in open()
1283 point.set_y(ll_y + row * ydim); in read_point_default()
1368 ll_y = 0.0; in clean()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/test/java_client_erl_server_SUITE_data/
H A Dm_i_impl.erl61 marshal_ll(State, #m_s{ll_x = X, ll_y = Y}=_A, B) when integer(B) ->
66 marshal_ull(State, #m_s{ull_x = X, ll_y = Y}=_A, B) when integer(B) ->
118 {any,TkA,#m_s{ll_x=LL_X, ull_x=ULL_X, ll_y=LL_Y,
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/test/java_client_erl_server_SUITE_data/
H A Dm_i_impl.erl61 marshal_ll(State, #m_s{ll_x = X, ll_y = Y}=_A, B) when integer(B) ->
66 marshal_ull(State, #m_s{ull_x = X, ll_y = Y}=_A, B) when integer(B) ->
118 {any,TkA,#m_s{ll_x=LL_X, ull_x=ULL_X, ll_y=LL_Y,
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/test/java_client_erl_server_SUITE_data/
H A Dm_i_impl.erl61 marshal_ll(State, #m_s{ll_x = X, ll_y = Y}=_A, B) when integer(B) ->
66 marshal_ull(State, #m_s{ull_x = X, ll_y = Y}=_A, B) when integer(B) ->
118 {any,TkA,#m_s{ll_x=LL_X, ull_x=ULL_X, ll_y=LL_Y,
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/test/java_client_erl_server_SUITE_data/
H A Dm_i_impl.erl61 marshal_ll(State, #m_s{ll_x = X, ll_y = Y}=_A, B) when integer(B) ->
66 marshal_ull(State, #m_s{ull_x = X, ll_y = Y}=_A, B) when integer(B) ->
118 {any,TkA,#m_s{ll_x=LL_X, ull_x=ULL_X, ll_y=LL_Y,
/dports/lang/erlang/corba-5.0.2/lib/ic/test/java_client_erl_server_SUITE_data/
H A Dm_i_impl.erl61 marshal_ll(State, #m_s{ll_x = X, ll_y = Y}=_A, B) when integer(B) ->
66 marshal_ull(State, #m_s{ull_x = X, ll_y = Y}=_A, B) when integer(B) ->
118 {any,TkA,#m_s{ll_x=LL_X, ull_x=ULL_X, ll_y=LL_Y,
/dports/math/py-matplotlib2/matplotlib-2.2.4/unit/
H A Dtest_wxagg.py66 ll_y = 240 variable
69 BBOX = Bbox(Point(Value(ll_x), Value(ll_y)),
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimAigBounds.h26 double ll_y; variable
/dports/games/pacmanarena/pacman/include/
H A Dscreen.h27 int ll_x, ll_y; /* lower left corner */ member
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dreadblck.h21 INT ll_y ; member
/dports/misc/lastools/LAStools-8ff2694/LASlib/inc/
H A Dlasreaderpipeon.hpp52 BOOL inside_tile(const F32 ll_x, const F32 ll_y, const F32 size);
H A Dlasreaderstored.hpp57 BOOL inside_tile(const F32 ll_x, const F32 ll_y, const F32 size);
H A Dlasreader_dtm.hpp65 F64 ll_x, ll_y; member in LASreaderDTM

123