Home
last modified time | relevance | path

Searched refs:hpixel (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/xpostit/xpostit-3.3.1.orig/
H A Dnote.c157 register int hmm, wmm, hpixel, wpixel; local
172 hpixel = DisplayHeight(display, DefaultScreen(display));
178 hpi = (int) ((25.4 * hpixel) / (float) hmm + 0.5);
187 hpixel = 1.5 * hpi;
191 hpixel = 2 * hpi;
195 hpixel = 3 * hpi;
199 hpixel = 3 * hpi;
203 hpixel = 3 * hpi;
207 hpixel = 4 * hpi;
221 pn->pn_textheight = hpixel;
/dports/deskutils/xpostitPlus/XPostitPlus-2.3/
H A Dnote.c151 register int hmm, wmm, hpixel, wpixel; local
166 hpixel = DisplayHeight(display, DefaultScreen(display));
172 hpi = (int) ((25.4 * hpixel) / (float) hmm + 0.5);
181 hpixel = 1.5 * hpi;
185 hpixel = 2 * hpi;
189 hpixel = 3 * hpi;
193 hpixel = 3 * hpi;
197 hpixel = 3 * hpi;
201 hpixel = 4 * hpi;
205 hpixel = 1.5 * hpi;
[all …]
/dports/graphics/optar/optar_dist/
H A Dunoptar.c92 static double hpixel, vpixel; /* Pixel size calculated from the horizontal variable
384 hpixel=(corners[1][0]+corners[3][0] in find_corners()
389 "vertical pixels.\n", hpixel, vpixel); in find_corners()
397 hchalf=hpixel*CHALF*0.5; in find_corners()
405 hchalf=hpixel*(CHALF-cross_trim); in find_corners()
502 hdist=hpixel*unsharp_dist; in pixel_correct_sample()
633 int hpixelhalf=floor(hpixel*(CHALF-cross_trim)); in cross_stats()
900 int size=floor(2*sqrt(hpixel*vpixel)+0.5); in mark_bad_bit()
1285 blur_cycles=floor(vpixel*hpixel*pixel_blur*pixel_blur+0.5); in blur_copy()
1364 npix=sqrt(vpixel*hpixel); /* Average pixel */ in process_minmax()
/dports/deskutils/aspostit/aspostit-1.3/
H A Dnote.c140 register int hmm, wmm, hpixel, wpixel; local
155 hpixel = DisplayHeight(display, DefaultScreen(display));
161 hpi = (int) ((25.4 * hpixel) / (float) hmm + 0.5);
169 hpixel = 1.5 * hpi;
173 hpixel = 2 * hpi;
177 hpixel = 3 * hpi;
181 hpixel = 3 * hpi;
185 hpixel = 3 * hpi;
189 hpixel = 4 * hpi;
193 hpixel = 1.5 * hpi;
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/Graphics/
H A Dffglut.cpp664 R h = 8*win->hpixel; in Plot()
1003 R cc = win->hpixel*40; in Draw()
1004 R kk = 4*win->hpixel; in Draw()
1156 R kk = 4*win->hpixel; in Draw()
1434 R kk = 4*win->hpixel; in Draw()
1436 R cc = win->hpixel*40; in Draw()
1680 R h = 8*win->hpixel; in Draw()
2145 hpixel = (Bmax.x-Bmin.x)/width; in DefaultView()
2316 R2 D2(-dx*5*hpixel,-dy*5*hpixel); in MoveXView()
2329 hpixel = (Bmax.x-Bmin.x)/width; in cadre()
[all …]
H A Dffglut.hpp467 R hpixel;// taille pixel en coordonne x,y,z member in OneWindow
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo.cc1081 Bit32u hpixel = (Bit32u)(time_in_line * s.vdraw.htime_to_pixel); in get_retrace() local
1083 value |= ((hpixel + 1) << 16); in get_retrace()
/dports/science/dynare/dynare-4.6.4/matlab/parallel/
H A DmasterParallel.m576 hpixel = get(hstatus(1),'Position'); variable
578 hfigure(4)=hpixel(4)*10/3*min(10,totCPU);
/dports/graphics/darktable38/darktable-3.8.0/data/kernels/
H A Dbasic.cl2455 float4 hpixel = read_imagef(in, sampleri,(int2)(xx, yy));
2456 vpixel += hpixel * lkernel[ix];
/dports/graphics/darktable/darktable-3.6.1/data/kernels/
H A Dbasic.cl2455 float4 hpixel = read_imagef(in, sampleri,(int2)(xx, yy));
2456 vpixel += hpixel * lkernel[ix];