Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libgui/graphics/
H A Dgl-select.cc229 double y_pix_size = (nr == 1 ? 1 : (yd(1) - yd(0)) / (nr - 1)); in draw_image() local
233 p1(1) = yd(0) - y_pix_size/2; in draw_image()
236 p2(1) = yd(0) - y_pix_size/2; in draw_image()
239 p3(1) = yd(1) + y_pix_size/2; in draw_image()
242 p4(1) = yd(1) + y_pix_size/2; in draw_image()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/
H A Dtest_img_nest.py75 y_pix_size=2, x_center=1, y_center=1)
86 y_pix_size=2, x_center=21, y_center=21)
97 y_pix_size=2, x_center=6, y_center=21)
106 y_pix_size=2, x_center=6, y_center=6)
114 y_pix_size=2, x_center=41, y_center=41)
122 y_pix_size=2, x_center=76, y_center=61)
130 y_pix_size=2, x_center=76, y_center=76)
/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
132 y_pix_size = (f_200 / ydim); 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
132 y_pix_size = (f_200 / ydim); in SetupAspectRatio()