Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 183) sorted by relevance

12345678

/plan9/sys/src/cmd/gs/src/
H A Dgxoprect.c42 int depth ) in unpack_scanline_lt8()
80 int depth ) in pack_scanline_lt8()
124 int depth ) in unpack_scanline_ge8()
153 int depth ) in pack_scanline_ge8()
206 int depth = tdev->color_info.depth; in gx_overprint_generic_fill_rectangle() local
379 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
458 int code = 0, bit_w, depth = tdev->color_info.depth; in gx_overprint_sep_fill_rectangle_1() local
H A Dzfunc3.c39 int depth, gs_function_t ** ppfn, gs_memory_t *mem) in gs_build_function_2()
71 int depth, gs_function_t ** ppfn, gs_memory_t *mem) in gs_build_function_3()
H A Dgdevpbm.c95 #define pbm_prn_device(procs, dev_name, magic, is_raw, num_comp, depth, max_gray, max_rgb, optimize… argument
503 gx_color_index color, int depth) in pnm_copy_alpha()
629 pbm_print_row(gx_device_printer * pdev, byte * data, int depth, in pbm_print_row()
660 pgm_print_row(gx_device_printer * pdev, byte * data, int depth, in pgm_print_row()
703 pxm_pbm_print_row(gx_device_printer * pdev, byte * data, int depth, in pxm_pbm_print_row()
760 ppgm_print_row(gx_device_printer * pdev, byte * data, int depth, in ppgm_print_row()
826 ppm_print_row(gx_device_printer * pdev, byte * data, int depth, in ppm_print_row()
832 ppm_pgm_print_row(gx_device_printer * pdev, byte * data, int depth, in ppm_pgm_print_row()
853 pam_print_row(gx_device_printer * pdev, byte * data, int depth, in pam_print_row()
874 pkm_print_row_4(gx_device_printer * pdev, byte * data, int depth, in pkm_print_row_4()
[all …]
H A Dgxdevice.h147 #define std_device_full_body_type(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth, mg, … argument
154 …xtended(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, mcomp, ncomp, pol, depth, gi, mg, mc, dg, d… argument
161 #define std_device_full_body(dtype, pprocs, dname, w, h, xdpi, ydpi, ncomp, depth, mg, mc, dg, dc, … argument
165 #define std_device_dci_alpha_type_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth,… argument
172 #define std_device_dci_type_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth, mg, m… argument
176 #define std_device_dci_body(dtype, pprocs, dname, w, h, xdpi, ydpi, ncomp, depth, mg, mc, dg, dc)\ argument
180 #define std_device_color_full_body(dtype, pprocs, dname, w, h, xdpi, ydpi, depth, max_value, dither… argument
187 #define std_device_color_body(dtype, pprocs, dname, w, h, xdpi, ydpi, depth, max_value, dither)\ argument
193 #define std_device_color_stype_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, depth, max_value… argument
200 #define std_device_std_color_full_body_type(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, depth, x… argument
[all …]
H A Dzcspixel.c33 ref depth; in zsetdevicepixelspace() local
H A Dgdev4693.c30 #define t4693d_prn_device(name,depth,max_rgb) {prn_device_body( \ argument
80 int depth = prn_dev->color_info.depth; in t4693d_print_page() local
H A Dgxclbits.c253 cmd_store_tile_params(byte * dp, const gx_strip_bitmap * tile, int depth, in cmd_store_tile_params()
425 uint sraster, int depth) in clist_add_tile()
505 int depth, const gx_device_clist_writer * cldev) in clist_new_tile_params()
559 const gx_strip_bitmap * tiles, int depth) in clist_change_tile()
564 #define tile_params_differ(cldev, tiles, depth)\ in clist_change_tile() argument
684 const gx_strip_bitmap * tiles, int depth) in clist_change_bits()
H A Dgxrplane.h34 int depth; member
H A Dzfunc4.c134 check_psc_function(i_ctx_t *i_ctx_p, const ref *pref, int depth, byte *ops, int *psize) in check_psc_function()
269 int depth, gs_function_t ** ppfn, gs_memory_t *mem) in gs_build_function_4()
H A Dzfunc0.c38 int depth, gs_function_t ** ppfn, gs_memory_t *mem) in gs_build_function_0()
H A Dgdevdgbr.c129 int depth = dev->color_info.depth; in gx_get_bits_return_pointer() local
273 int depth = dev->color_info.depth; in gx_get_bits_copy() local
410 int depth = dev->color_info.depth; in gx_get_bits_std_to_native() local
511 int depth = dev->color_info.depth; in gx_get_bits_native_to_std() local
633 int depth = dev->color_info.depth; in gx_default_get_bits_rectangle() local
H A Dgdevbmpc.c97 write_bmp_depth_header(gx_device_printer *pdev, FILE *file, int depth, in write_bmp_depth_header()
167 int depth = pdev->color_info.depth; in write_bmp_header() local
196 int depth = pdev->color_info.depth; in write_bmp_separated_header() local
H A Dgdevdrop.c104 int depth = dev->color_info.depth; in gx_default_strip_copy_rop() local
202 const gx_color_index * colors, int depth) in unpack_colors_to_standard()
227 const byte * src, int width, int depth, in pack_cmyk_1bit_from_standard()
275 int width, int depth, int src_depth) in pack_from_standard()
357 int depth = dev->color_info.depth; in mem_default_strip_copy_rop() local
634 int depth = (scolors == 0 ? dev->color_info.depth : 1); in gx_strip_copy_rop_unaligned() local
H A Dgxccache.c141 gs_glyph glyph, int wmode, int depth, in gx_lookup_cached_char()
251 int x, y, w, h, depth; in gx_image_cached_char() local
474 int depth = (cc_depth(cc) == 3 ? 2 : cc_depth(cc)); in compress_alpha_bits() local
H A Dgdevdbit.c84 int depth = dev->color_info.depth; in gx_default_copy_color() local
157 gx_color_index color, int depth) in gx_no_copy_alpha()
165 gx_color_index color, int depth) in gx_default_copy_alpha()
310 const gx_drawing_color * pdcolor, int depth, in gx_default_fill_mask()
565 int depth = dev->color_info.depth; in gx_copy_color_unaligned() local
609 gx_color_index color, int depth) in gx_copy_alpha_unaligned()
H A Dsstring.h58 int depth; member
H A Dgdevmac.c372 gx_color_index color, int depth) in mac_copy_alpha()
538 mac_set_colordepth(gx_device *dev, int depth) in mac_set_colordepth()
611 int depth; in mac_put_params() local
/plan9/sys/src/cmd/ndb/
H A Ddnresolve.c156 dnresolve(char *name, int class, int type, Request *req, RR **cn, int depth, in dnresolve()
333 netqueryns(Query *qp, int depth, RR *nsrp) in netqueryns()
346 issuequery(Query *qp, char *name, int class, int depth, int recurse) in issuequery()
424 dnresolve1(char *name, int class, int type, Request *req, int depth, in dnresolve1()
829 serveraddrs(Query *qp, int nd, int depth) in serveraddrs()
1059 xmitquery(Query *qp, int medium, int depth, uchar *obuf, int inns, int len) in xmitquery()
1186 procansw(Query *qp, DNSmsg *mp, uchar *srcip, int depth, Dest *p) in procansw()
1338 tcpquery(Query *qp, DNSmsg *mp, int depth, uchar *ibuf, uchar *obuf, int len, in tcpquery()
1374 queryns(Query *qp, int depth, uchar *ibuf, uchar *obuf, ulong waitms, int inns) in queryns()
1520 udpquery(Query *qp, char *mntpt, int depth, int patient, int inns) in udpquery()
[all …]
/plan9/sys/src/libdraw/
H A Dcomputil.c29 _compblocksize(Rectangle r, int depth) in _compblocksize()
H A Dfont.c152 int depth; in cf2subfont() local
348 fontresize(Font *f, int wid, int ncache, int depth) in fontresize()
/plan9/sys/src/libventi/
H A Dentry.c22 int depth; in vtentrypack() local
/plan9/sys/src/cmd/jpg/
H A Dwritegif.c52 startgif0(Biobuf *fd, ulong chan, Rectangle r, int depth, int loopcount) in startgif0()
206 writeheader(Biobuf *fd, Rectangle r, int depth, ulong chan, int loopcount) in writeheader()
335 int ndata, depth; in writedata() local
436 encode(Biobuf *fd, Rectangle r, int depth, uchar *data, uint ndata) in encode()
/plan9/sys/src/libString/
H A Ds_rdinstack.c8 int depth; member
/plan9/sys/src/games/mahjongg/
H A Dlevel.c19 int x = 0, y = 0, depth = 0; in parse() local
/plan9/sys/src/cmd/unix/drawterm/gui-win32/
H A Dscreen.c22 static int depth; variable
90 attachscreen(Rectangle *r, ulong *chan, int *depth, int *width, int *softscreen, void **X) in attachscreen()
110 screenload(Rectangle r, int depth, uchar *p, Point pt, int step) in screenload()

12345678