Home
last modified time | relevance | path

Searched refs:andmask (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/dxa65/dxa-0.1.4/
H A Dtable.c42 FindNextEntryType (entry, andmask, eormask) in FindNextEntryType() argument
44 unsigned char andmask;
47 table *FindNextEntryType (table *entry, unsigned char andmask,
59 if (entry->type && !((entry->type & andmask) ^ eormask))
67 FindNextEntryTypeParent (entry, parent, andmask, eormask) in FindNextEntryTypeParent() argument
70 unsigned char andmask;
87 !((entry->type & andmask) ^ eormask))
95 FindNextEntry (entry, address, andmask, eormask) in FindNextEntry() argument
98 unsigned char andmask;
102 unsigned char andmask, unsigned char eormask)
[all …]
H A Dproto.h49 table *FindNextEntryType PROTO((table *entry, unsigned char andmask,
52 unsigned char andmask,
55 unsigned char andmask, unsigned char eormask));
/dports/graphics/box/box-0.4.0/libs/g/
H A Dbm1bit.c38 unsigned char *andmask; /* Puntatore alla maschera and per il disegno di punti */ member
53 static unsigned char andmask[2][8] = { variable
185 WRDP(wd)->andmask = (unsigned char *) &andmask[0]; in BoxGWin_Create_BM1()
228 *ptr &= WRDP(w)->andmask[r]; in My_Draw_Point()
242 WRDP(w)->andmask = (unsigned char *) &andmask[0]; in My_Set_Color()
249 WRDP(w)->andmask = (unsigned char *) &andmask[0]; in My_Set_Color()
256 WRDP(w)->andmask = (unsigned char *) &andmask[1]; in My_Set_Color()
263 WRDP(w)->andmask = (unsigned char *) &andmask[1]; in My_Set_Color()
304 *ptr &= WRDP(w)->andmask[xpix]; in My_Draw_Hor_Line()
324 *ptr &= WRDP(w)->andmask[i]; in My_Draw_Hor_Line()
[all …]
H A Dbm4bit.c40 unsigned char andmask[2]; /* Puntatore alla maschera and per il disegno di punti */ member
174 WRDP(wd)->andmask[0] = 0x0f; WRDP(wd)->andmask[1] = 0xf0; in BoxGWin_Create_BM4()
216 *ptr &= WRDP(w)->andmask[r]; in My_Draw_Point()
231 WRDP(w)->andmask[0] = WRDP(w)->andmask[1] = WRDP(w)->fandmask = 0xff; in My_Set_Color()
238 WRDP(w)->andmask[0] = WRDP(w)->andmask[1] = WRDP(w)->fandmask = 0xff; in My_Set_Color()
243 WRDP(w)->andmask[0] = 0x0f; WRDP(w)->andmask[1] = 0xf0; in My_Set_Color()
279 *ptr &= WRDP(w)->andmask[1]; in My_Draw_Hor_Line()
296 *ptr &= WRDP(w)->andmask[0]; in My_Draw_Hor_Line()
302 *ptr &= WRDP(w)->andmask[1]; in My_Draw_Hor_Line()
H A Dbm8bit.c40 unsigned char andmask; /* Puntatore alla maschera and per il disegno di punti */ member
172 WRDP(wd)->andmask = 0x00; in BoxGWin_Create_BM8()
208 *ptr &= WRDP(w)->andmask; in My_Draw_Point()
222 WRDP(w)->andmask = 0xff; in My_Set_Color()
229 WRDP(w)->andmask = 0xff; in My_Set_Color()
233 WRDP(w)->andmask = 0x00; in My_Set_Color()
259 *ptr &= WRDP(w)->andmask; in My_Draw_Hor_Line()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dcursors.c121 GAbyte *andmask; /* andmask = ~blackmask & ~whitemask */ in createcursor() local
135 andmask = array(max_height * row_bytes, GAbyte); in createcursor()
142 andmask[w+y*row_bytes] = ~(black[w+y*2]) & ~(white[w+y*2]); in createcursor()
146 andmask[w+y*row_bytes] = 0xFF; in createcursor()
155 (void FAR *) andmask, (void FAR *) xormask); in createcursor()
160 discard(andmask); in createcursor()
200 GAbyte *andmask; in newcursor() local
213 andmask = array(max_height * row_bytes, GAbyte); in newcursor()
219 andmask[w+y*row_bytes] = form_and_byte(img, w*8, y); in newcursor()
227 (void FAR *) andmask, (void FAR *) xormask); in newcursor()
[all …]
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dcursors.c121 GAbyte *andmask; /* andmask = ~blackmask & ~whitemask */ in createcursor() local
135 andmask = array(max_height * row_bytes, GAbyte); in createcursor()
142 andmask[w+y*row_bytes] = ~(black[w+y*2]) & ~(white[w+y*2]); in createcursor()
146 andmask[w+y*row_bytes] = 0xFF; in createcursor()
155 (void FAR *) andmask, (void FAR *) xormask); in createcursor()
160 discard(andmask); in createcursor()
200 GAbyte *andmask; in newcursor() local
213 andmask = array(max_height * row_bytes, GAbyte); in newcursor()
219 andmask[w+y*row_bytes] = form_and_byte(img, w*8, y); in newcursor()
227 (void FAR *) andmask, (void FAR *) xormask); in newcursor()
[all …]
/dports/devel/py-game/pygame-2.1.0/test/
H A Dmouse_test.py76 andmask = (224, 240, 254, 255, 254, 240, 96, 0)
91 pygame.mouse.set_cursor(size, hotspot, xormask, andmask)
149 andmask = (254, 255, 254, 112, 56, 28, 12, 0)
178 pygame.mouse.set_cursor(("w", "h"), hotspot, xormask, andmask)
180 pygame.mouse.set_cursor(size, ("0", "0"), xormask, andmask)
182 pygame.mouse.set_cursor(size, ("x", "y", "z"), xormask, andmask)
186 pygame.mouse.set_cursor(size, hotspot, 12345678, andmask)
192 pygame.mouse.set_cursor(size, hotspot, "00000000", andmask)
198 pygame.mouse.set_cursor((3, 8), hotspot, xormask, andmask)
210 pygame.mouse.set_cursor(size, hotspot, xormask, andmask)
[all …]
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dmouse.c233 PyObject *xormask, *andmask; member
252 _set_bitmap_cursor(int w, int h, int spotx, int spoty, PyObject* xormask, PyObject* andmask) { in _set_bitmap_cursor() argument
258 if (!PySequence_Check(xormask) || !PySequence_Check(andmask)) in _set_bitmap_cursor()
265 andsize = PySequence_Length(andmask); in _set_bitmap_cursor()
284 if (!pg_IntFromObjIndex(andmask, loop, &val)) in _set_bitmap_cursor()
305 Py_XDECREF(cursor_data.andmask); in _set_bitmap_cursor()
307 Py_INCREF(andmask); in _set_bitmap_cursor()
311 cursor_data.andmask = andmask; in _set_bitmap_cursor()
398 PyObject *xormask, *andmask; in mouse_set_cursor() local
411 &w, &h, &spotx, &spoty, &xormask, &andmask, &spotx, &spoty, in mouse_set_cursor()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member
135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
145 &store->andmask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
160 if (store->andmask) { in do_ndc_cliptest()
175 &store->andmask ); in do_ndc_cliptest()
177 if (store->andmask) { in do_ndc_cliptest()
182 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
/dports/lang/clover/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member
135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
145 &store->andmask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
160 if (store->andmask) { in do_ndc_cliptest()
175 &store->andmask ); in do_ndc_cliptest()
177 if (store->andmask) { in do_ndc_cliptest()
182 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member
135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
145 &store->andmask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
160 if (store->andmask) { in do_ndc_cliptest()
175 &store->andmask ); in do_ndc_cliptest()
177 if (store->andmask) { in do_ndc_cliptest()
182 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member
135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
145 &store->andmask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
160 if (store->andmask) { in do_ndc_cliptest()
175 &store->andmask ); in do_ndc_cliptest()
177 if (store->andmask) { in do_ndc_cliptest()
182 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member
135 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
145 &store->andmask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
160 if (store->andmask) { in do_ndc_cliptest()
175 &store->andmask ); in do_ndc_cliptest()
177 if (store->andmask) { in do_ndc_cliptest()
182 VB->ClipAndMask = store->andmask; in do_ndc_cliptest()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
185 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
193 &store->andmask, in run_vertex_stage()
203 &store->andmask, in run_vertex_stage()
208 if (store->andmask) in run_vertex_stage()
220 &store->andmask ); in run_vertex_stage()
222 if (store->andmask) in run_vertex_stage()
226 VB->ClipAndMask = store->andmask; in run_vertex_stage()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member
188 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
196 &store->andmask, in run_vertex_stage()
206 &store->andmask, in run_vertex_stage()
211 if (store->andmask) in run_vertex_stage()
223 &store->andmask ); in run_vertex_stage()
225 if (store->andmask) in run_vertex_stage()
229 VB->ClipAndMask = store->andmask; in run_vertex_stage()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dradeonfb_bios.c375 uint32_t andmask; in rb_load_init_block() local
396 andmask = GETBIOS32(sc, offset); in rb_load_init_block()
401 index, andmask, ormask)); in rb_load_init_block()
402 radeonfb_maskindex(sc, index, andmask, ormask); in rb_load_init_block()
406 andmask = GETBIOS32(sc, offset); in rb_load_init_block()
411 index, andmask, ormask)); in rb_load_init_block()
412 radeonfb_mask32(sc, index, andmask, ormask); in rb_load_init_block()
451 uint32_t andmask; in rb_load_pll_block() local
490 andmask = in rb_load_pll_block()
499 shift, andmask, ormask)); in rb_load_pll_block()
[all …]

123