Home
last modified time | relevance | path

Searched refs:x_pixels (Results 1 – 25 of 116) sorted by relevance

12345

/dports/games/augustus/augustus-3.1.0/src/city/
H A Dview.c39 int x_pixels; member
248 void city_view_get_selected_tile_pixels(int *x_pixels, int *y_pixels) in city_view_get_selected_tile_pixels() argument
250 *x_pixels = data.selected_tile.x_pixels; in city_view_get_selected_tile_pixels()
260 x_pixels = calc_adjust_with_percentage(x_pixels, data.scale); in city_view_pixels_to_view_tile()
263 if (x_pixels < data.viewport.x || in city_view_pixels_to_view_tile()
264 x_pixels >= data.viewport.x + data.viewport.width_pixels || in city_view_pixels_to_view_tile()
270 x_pixels += data.camera.pixel.x; in city_view_pixels_to_view_tile()
272 int odd = ((x_pixels - data.viewport.x) / HALF_TILE_WIDTH_PIXELS + in city_view_pixels_to_view_tile()
276 int x_mod = ((x_pixels - data.viewport.x) % HALF_TILE_WIDTH_PIXELS) / 2; in city_view_pixels_to_view_tile()
278 int x_view_offset = (x_pixels - data.viewport.x) / TILE_WIDTH_PIXELS; in city_view_pixels_to_view_tile()
[all …]
H A Dview.h41 void city_view_get_selected_tile_pixels(int *x_pixels, int *y_pixels);
43 int city_view_pixels_to_view_tile(int x_pixels, int y_pixels, view_tile *tile);
/dports/games/julius/julius-1.7.0/src/city/
H A Dview.c35 int x_pixels; member
234 void city_view_get_selected_tile_pixels(int *x_pixels, int *y_pixels) in city_view_get_selected_tile_pixels() argument
236 *x_pixels = data.selected_tile.x_pixels; in city_view_get_selected_tile_pixels()
240 int city_view_pixels_to_view_tile(int x_pixels, int y_pixels, view_tile *tile) in city_view_pixels_to_view_tile() argument
242 if (x_pixels < data.viewport.x || in city_view_pixels_to_view_tile()
243 x_pixels >= data.viewport.x + data.viewport.width_pixels || in city_view_pixels_to_view_tile()
249 x_pixels += data.camera.pixel.x; in city_view_pixels_to_view_tile()
251 int odd = ((x_pixels - data.viewport.x) / HALF_TILE_WIDTH_PIXELS + in city_view_pixels_to_view_tile()
255 int x_mod = ((x_pixels - data.viewport.x) % HALF_TILE_WIDTH_PIXELS) / 2; in city_view_pixels_to_view_tile()
257 int x_view_offset = (x_pixels - data.viewport.x) / TILE_WIDTH_PIXELS; in city_view_pixels_to_view_tile()
[all …]
H A Dview.h35 void city_view_get_selected_tile_pixels(int *x_pixels, int *y_pixels);
37 int city_view_pixels_to_view_tile(int x_pixels, int y_pixels, view_tile *tile);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter.h114 void set_resolution(double const x_pixels);
122 void set_resolution(double const x_pixels, double const y_pixels);
H A Dnr-filter.cpp411 void Filter::set_resolution(double const x_pixels, double const y_pixels) { in set_resolution() argument
412 if (x_pixels >= 0 && y_pixels >= 0) { in set_resolution()
413 _x_pixels = x_pixels; in set_resolution()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dlabel-object.h194 gdouble x_pixels,
199 gdouble x_pixels,
413 gdouble x_pixels,
421 gdouble x_pixels,
H A Dlabel.h344 gdouble x_pixels,
349 gdouble x_pixels,
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dicorender.cpp294 unsigned const x_pixels(dir[x].get_width() * dir[x].get_height()); in render_load_ico_highest_detail() local
296 if (x_pixels > y_pixels) in render_load_ico_highest_detail()
298 else if (x_pixels < y_pixels) in render_load_ico_highest_detail()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dicorender.cpp294 unsigned const x_pixels(dir[x].get_width() * dir[x].get_height()); in render_load_ico_highest_detail() local
296 if (x_pixels > y_pixels) in render_load_ico_highest_detail()
298 else if (x_pixels < y_pixels) in render_load_ico_highest_detail()
/dports/science/py-h5py/h5py-3.6.0/h5py/tests/test_vds/
H A Dtest_lowlevel_vds.py99 x_pixels = self.FEM_PIXELS_PER_CHIP_X * self.FEM_CHIPS_PER_STRIPE_X
101 return y_pixels, x_pixels,
105 x_pixels = self.FEM_PIXELS_PER_CHIP_X * self.FEM_CHIPS_PER_STRIPE_X
107 return y_pixels, x_pixels,
H A Dtest_highlevel_vds.py76 x_pixels = self.FEM_PIXELS_PER_CHIP_X * self.FEM_CHIPS_PER_STRIPE_X
78 return y_pixels, x_pixels,
82 x_pixels = self.FEM_PIXELS_PER_CHIP_X * self.FEM_CHIPS_PER_STRIPE_X
84 return y_pixels, x_pixels,
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dconsole.c183 unsigned int x_pixels; in __console_clear_line() local
190 x_pixels = con->con_xres / 2; in __console_clear_line()
196 p += line*(FONT_YSIZE*x_pixels) + from*px_per_col; in __console_clear_line()
204 p += x_pixels; in __console_clear_line()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Ddib.c74 x_pixels, member
127 (unsigned int) dib_info->x_pixels, in LogDIBInfo()
615 dib_info.x_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
811 image->x_resolution=dib_info.x_pixels/100.0; in ReadDIBImage()
1357 dib_info.x_pixels=75*39; in WriteDIBImage()
1361 dib_info.x_pixels=(unsigned long) (100.0*image->x_resolution/2.54); in WriteDIBImage()
1366 dib_info.x_pixels=(unsigned long) (100.0*image->x_resolution); in WriteDIBImage()
1523 (void) WriteBlobLSBLong(image,dib_info.x_pixels); in WriteDIBImage()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Ddib.c91 x_pixels, member
538 dib_info.x_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
710 image->x_resolution=(double) dib_info.x_pixels/100.0; in ReadDIBImage()
1182 dib_info.x_pixels=75*39; in WriteDIBImage()
1189 dib_info.x_pixels=(unsigned int) (100.0*image->x_resolution/2.54); in WriteDIBImage()
1195 dib_info.x_pixels=(unsigned int) (100.0*image->x_resolution); in WriteDIBImage()
1378 (void) WriteBlobLSBLong(image,dib_info.x_pixels); in WriteDIBImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Ddib.c91 x_pixels, member
538 dib_info.x_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
710 image->x_resolution=(double) dib_info.x_pixels/100.0; in ReadDIBImage()
1182 dib_info.x_pixels=75*39; in WriteDIBImage()
1189 dib_info.x_pixels=(unsigned int) (100.0*image->x_resolution/2.54); in WriteDIBImage()
1195 dib_info.x_pixels=(unsigned int) (100.0*image->x_resolution); in WriteDIBImage()
1378 (void) WriteBlobLSBLong(image,dib_info.x_pixels); in WriteDIBImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Ddib.c91 x_pixels, member
533 dib_info.x_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
702 image->resolution.x=(double) dib_info.x_pixels/100.0; in ReadDIBImage()
1168 dib_info.x_pixels=75*39; in WriteDIBImage()
1175 dib_info.x_pixels=(unsigned int) (100.0*image->resolution.x/2.54); in WriteDIBImage()
1181 dib_info.x_pixels=(unsigned int) (100.0*image->resolution.x); in WriteDIBImage()
1364 (void) WriteBlobLSBLong(image,dib_info.x_pixels); in WriteDIBImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Ddib.c91 x_pixels, member
533 dib_info.x_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
702 image->resolution.x=(double) dib_info.x_pixels/100.0; in ReadDIBImage()
1168 dib_info.x_pixels=75*39; in WriteDIBImage()
1175 dib_info.x_pixels=(unsigned int) (100.0*image->resolution.x/2.54); in WriteDIBImage()
1181 dib_info.x_pixels=(unsigned int) (100.0*image->resolution.x); in WriteDIBImage()
1364 (void) WriteBlobLSBLong(image,dib_info.x_pixels); in WriteDIBImage()
/dports/comms/atslog/atslog-2.1.1/www/include/phplot/
H A Dphplot.php2292 $x_pixels = $this->plot_origin_x + log10($x_world) * $this->xscale ;
2294 $x_pixels = $this->plot_origin_x + $x_world * $this->xscale ;
2296 return round($x_pixels);
2916 $x_pixels = $this->xtr($x_tmp);
2920 … ImageLine($this->img, $x_pixels, $this->plot_area[1], $x_pixels, $this->plot_area[3], $style);
2932 $this->DrawText($this->x_label_font, $this->x_label_angle, $x_pixels,
2939 ImageLine($this->img, $x_pixels, $this->plot_area[1] - $this->x_tick_length,
2950 $this->DrawText($this->x_label_font, $this->x_label_angle, $x_pixels,
2957 $this->DrawText($this->x_label_font, $this->x_label_angle, $x_pixels,
3021 $x_pixels = $this->xtr($x_world) + $x_adjustment;
[all …]
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/ipa/
H A Dipa.h110 unsigned long x_pixels; member
/dports/graphics/libwmf/libwmf-0.2.12/src/ipa/
H A Dipa.h110 unsigned long x_pixels; member
/dports/security/py-exscript/exscript-2.6/Exscript/util/
H A Dtty.py44 rows, cols, x_pixels, y_pixels = struct.unpack('HHHH', x)
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dlte_rlc_graph_dialog.h79 void panAxes(int x_pixels, int y_pixels);
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dlte_rlc_graph_dialog.h79 void panAxes(int x_pixels, int y_pixels);
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dlte_rlc_graph_dialog.h79 void panAxes(int x_pixels, int y_pixels);

12345