Home
last modified time | relevance | path

Searched refs:x_pix_size (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave/octave-6.4.0/libgui/graphics/
H A Dgl-select.cc225 double x_pix_size = (nc == 1 ? 1 : (xd(1) - xd(0)) / (nc - 1)); in draw_image() local
232 p1(0) = xd(0) - x_pix_size/2; in draw_image()
235 p2(0) = xd(1) + x_pix_size/2; in draw_image()
238 p3(0) = xd(1) + x_pix_size/2; in draw_image()
241 p4(0) = xd(0) - x_pix_size/2; in draw_image()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/
H A Dtest_img_nest.py74 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
85 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
96 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
105 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
113 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
121 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
129 world = dict(x_pix_size=2, y_rotation=0, x_rotation=0,
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dborder.cpp70 int f_xdim, f_ydim, x_pix_size, y_pix_size, x_aspect_mul, y_aspect_mul; variable
131 x_pix_size = (f_320 / xdim); in SetupAspectRatio()
/dports/games/jfsw/jfsw-c434002/src/
H A Dborder.c70 int f_xdim, f_ydim, x_pix_size, y_pix_size, x_aspect_mul, y_aspect_mul; variable
131 x_pix_size = (f_320 / xdim); in SetupAspectRatio()