Home
last modified time | relevance | path

Searched defs:npixel (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/vnc/
H A Dcolor.c41 cvt32to24(uchar *dst, uchar *src, int npixel) in cvt32to24()
69 cvtrgb12tocmap8(uchar *dst, uchar *src, int npixel) in cvtrgb12tocmap8()
102 cvtbgr332tocmap8(uchar *dst, uchar *src, int npixel) in cvtbgr332tocmap8()
/plan9/sys/src/cmd/gs/src/
H A Dgdevstc1.c46 stc_gsmono(stcolor_device *sdev,int npixel,byte *in,byte *buf,byte *out) in stc_gsmono()
H A Dgdevstc3.c46 stc_gsrgb(stcolor_device *sdev,int npixel,byte *ip,byte *buf,byte *out) in stc_gsrgb()
H A Dgdevstc2.c75 stc_fs(stcolor_device *sdev,int npixel,byte *bin,byte *bbuf,byte *out) in stc_fs()
229 stc_fscmyk(stcolor_device *sdev,int npixel,byte *bin,byte *bbuf,byte *out) in stc_fscmyk()
H A Dgdevstc4.c137 stc_fs2(stcolor_device *sd,int npixel,byte *in,byte *buf,byte *out) in stc_fs2()
H A Dgdevstc.c3314 stc_gscmyk(stcolor_device *sdev,int npixel,byte *in,byte *buf,byte *out) in stc_gscmyk()
3370 stc_hscmyk(stcolor_device *sdev,int npixel,byte *in,byte *buf,byte *out) in stc_hscmyk()
H A Dgdevdevn.c897 int bit_width, int npixel) in repack_data()