Home
last modified time | relevance | path

Searched refs:nheight (Results 101 – 125 of 295) sorted by relevance

12345678910>>...12

/dports/graphics/povray37/povray-3.7.0.10/source/backend/bounding/
H A Dbcyl.h74 short nheight; /* Number of different bound-heights. */ member
H A Dbcyl.cpp259 for (i = 0; i < BCyl->nheight; i++) in intersect_bound_elements()
272 for (i = 0; i < BCyl->nheight; i++) in intersect_bound_elements()
664 bcyl->nheight = nh; in Create_BCyl()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dbcyl.h76 short nheight; /* Number of different bound-heights. */ member
/dports/graphics/povray36/povray-3.6.1/source/
H A Dbcyl.h71 short nheight; /* Number of different bound-heights. */ member
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.28/
H A DImage.def21 nheight = Expression "Image height (pixels)" 64;
781 yposv = [0, to_real nheight / 2 - height / 2,
782 to_real nheight - height];
790 background = image_new nwidth nheight
1544 nheight = Expression "Image height (pixels)" 64;
1558 h = to_real nheight;
1574 nheight = Expression "Image height (pixels)" 64;
1576 _result = Image (make_xy nwidth nheight);
1587 nheight = Expression "Image height (pixels)" 64;
1625 pixels = make_xy nwidth nheight;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.38/
H A DImage.def21 nheight = Expression "Image height (pixels)" 64;
785 yposv = [0, to_real nheight / 2 - height / 2,
786 to_real nheight - height];
794 background = image_new nwidth nheight
1576 nheight = Expression "Image height (pixels)" 64;
1590 h = to_real nheight;
1606 nheight = Expression "Image height (pixels)" 64;
1608 _result = Image (make_xy nwidth nheight);
1619 nheight = Expression "Image height (pixels)" 64;
1657 pixels = make_xy nwidth nheight;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A DImage.def21 nheight = Expression "Image height (pixels)" 64;
785 yposv = [0, to_real nheight / 2 - height / 2,
786 to_real nheight - height];
794 background = image_new nwidth nheight
1611 nheight = Expression "Image height (pixels)" 64;
1625 h = to_real nheight;
1641 nheight = Expression "Image height (pixels)" 64;
1643 _result = Image (make_xy nwidth nheight);
1654 nheight = Expression "Image height (pixels)" 64;
1692 pixels = make_xy nwidth nheight;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.3/
H A DImage.def21 nheight = Expression "Image height (pixels)" 64;
785 yposv = [0, to_real nheight / 2 - height / 2,
786 to_real nheight - height];
794 background = image_new nwidth nheight
1611 nheight = Expression "Image height (pixels)" 64;
1625 h = to_real nheight;
1641 nheight = Expression "Image height (pixels)" 64;
1643 _result = Image (make_xy nwidth nheight);
1654 nheight = Expression "Image height (pixels)" 64;
1692 pixels = make_xy nwidth nheight;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.40/
H A DImage.def21 nheight = Expression "Image height (pixels)" 64;
785 yposv = [0, to_real nheight / 2 - height / 2,
786 to_real nheight - height];
794 background = image_new nwidth nheight
1576 nheight = Expression "Image height (pixels)" 64;
1590 h = to_real nheight;
1606 nheight = Expression "Image height (pixels)" 64;
1608 _result = Image (make_xy nwidth nheight);
1619 nheight = Expression "Image height (pixels)" 64;
1657 pixels = make_xy nwidth nheight;
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/bounding/
H A Dboundingcylinder.h88 short nheight; /* Number of different bound-heights. */ member
H A Dboundingcylinder.cpp260 for (i = 0; i < BCyl->nheight; i++) in intersect_bound_elements()
273 for (i = 0; i < BCyl->nheight; i++) in intersect_bound_elements()
645 bcyl->nheight = nh; in Create_BCyl()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow.cpp341 void Window::SetHeight(int nheight) { in SetHeight() argument
342 if (height != nheight) { in SetHeight()
346 height = nheight; in SetHeight()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_drawprim.c1544 int nwidth, nheight; in scale_pattern() local
1550 nheight = display_zoomscale * height; in scale_pattern()
1554 nheight==pattern_images[indx].cheight) in scale_pattern()
1560 if (nheight == 0) in scale_pattern()
1561 nheight = 1; in scale_pattern()
1572 pattern_images[indx].cdata = ndata = (char *) malloc(nbytes * nheight); in scale_pattern()
1573 memset(ndata, 0, (size_t)(nbytes * nheight)); in scale_pattern()
1577 for (j = 0; j < nheight; j++) { in scale_pattern()
1578 jbit = height * j / nheight * obytes; in scale_pattern()
1588 jbit = nheight * j / height * nbytes; in scale_pattern()
[all …]
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dp_vobsub.h43 vobsub_packetizer_c(int nwidth, int nheight, char *npalette,
H A Dp_vobsub.cpp32 vobsub_packetizer_c::vobsub_packetizer_c(int nwidth, int nheight, in vobsub_packetizer_c() argument
48 params.height = nheight; in vobsub_packetizer_c()
/dports/multimedia/webvfx-qt5/webvfx-e918ce4/mlt/
H A Dpanzoom_producer.cpp48 int nheight = mlt_properties_get_int(frameProperties, "normalised_height"); in getGeometry() local
52 nwidth, nheight); in getGeometry()
/dports/games/xsc/xsc-1.6/
H A Dbuzzer.C250 Buzzer::resize(const int nwidth, const int nheight) in resize() argument
253 Xything::resize(nwidth, nheight); in resize()
H A Dcastle.C202 Castle::resize(const int nwidth, const int nheight) in resize() argument
205 rings[i]->resize(nwidth, nheight); in resize()
/dports/www/mod_php81/php-8.1.1/ext/gd/tests/
H A Dimagegd_truecolor.phpt19 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/dports/lang/php81/php-8.1.1/ext/gd/tests/
H A Dimagegd_truecolor.phpt19 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/dports/graphics/php81-gd/php-8.1.1/ext/gd/tests/
H A Dimagegd_truecolor.phpt19 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/dports/lang/php73/php-7.3.33/ext/gd/tests/
H A Dimagegd_truecolor.phpt21 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/dports/lang/php74/php-7.4.27/ext/gd/tests/
H A Dimagegd_truecolor.phpt21 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/dports/lang/php80/php-8.0.15/ext/gd/tests/
H A Dimagegd_truecolor.phpt21 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/dports/www/mod_php73/php-7.3.33/ext/gd/tests/
H A Dimagegd_truecolor.phpt21 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);

12345678910>>...12