Home
last modified time | relevance | path

Searched refs:width_out (Results 26 – 50 of 181) sorted by relevance

12345678

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_esri_io.c497 uint64_t ij, kk, width_out, imag_offset, n_left = 0; local
530 width_out = width_in; /* Width of output array */
531 if (pad[XLO] > 0) width_out += pad[XLO];
532 if (pad[XHI] > 0) width_out += pad[XHI];
552 ij = imag_offset + pad[YHI] * width_out + pad[XLO];
554 for (row = first_row; row <= last_row; row++, ij += width_out) {
661 unsigned int i2, j, j2, width_out, height_out, last; local
678 …gmt_M_err_pass (GMT, gmt_grd_prep_io (GMT, header, wesn, &width_out, &height_out, &first_col, &las…
681 width_in = width_out; /* Physical width of input array */
690 last = width_out - 1;
[all …]
/dports/graphics/epstool/epstool-3.09/src/
H A Dcimg.c1231 unsigned int width_out = newimg->width; in image_down_scale() local
1339 if (width_out > width_in) in image_down_scale()
1340 width_out = width_in; in image_down_scale()
1364 for (xo=0; xo<width_out; xo++) { in image_down_scale()
1365 last = (xo+1) * 16 * width_in / width_out; in image_down_scale()
1404 if (++xo < width_out) in image_down_scale()
1425 if (++xo < width_out) in image_down_scale()
1440 if (++xo < width_out) in image_down_scale()
1456 if (xo+1 < width_out) in image_down_scale()
1469 for (xo=0; xo<width_out*ncomp_in; xo++) in image_down_scale()
[all …]
/dports/math/R-cran-wk/wk/R/
H A Daffine.R85 width_out <- rct_out$xmax - rct_out$xmin functionVar
93 wk_affine_scale(width_out / width_in, height_out / height_in)
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dxwd-loader.c267 gint *width_out, gint *height_out, gint *rowstride_out) in xwd_loader_get_image_data() argument
273 if (width_out) in xwd_loader_get_image_data()
274 *width_out = loader->header.pixmap_width; in xwd_loader_get_image_data()
H A Dgif-loader.c173 gif_loader_get_geometry (GifLoader *loader, gint *width_out, gint *height_out) in gif_loader_get_geometry() argument
178 *width_out = loader->gif.width; in gif_loader_get_geometry()
H A Dfont-loader.h34 gpointer *glyph_out, gint *width_out, gint *height_out);
H A Dxwd-loader.h34 gint *width_out, gint *height_out, gint *rowstride_out);
H A Dgif-loader.h33 void gif_loader_get_geometry (GifLoader *loader, gint *width_out, gint *height_out);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkiconhelper.c227 gint *width_out, in ensure_icon_size() argument
249 *width_out = width; in ensure_icon_size()
331 gint *width_out, in get_pixbuf_size() argument
369 *width_out = width; in get_pixbuf_size()
608 gint *width_out, in _gtk_icon_helper_get_size() argument
674 if (width_out) in _gtk_icon_helper_get_size()
675 *width_out = width; in _gtk_icon_helper_get_size()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dresizeapp.cpp64 unsigned width_out; member
97 { OPTION_UINT, nullptr, "width-out", offsetof(Arguments, width_out), nullptr, "output width" },
169 …ImageFrame dst_frame{ args.width_out, args.height_out, src_frame.pixel_type(), src_frame.planes(),… in resize_main()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dresizeapp.cpp64 unsigned width_out; member
97 { OPTION_UINT, nullptr, "width-out", offsetof(Arguments, width_out), nullptr, "output width" },
169 …ImageFrame dst_frame{ args.width_out, args.height_out, src_frame.pixel_type(), src_frame.planes(),… in resize_main()
/dports/graphics/chafa/chafa-1.8.0/chafa/
H A Dchafa-canvas-config.h123 void chafa_canvas_config_get_geometry (const ChafaCanvasConfig *config, gint *width_out, gint *heig…
188 void chafa_canvas_config_get_dither_grain_size (const ChafaCanvasConfig *config, gint *width_out, g…
/dports/security/klee/klee-2.2/lib/Solver/
H A DSTPBuilder.h108 ExprHandle constructActual(ref<Expr> e, int *width_out);
109 ExprHandle construct(ref<Expr> e, int *width_out);
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dqsv_filter.c47 int width_out; member
211 qsv_vpp->m_mfxVideoParam.vpp.Out.CropW = pv-> width_out; in filter_init()
354 pv->width_out = init->geometry.width; in hb_qsv_filter_init()
358 hb_dict_extract_int(&pv->width_out, filter->settings, "width"); in hb_qsv_filter_init()
375 init->geometry.width = pv->width_out; in hb_qsv_filter_init()
400 pv->width_out, pv->height_out); in hb_qsv_filter_info()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/rinkj/
H A Drinkj-screen-eb.c34 int width_out; member
117 z->width_out = out_params.width; in rinkj_screen_eb_init()
135 int xs = z->width_out; in rinkj_screen_eb_write()
/dports/print/ghostscript8-base/ghostscript-8.71/base/rinkj/
H A Drinkj-screen-eb.c34 int width_out; member
117 z->width_out = out_params.width; in rinkj_screen_eb_init()
135 int xs = z->width_out; in rinkj_screen_eb_write()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/rinkj/
H A Drinkj-screen-eb.c36 int width_out; member
121 z->width_out = out_params.width; in rinkj_screen_eb_init()
139 int xs = z->width_out; in rinkj_screen_eb_write()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/rinkj/
H A Drinkj-screen-eb.c36 int width_out; member
119 z->width_out = out_params.width; in rinkj_screen_eb_init()
137 int xs = z->width_out; in rinkj_screen_eb_write()
/dports/print/ghostscript9-base/ghostscript-9.06/base/rinkj/
H A Drinkj-screen-eb.c36 int width_out; member
119 z->width_out = out_params.width; in rinkj_screen_eb_init()
137 int xs = z->width_out; in rinkj_screen_eb_write()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/rinkj/
H A Drinkj-screen-eb.c36 int width_out; member
121 z->width_out = out_params.width; in rinkj_screen_eb_init()
139 int xs = z->width_out; in rinkj_screen_eb_write()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DImage.h13 bool LoadPNG(const std::vector<u8>& input, std::vector<u8>* data_out, u32* width_out,
/dports/net/inlets/inlets-3.0.2/vendor/github.com/gogo/protobuf/protobuf-1.3.1/protoc-gen-gogo/testdata/
H A Dextension_test.go140 width_out, err := proto.GetExtension(bm_new, user.E_Width)
144 if w := width_out.(*int32); *w != *width {
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gogo/protobuf/protoc-gen-gogo/testdata/
H A Dextension_test.go140 width_out, err := proto.GetExtension(bm_new, user.E_Width)
144 if w := width_out.(*int32); *w != *width {
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/golang/protobuf/protoc-gen-go/testdata/
H A Dextension_test.go143 width_out, err := proto.GetExtension(bm_new, user.E_Width)
147 if w := width_out.(*int32); *w != *width {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/golang/protobuf/protoc-gen-go/testdata/
H A Dextension_test.go143 width_out, err := proto.GetExtension(bm_new, user.E_Width)
147 if w := width_out.(*int32); *w != *width {

12345678