Home
last modified time | relevance | path

Searched refs:bx0 (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_weather.c60 Evas_Object *bx, *bx0, *bt; in test_weather() local
102 bx0 = elm_box_add(win); in test_weather()
105 elm_box_pack_end(bx, bx0); in test_weather()
106 evas_object_show(bx0); in test_weather()
111 elm_box_pack_end(bx0, bt); in test_weather()
117 elm_box_pack_end(bx0, bt); in test_weather()
122 bx0 = elm_box_add(win); in test_weather()
125 elm_box_pack_end(bx, bx0); in test_weather()
126 evas_object_show(bx0); in test_weather()
133 elm_box_pack_end(bx0, hv); in test_weather()
[all …]
H A Dtest_separator.c9 Evas_Object *win, *bx0, *bx, *bt, *sp; in test_separator() local
14 bx0 = elm_box_add(win); in test_separator()
15 evas_object_size_hint_weight_set(bx0, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); in test_separator()
16 elm_box_horizontal_set(bx0, EINA_TRUE); in test_separator()
17 elm_win_resize_object_add(win, bx0); in test_separator()
18 evas_object_show(bx0); in test_separator()
22 elm_box_pack_end(bx0, bx); in test_separator()
42 elm_box_pack_end(bx0, sp); in test_separator()
47 elm_box_pack_end(bx0, bx); in test_separator()
H A Dtest_check.c135 Evas_Object *win, *bx, *bx0; in test_check() local
140 bx0 = elm_box_add(win); in test_check()
141 evas_object_size_hint_weight_set(bx0, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); in test_check()
142 elm_box_horizontal_set(bx0, EINA_TRUE); in test_check()
143 elm_win_resize_object_add(win, bx0); in test_check()
144 evas_object_show(bx0); in test_check()
149 elm_box_pack_end(bx0, bx); in test_check()
157 elm_box_pack_end(bx0, bx); in test_check()
165 elm_box_pack_end(bx0, bx); in test_check()
H A Dtest_radio.c183 Evas_Object *win, *bx, *bx0; in test_radio() local
188 bx0 = elm_box_add(win); in test_radio()
189 elm_box_horizontal_set(bx0, EINA_TRUE); in test_radio()
190 elm_win_resize_object_add(win, bx0); in test_radio()
191 evas_object_show(bx0); in test_radio()
196 elm_box_pack_end(bx0, bx); in test_radio()
205 elm_box_pack_end(bx0, bx); in test_radio()
214 elm_box_pack_end(bx0, bx); in test_radio()
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dbezmisc.py60 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme
61 x0=bx0
76 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme2
106 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme3
113 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme4
120 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme5
151 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme9
152 m1=tpoint((bx0,by0),(bx1,by1),t)
159 return ((bx0,by0),m1,m4,m),(m,m5,m3,(bx3,by3))
230 ((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)) = xxx_todo_changeme12
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_ar_control_field.cc65 size_t bx0 = rect.x0(); in ProcessTile() local
75 size_t x0 = bx0 == 0 ? 2 : 0; in ProcessTile()
91 size_t cx = x + bx0 * N - 2; in ProcessTile()
107 for (; x + bx0 * N < 3; x++) { in ProcessTile()
113 size_t cx = x + bx0 * N - 2; in ProcessTile()
153 for (size_t x = 0; x < (bx1 - bx0) * 2; x++) { in ProcessTile()
182 for (size_t x = 0; x < (bx1 - bx0) * 2 + 1; x++) { in ProcessTile()
188 : opsin.xsize() - bx0 * 8 + 2; in ProcessTile()
212 for (size_t bx = bx0; bx < bx1; bx++) { in ProcessTile()
221 (bx - bx0) * 2 + x]; in ProcessTile()
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_ar_control_field.cc65 size_t bx0 = rect.x0(); in ProcessTile() local
75 size_t x0 = bx0 == 0 ? 2 : 0; in ProcessTile()
91 size_t cx = x + bx0 * N - 2; in ProcessTile()
107 for (; x + bx0 * N < 3; x++) { in ProcessTile()
113 size_t cx = x + bx0 * N - 2; in ProcessTile()
153 for (size_t x = 0; x < (bx1 - bx0) * 2; x++) { in ProcessTile()
182 for (size_t x = 0; x < (bx1 - bx0) * 2 + 1; x++) { in ProcessTile()
188 : opsin.xsize() - bx0 * 8 + 2; in ProcessTile()
212 for (size_t bx = bx0; bx < bx1; bx++) { in ProcessTile()
221 (bx - bx0) * 2 + x]; in ProcessTile()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_ar_control_field.cc65 size_t bx0 = rect.x0(); in ProcessTile() local
75 size_t x0 = bx0 == 0 ? 2 : 0; in ProcessTile()
91 size_t cx = x + bx0 * N - 2; in ProcessTile()
107 for (; x + bx0 * N < 3; x++) { in ProcessTile()
113 size_t cx = x + bx0 * N - 2; in ProcessTile()
153 for (size_t x = 0; x < (bx1 - bx0) * 2; x++) { in ProcessTile()
182 for (size_t x = 0; x < (bx1 - bx0) * 2 + 1; x++) { in ProcessTile()
188 : opsin.xsize() - bx0 * 8 + 2; in ProcessTile()
212 for (size_t bx = bx0; bx < bx1; bx++) { in ProcessTile()
221 (bx - bx0) * 2 + x]; in ProcessTile()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_ar_control_field.cc65 size_t bx0 = rect.x0(); in ProcessTile() local
75 size_t x0 = bx0 == 0 ? 2 : 0; in ProcessTile()
91 size_t cx = x + bx0 * N - 2; in ProcessTile()
107 for (; x + bx0 * N < 3; x++) { in ProcessTile()
113 size_t cx = x + bx0 * N - 2; in ProcessTile()
153 for (size_t x = 0; x < (bx1 - bx0) * 2; x++) { in ProcessTile()
182 for (size_t x = 0; x < (bx1 - bx0) * 2 + 1; x++) { in ProcessTile()
188 : opsin.xsize() - bx0 * 8 + 2; in ProcessTile()
212 for (size_t bx = bx0; bx < bx1; bx++) { in ProcessTile()
221 (bx - bx0) * 2 + x]; in ProcessTile()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_Polygon2dGen.gxx121 Standard_Real bx0,bx1,by0,by1;
122 BoxOtherPolygon.Get(bx0,by0,bx1,by1);
124 bx0-=TheDeflection;
137 Rprec = CalculRegion(x,y,bx0,bx1,by0,by1);
290 Standard_Real bx0,bx1,by0,by1;
292 myBox.Get(bx0,by0,bx1,by1);
293 DrawSegment(gp_Pnt2d(bx0,by0),gp_Pnt2d(bx1,by0));
296 DrawSegment(gp_Pnt2d(bx0,by1),gp_Pnt2d(bx0,by0));
307 Standard_Real bx0,bx1,by0,by1;
314 myBox.Get(bx0,by0,bx1,by1);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntCurve_Polygon2dGen.gxx121 Standard_Real bx0,bx1,by0,by1;
122 BoxOtherPolygon.Get(bx0,by0,bx1,by1);
124 bx0-=TheDeflection;
137 Rprec = CalculRegion(x,y,bx0,bx1,by0,by1);
290 Standard_Real bx0,bx1,by0,by1;
292 myBox.Get(bx0,by0,bx1,by1);
293 DrawSegment(gp_Pnt2d(bx0,by0),gp_Pnt2d(bx1,by0));
296 DrawSegment(gp_Pnt2d(bx0,by1),gp_Pnt2d(bx0,by0));
307 Standard_Real bx0,bx1,by0,by1;
314 myBox.Get(bx0,by0,bx1,by1);
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntCurve_Polygon2dGen.gxx121 Standard_Real bx0,bx1,by0,by1;
122 BoxOtherPolygon.Get(bx0,by0,bx1,by1);
124 bx0-=TheDeflection;
137 Rprec = CalculRegion(x,y,bx0,bx1,by0,by1);
290 Standard_Real bx0,bx1,by0,by1;
292 myBox.Get(bx0,by0,bx1,by1);
293 DrawSegment(gp_Pnt2d(bx0,by0),gp_Pnt2d(bx1,by0));
296 DrawSegment(gp_Pnt2d(bx0,by1),gp_Pnt2d(bx0,by0));
307 Standard_Real bx0,bx1,by0,by1;
314 myBox.Get(bx0,by0,bx1,by1);
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DRect.java76 float bx0 = x0 * tm.b; in transform() local
79 if (bx0 > bx1) in transform()
81 float t = bx0; in transform()
82 bx0 = bx1; in transform()
95 bx0 += dy0 + tm.f; in transform()
100 y0 = bx0; in transform()
H A DRectI.java58 float bx0 = x0 * tm.b; in transform() local
61 if (bx0 > bx1) { in transform()
62 float t = bx0; in transform()
63 bx0 = bx1; in transform()
75 bx0 += dy0 + tm.f; in transform()
80 y0 = (int)Math.floor(bx0); in transform()
/dports/math/R-cran-matrixStats/matrixStats/src/
H A DbinCounts_lowlevel_template.h20 #define IS_PART_OF_FIRST_BIN(x, bx0) (x < bx0) argument
24 #define IS_PART_OF_FIRST_BIN(x, bx0) (x <= bx0) argument
H A DbinMeans_lowlevel_template.h20 #define IS_PART_OF_FIRST_BIN(x, bx0) (x < bx0) argument
24 #define IS_PART_OF_FIRST_BIN(x, bx0) (x <= bx0) argument
/dports/graphics/processing/processing-1.5.1/modes/android/examples/OpenGL/Planets/
H A DPerlin.pde83 int bx0, bx1;
87 bx0 = int(t) & BM;
88 bx1 = (bx0 + 1) & BM;
93 u = rx0 * g1[p[bx0]];
100 int bx0, bx1, by0, by1, b00, b10, b01, b11;
106 bx0 = int(t) & BM;
107 bx1 = (bx0 + 1) & BM;
117 i = p[bx0];
150 bx0 = int(t) & BM;
151 bx1 = (bx0 + 1) & BM;
[all …]
/dports/games/sea-defender/Sea-Defender-d628051/snoutlib/
H A Dperlin.cpp30 int bx0, bx1; in noise1() local
42 setup(0, bx0,bx1, rx0,rx1); in noise1()
46 u = rx0 * g1[ p[ bx0 ] ]; in noise1()
54 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise2() local
65 setup(0,bx0,bx1,rx0,rx1); in noise2()
68 i = p[bx0]; in noise2()
98 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
109 setup(0, bx0,bx1, rx0,rx1); in noise3()
113 i = p[ bx0 ]; in noise3()
/dports/graphics/gegl/gegl-0.4.34/operations/common/perlin/
H A Dperlin.c20 int bx0, bx1; in noise1() local
25 setup (0, bx0, bx1, rx0, rx1); in noise1()
28 u = rx0 * g1[p[bx0]]; in noise1()
37 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise2() local
41 setup (0, bx0, bx1, rx0, rx1); in noise2()
44 i = p[bx0]; in noise2()
73 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
77 setup (0, bx0, bx1, rx0, rx1); in noise3()
81 i = p[bx0]; in noise3()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DNoise.cxx68 int bx0, bx1; in noise1() local
77 setup(0,bx0,bx1,rx0,rx1); in noise1()
80 u = rx0 * g1[ p[ bx0 ] ]; in noise1()
88 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise2() local
97 setup(0, bx0,bx1, rx0,rx1); in noise2()
100 i = p[ bx0 ]; in noise2()
124 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
133 setup(0, bx0,bx1, rx0,rx1); in noise3()
137 i = p[ bx0 ]; in noise3()
/dports/emulators/mednafen/mednafen/src/video/
H A Dtext.cpp187 …aw(T* const surfp, uint32 pitch, const int32 x, const int32 y, const int32 bx0, const int32 bx1, c… in DoRealDraw() argument
205 uint32 gx_start = std::min<int64>(glyph_width, std::max<int64>(0, (int64)bx0 - x - ret)); in DoRealDraw()
233 int32 bx0, bx1; in DrawTextUTF32() local
238 bx0 = std::max<int32>(0, cr->x); in DrawTextUTF32()
246 bx0 = 0; in DrawTextUTF32()
274 …DoRealDraw(surf->pix<uint8>(), surf->pitchinpix, x + 1, y + 1, bx0, bx1, by0, by1, shadcolor, text… in DrawTextUTF32()
276 …return DoRealDraw(surf->pix<uint8>(), surf->pitchinpix, x, y, bx0, bx1, by0, by1, color, text, tex… in DrawTextUTF32()
280 …DoRealDraw(surf->pix<uint16>(), surf->pitchinpix, x + 1, y + 1, bx0, bx1, by0, by1, shadcolor, tex… in DrawTextUTF32()
282 …return DoRealDraw(surf->pix<uint16>(), surf->pitchinpix, x, y, bx0, bx1, by0, by1, color, text, te… in DrawTextUTF32()
286 …DoRealDraw(surf->pix<uint32>(), surf->pitchinpix, x + 1, y + 1, bx0, bx1, by0, by1, shadcolor, tex… in DrawTextUTF32()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celmath/
H A Dperlin.cpp173 int bx0, bx1; in noise1() local
178 setup(0, bx0, bx1, rx0, rx1); in noise1()
180 u = rx0 * g1[p[bx0]]; in noise1()
188 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise2() local
195 setup(0, bx0,bx1, rx0,rx1); in noise2()
198 i = p[ bx0 ]; in noise2()
227 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
231 setup(0, bx0,bx1, rx0,rx1); in noise3()
235 i = p[ bx0 ]; in noise3()
/dports/astro/celestia/celestia-1.6.1/src/celmath/
H A Dperlin.cpp173 int bx0, bx1; in noise1() local
178 setup(0, bx0, bx1, rx0, rx1); in noise1()
180 u = rx0 * g1[p[bx0]]; in noise1()
188 int bx0, bx1, by0, by1, b00, b10, b01, b11; in noise2() local
195 setup(0, bx0,bx1, rx0,rx1); in noise2()
198 i = p[ bx0 ]; in noise2()
227 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
231 setup(0, bx0,bx1, rx0,rx1); in noise3()
235 i = p[ bx0 ]; in noise3()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DNoise.cpp128 int bx0, bx1; in smoothNoise1() local
132 SETUP(vec, bx0, bx1, rx0, rx1); in smoothNoise1()
136 u = rx0 * g1[p[bx0]]; in smoothNoise1()
144 int bx0, bx1, by0, by1, b00, b10, b01, b11; in smoothNoise2() local
148 SETUP(vec.x(), bx0, bx1, rx0, rx1); in smoothNoise2()
151 i = p[bx0]; in smoothNoise2()
183 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in smoothNoise3() local
187 SETUP(vec.x(), bx0, bx1, rx0, rx1); in smoothNoise3()
191 i = p[bx0]; in smoothNoise3()
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/perlin/
H A Dperlin.go128 bx0 := int(t) & BM
129 bx1 := (bx0 + 1) & BM
134 u := rx0 * p.g1[p.p[bx0]]
143 bx0 := int(t) & BM
144 bx1 := (bx0 + 1) & BM
154 i := p.p[bx0]
182 bx0 := int(t) & BM
183 bx1 := (bx0 + 1) & BM
199 i := p.p[bx0]

12345678910>>...15