Home
last modified time | relevance | path

Searched refs:DMAP (Results 1 – 25 of 132) sorted by relevance

123456

/dports/graphics/urt/urt-3.1b1_12/get/getx11/
H A Dmap_scan.c216 pixel = DMAP(*r, col, row);
257 [DMAP(*r, col, row) +
262 DMAP(*g, col, row),
380 [DMAP(*r, col, row) +
386 DMAP(*g, col, row),
387 DMAP(*b, col, row));
682 if ( DMAP(*r, col++, row) )
693 if ( DMAP(*r, col++, row) )
696 if ( DMAP(*r, col++, row) )
1463 DMAP(*g, col, row),
[all …]
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dgetbob.c275 DMAP( *r, dither_col, dither_row ) +
276 DMAP( *g, dither_col, dither_row ) * 6 +
277 DMAP( *b, dither_col, dither_row ) * 36 +
291 DMAP( hdr.cmap[*r], dither_col, dither_row ) +
292 DMAP( hdr.cmap[*g + g_offset],
294 DMAP( hdr.cmap[*b + b_offset],
305 DMAP( gammamap[*r], dither_col, dither_row ) +
306 DMAP( gammamap[*g], dither_col, dither_row ) * 6 +
307 DMAP( gammamap[*b], dither_col, dither_row ) * 36 +
352 DMAP( bw_val, dither_col, dither_row ) + COLMAP_OFFSET;
[all …]
H A Dget_orion.c310 #define DMAP(v, x, y) (errN[v]>dm16[x][y] ? divN[v]+1 : divN[v]) macro
352 DMAP(hdr.cmap[*r], dither_col, dither_row) +
353 DMAP(hdr.cmap[*g + g_offset], dither_col,
355 DMAP(hdr.cmap[*b + b_offset], dither_col,
364 DMAP(*r, dither_col, dither_row) +
365 DMAP(*g, dither_col, dither_row) * 6 +
366 DMAP(*b, dither_col, dither_row) * 36;
412 *dest_pixel_ptr = DMAP(bw_val, dither_col, dither_row);
424 DMAP(bw_val, dither_col, dither_row);
/dports/net/libdmapsharing/libdmapsharing-2.9.41/tests/
H A Ddmapcopy.vala1 /* FILE: dmapcopy.vala -- Copy files from a DMAP server
24 private DMAP.MdnsBrowser browser;
25 private DMAP.Connection connection;
29 private bool connected_cb (DMAP.Connection connection, bool result, string? reason) {
61 private void service_added_cb (DMAP.MdnsBrowserService *service) {
62 …connection = (DMAP.Connection) new DPAP.Connection (service->service_name, service->host, service-…
70 browser = new DMAP.MdnsBrowser (DMAP.MdnsBrowserServiceType.DPAP);
H A Dvala-dmap-db.vala23 private class ValaDMAPDb : GLib.Object, DMAP.Db {
27 private Gee.ArrayList<unowned DMAP.Record> db = new Gee.ArrayList<unowned DMAP.Record> ();
29 public uint add (DMAP.Record record) {
30 db.add (((DMAP.Record) record));
38 public uint add_with_id (DMAP.Record record, uint id) {
55 public unowned DMAP.Record lookup_by_id (uint id) {
H A Ddpapview.vala24 private DMAP.MdnsBrowser browser;
25 private DMAP.Connection connection;
30 private bool connected_cb (DMAP.Connection connection, bool result, string? reason) {
52 private void service_added_cb (DMAP.MdnsBrowserService *service) {
53 …connection = (DMAP.Connection) new DPAP.Connection (service->service_name, service->host, service-…
71 browser = new DMAP.MdnsBrowser (DMAP.MdnsBrowserServiceType.DPAP);
H A Dvala-dmap-container-db.vala23 private class ValaDMAPContainerDb : GLib.Object, DMAP.ContainerDb {
27 private Gee.ArrayList<unowned DMAP.Record> db = new Gee.ArrayList<unowned DMAP.Record> ();
40 public unowned DMAP.ContainerRecord lookup_by_id (uint id) {
44 public void add (DMAP.ContainerRecord record) {
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvCurveView.cpp190 #define DMAP(x,y) m_TrafoData.map(QPointF((x),(y))) in RebuildScene() macro
197 line = QLineF(QPointF(DMAP(cb.left(), HvLine.fPos)), in RebuildScene()
198 QPointF(DMAP(cb.right(), HvLine.fPos))); in RebuildScene()
200 line = QLineF(QPointF(DMAP(HvLine.fPos, 0.f)), in RebuildScene()
201 QPointF(DMAP(HvLine.fPos, 1.f))); in RebuildScene()
224 path.addEllipse(DMAP(i, Curve.Data[i]), 2., 2.); in RebuildScene()
229 path.moveTo(DMAP(i, Curve.Data[i])); in RebuildScene()
231 path.lineTo(DMAP(i, Curve.Data[i])); in RebuildScene()
235 path.lineTo(DMAP(Curve.Data.size()-1, 0.)); in RebuildScene()
236 path.lineTo(DMAP(0, 0.)); in RebuildScene()
[all …]
/dports/net/libdmapsharing/libdmapsharing-2.9.41/vala/
H A Dlibdmapsharing-3.0.vapi13 public Connection (string name, string host, uint port, DMAP.Db db, DMAP.RecordFactory factory);
225 …public Share (string name, string password, DMAP.Db db, DMAP.ContainerDb container_db, string tran…
813 public Share (string library_name, DACP.Player player, DMAP.Db db, DMAP.ContainerDb container_db);
1206 namespace DMAP {
1229 …public virtual unowned DMAP.Record handle_mlcl (DMAP.RecordFactory factory, GLib.Node mlcl, int it…
1265 public DMAP.ContentCode code;
1270 public DMAP.Type type;
1398 public DMAP.ContentCode content_code;
1680 public static DMAP.Type content_code_dmap_type (DMAP.ContentCode code);
1710 …public static unowned DMAP.StructureItem structure_find_item (GLib.Node structure, DMAP.ContentCod…
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dd10vovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
H A Dm32rovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
H A Dovlymgr.c111 #define DMAP (*(short *)(0xff04)) macro
216 dmap_save = DMAP; in ovly_copy()
225 DMAP = dmap_src; in ovly_copy()
227 DMAP = dmap_dst; in ovly_copy()
239 DMAP = dmap_save; in ovly_copy()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dm32rovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
H A Dd10vovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
H A Dovlymgr.c111 #define DMAP (*(short *)(0xff04)) macro
216 dmap_save = DMAP; in ovly_copy()
225 DMAP = dmap_src; in ovly_copy()
227 DMAP = dmap_dst; in ovly_copy()
239 DMAP = dmap_save; in ovly_copy()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dd10vovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
H A Dm32rovly.c89 #define DMAP (*(short *)(0xff04))
199 dmap_save = DMAP;
208 DMAP = dmap_src;
210 DMAP = dmap_dst;
222 DMAP = dmap_save;
H A Dovlymgr.c99 #define DMAP (*(short *)(0xff04))
204 dmap_save = DMAP;
213 DMAP = dmap_src;
215 DMAP = dmap_dst;
227 DMAP = dmap_save;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dovlymgr.c99 #define DMAP (*(short *)(0xff04)) macro
204 dmap_save = DMAP; in ovly_copy()
213 DMAP = dmap_src; in ovly_copy()
215 DMAP = dmap_dst; in ovly_copy()
227 DMAP = dmap_save; in ovly_copy()
H A Dd10vovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
H A Dm32rovly.c89 #define DMAP (*(short *)(0xff04)) macro
199 dmap_save = DMAP; in ovly_copy()
208 DMAP = dmap_src; in ovly_copy()
210 DMAP = dmap_dst; in ovly_copy()
222 DMAP = dmap_save; in ovly_copy()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/
H A Dmgx11dither.c56 #define DMAP(v,x,y) (mgx11modN[v]>mgx11magic[x][y] ? mgx11divN[v] + 1 : mgx11divN[v]) macro
243 return mgx11colors[DMAP(rgb[0], col, row) + in dithergb()
244 DMAP(rgb[1], col, row) * levels + in dithergb()
245 DMAP(rgb[2], col, row) * levels*levels]; in dithergb()
271 return DMAP(val, col, row); in ditherbw()
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Ddither.c48 #define DMAP(v,x,y) (modN[v]>magic[x][y] ? divN[v] + 1 : divN[v]) macro
255 return DMAP(r, col, row) +
256 DMAP(g, col, row) * levels +
257 DMAP(b, col, row) * levels*levels;
287 return DMAP(val, col, row);
/dports/graphics/liblug/lug/utils/
H A Ddither.c32 #define DMAP(v,x,y) (modN[v] > dithermatrix[x][y] ? \ macro
93 *rout++ = DMAP(*r, col, row) + DMAP(*g, col, row) * levels +
94 DMAP(*b, col, row) * levels*levels;
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Dto8.c236 #define DMAP(v,x,y) (modN[v]>dm16[x][y] ? divN[v] + 1 : divN[v]) macro
247 line[i] = DMAP(in_cmap[0][*r], col, row) +
248 DMAP(in_cmap[1][*g], col, row) * 6 +
249 DMAP(in_cmap[2][*b], col, row) * 36;

123456