Home
last modified time | relevance | path

Searched refs:bx0 (Results 101 – 125 of 371) sorted by relevance

12345678910>>...15

/dports/graphics/evolvotron/evolvotron/libfunction/
H A Dnoise.cpp98 const int bx0=(itx&(N-1)); in operator ()() local
99 const int bx1=((bx0+1)&(N-1)); in operator ()()
105 const int i=_p[bx0]; in operator ()()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dgdalwmsrasterband.cpp89 std::vector<WMSHTTPRequest> requests((bx1 - bx0 + 1)*(by1 - by0 + 1)); in ReadBlocks()
97 for (int ix = bx0; ix <= bx1; ++ix) { in ReadBlocks()
266 int bx0 = x; in IReadBlock() local
280 bx0 = std::max(x - 15, tbx0); in IReadBlock()
284 bCancelHint = (bx0 == tbx0 && by0 == tby0 && bx1 == tbx1 && by1 == tby1); in IReadBlock()
288 CPLErr eErr = ReadBlocks(x, y, buffer, bx0, by0, bx1, by1, 0); in IReadBlock()
1002 int bx0 = nXOff / nBlockXSize; in AdviseRead() local
1009 if( (bx1 - bx0 + 1) > MAX_TILES / (by1 - by0 + 1) ) in AdviseRead()
1015 if( m_nAdviseReadBX0 == bx0 && in AdviseRead()
1022 m_nAdviseReadBX0 = bx0; in AdviseRead()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dgdalwmsrasterband.cpp89 std::vector<WMSHTTPRequest> requests((bx1 - bx0 + 1)*(by1 - by0 + 1)); in ReadBlocks()
97 for (int ix = bx0; ix <= bx1; ++ix) { in ReadBlocks()
266 int bx0 = x; in IReadBlock() local
280 bx0 = std::max(x - 15, tbx0); in IReadBlock()
284 bCancelHint = (bx0 == tbx0 && by0 == tby0 && bx1 == tbx1 && by1 == tby1); in IReadBlock()
288 CPLErr eErr = ReadBlocks(x, y, buffer, bx0, by0, bx1, by1, 0); in IReadBlock()
1002 int bx0 = nXOff / nBlockXSize; in AdviseRead() local
1009 if( (bx1 - bx0 + 1) > MAX_TILES / (by1 - by0 + 1) ) in AdviseRead()
1015 if( m_nAdviseReadBX0 == bx0 && in AdviseRead()
1022 m_nAdviseReadBX0 = bx0; in AdviseRead()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dgdalwmsrasterband.cpp89 std::vector<WMSHTTPRequest> requests((bx1 - bx0 + 1)*(by1 - by0 + 1)); in ReadBlocks()
97 for (int ix = bx0; ix <= bx1; ++ix) { in ReadBlocks()
266 int bx0 = x; in IReadBlock() local
280 bx0 = std::max(x - 15, tbx0); in IReadBlock()
284 bCancelHint = (bx0 == tbx0 && by0 == tby0 && bx1 == tbx1 && by1 == tby1); in IReadBlock()
288 CPLErr eErr = ReadBlocks(x, y, buffer, bx0, by0, bx1, by1, 0); in IReadBlock()
1002 int bx0 = nXOff / nBlockXSize; in AdviseRead() local
1009 if( (bx1 - bx0 + 1) > MAX_TILES / (by1 - by0 + 1) ) in AdviseRead()
1015 if( m_nAdviseReadBX0 == bx0 && in AdviseRead()
1022 m_nAdviseReadBX0 = bx0; in AdviseRead()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dnoise.cpp380 int bx0, bx1, by0, by1, bz0, bz1; in SolidNoise() local
386 SetupSolidNoise(P, 0, bx0, bx1, rx0, rx1); in SolidNoise()
390 i = NoisePermutation[bx0]; in SolidNoise()
430 int bx0, bx1, by0, by1, bz0, bz1; in SolidDNoise() local
437 SetupSolidNoise(P, 0, bx0, bx1, rx0, rx1); in SolidDNoise()
441 i = NoisePermutation[bx0]; in SolidDNoise()
/dports/games/el/Eternal-Lands-1.9.5.9-1/shader/
H A Dnoise.c136 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in dnoise3() local
140 setup(vec[0], &bx0, &bx1, &rx0, &rx1); in dnoise3()
144 i = p[bx0]; in dnoise3()
191 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in dnoise3() local
201 setup(vec[0], &bx0, &bx1, &rx0, &rx1); in dnoise3()
205 i = p[bx0]; in dnoise3()
/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dnoise.cpp90 const int bx0=( itx &(N-1)); in operator ()() local
91 const int bx1=((bx0+1)&(N-1)); in operator ()()
97 const int i=_p[bx0]; in operator ()()
/dports/audio/snd/snd-21.2/
H A Dsnd-print.c7 static int bbx = 0, bby = 0, bx0 = 0, by0 = 0; variable
79 bx0 = x0; in ps_graph()
149 return(ap->x_axis_x0 + bx0 + (val - ap->x0) * ap->x_scale); in ps_grf_x()
368 ap->graph_x0 + bx0, ap->y_offset + by0, ap->width, ap->height); in ps_bg()
388 px0 = x0 + bx0; in ps_draw_line()
389 px1 = x1 + bx0; in ps_draw_line()
419 px0 = x0 + bx0; in ps_fill_rectangle()
420 px1 = x0 + bx0 + width; in ps_fill_rectangle()
435 px0 = x0 + bx0; in ps_draw_string()
553 bx0 = 0; in print_enved()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dturbulence.rs232 let mut bx0 = t as usize; localVariable
233 let mut bx1 = bx0 + 1;
244 if bx0 >= stitch_info.wrap_x {
245 bx0 -= stitch_info.width;
257 bx0 &= BM;
261 let i = self.lattice_selector[bx0];
/dports/graphics/ogre3d/ogre-1.11.6/Samples/EndlessWorld/src/
H A DPerlinNoiseTerrainGenerator.cpp84 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise() local
87 setup(vec2.x, bx0,bx1, rx0,rx1); in noise()
90 int i = p[ bx0 ]; in noise()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/EndlessWorld/src/
H A DPerlinNoiseTerrainGenerator.cpp84 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise() local
87 setup(vec2.x, bx0,bx1, rx0,rx1); in noise()
90 int i = p[ bx0 ]; in noise()
/dports/misc/mc/mc-4.8.27/src/
H A Dlearn.c256 int bx0, bx1; in init_learn() local
335 bx0 = (dlg_width - (bl0 + bl1 + 1)) / 2; in init_learn()
336 bx1 = bx0 + bl0 + 1; in init_learn()
337 group_add_widget (g, button_new (dlg_height - 3, bx0, B_ENTER, DEFPUSH_BUTTON, b0, NULL)); in init_learn()
/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dlearn.c256 int bx0, bx1; in init_learn() local
335 bx0 = (dlg_width - (bl0 + bl1 + 1)) / 2; in init_learn()
336 bx1 = bx0 + bl0 + 1; in init_learn()
337 group_add_widget (g, button_new (dlg_height - 3, bx0, B_ENTER, DEFPUSH_BUTTON, b0, NULL)); in init_learn()
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_PolyArc.cxx67 Standard_Real bx0,by0,bxmin,bxmax,bymin,bymax,r,r2; in IntPatch_PolyArc() local
71 bx0=(bxmax+bxmin)*0.5; in IntPatch_PolyArc()
107 Standard_Boolean isMidPtInBox = (Abs(bx0-XXs) + Abs(by0-YYs)) < r; in IntPatch_PolyArc()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wms/
H A Dgdalwmsrasterband.cpp93 CPLErr GDALWMSRasterBand::ReadBlocks(int x, int y, void *buffer, int bx0, int by0, int bx1, int by1… in ReadBlocks() argument
97 int max_request_count = (bx1 - bx0 + 1) * (by1 - by0 + 1); in ReadBlocks()
112 for (int ix = bx0; ix <= bx1; ++ix) { in ReadBlocks()
263 int bx0 = x; in IReadBlock() local
273 if ((tbx0 <= bx0) && (tby0 <= by0) && (tbx1 >= bx1) && (tby1 >= by1)) { in IReadBlock()
274 bx0 = tbx0; in IReadBlock()
281 CPLErr eErr = ReadBlocks(x, y, buffer, bx0, by0, bx1, by1, 0); in IReadBlock()
821 int bx0 = x0 / nBlockXSize; in AdviseRead() local
826 return ReadBlocks(0, 0, NULL, bx0, by0, bx1, by1, 1); in AdviseRead()
/dports/print/ghostscript8-base/ghostscript-8.71/epag-3.09/
H A Dgdevepag.c551 int bx0,bx1,bx; in epag_bubble_gen() local
563 bx0 = x0 / cont->bw; in epag_bubble_gen()
566 for(bx = bx0; bx <= bx1; bx++){ in epag_bubble_gen()
574 int bx,bx0,bx1; in epag_bubble_flush() local
578 bx0 = bbl->x0 / cont->bw; in epag_bubble_flush()
580 for(bx = bx0; bx <= bx1; bx++){ in epag_bubble_flush()
/dports/print/ghostscript9-base/ghostscript-9.06/epag-3.09/
H A Dgdevepag.c551 int bx0,bx1,bx; in epag_bubble_gen() local
563 bx0 = x0 / cont->bw; in epag_bubble_gen()
566 for(bx = bx0; bx <= bx1; bx++){ in epag_bubble_gen()
574 int bx,bx0,bx1; in epag_bubble_flush() local
578 bx0 = bbl->x0 / cont->bw; in epag_bubble_flush()
580 for(bx = bx0; bx <= bx1; bx++){ in epag_bubble_flush()
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/lips4/
H A Dgdevlprn.c376 int bx0, bx1, bx; in lprn_bubble_gen() local
388 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
391 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
404 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
426 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/lips4/
H A Dgdevlprn.c376 int bx0, bx1, bx; in lprn_bubble_gen() local
388 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
391 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
404 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
426 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/print/ghostscript7-base/ghostscript-7.07/gdevlips-2.4.0/
H A Dgdevlprn.c376 int bx0, bx1, bx; in lprn_bubble_gen() local
388 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
391 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
404 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
426 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/lips4/
H A Dgdevlprn.c375 int bx0, bx1, bx; in lprn_bubble_gen() local
387 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
390 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
403 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
425 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/lips4/
H A Dgdevlprn.c375 int bx0, bx1, bx; in lprn_bubble_gen() local
387 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
390 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
403 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
425 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Doptions_font.c470 Evas_Object *o, *bx, *bx0; in options_font() local
496 bx0 = o = elm_box_add(opbox); in options_font()
532 elm_box_pack_end(bx0, bx); in options_font()
541 elm_box_pack_end(bx0, o); in options_font()
663 elm_box_pack_end(bx0, o); in options_font()
668 ctx->cx = o = elm_check_add(bx0); in options_font()
673 elm_box_pack_end(bx0, o); in options_font()
/dports/science/cdcl/dcl-5.4.8-C/src/grph1/szpack/
H A Dszoptt.c53 static real vx, vy, xx, yy, bx0, by0, cx0, cy0, bx1, by1, cx1, cy1; in szoptt_0_() local
115 bx0 = tx1; in szoptt_0_()
127 szpcly_(&bx0, &by0, &bx1, &by1, &lvldy, &c_false); in szoptt_0_()
168 bx0 = bx1; in szoptt_0_()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/boxes/3rdparty/
H A Dfbm.c107 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
116 setup(0, bx0,bx1, rx0,rx1); in noise3()
120 i = p[ bx0 ]; in noise3()

12345678910>>...15