/plan9/sys/src/libdraw/ |
H A D | ellipse.c | 7 doellipse(int cmd, Image *dst, Point *c, int xr, int yr, int thick, Image *src, Point *sp, int alph… in doellipse() 33 ellipse(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp) in ellipse() 39 ellipseop(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, Drawop op) in ellipseop() 45 fillellipse(Image *dst, Point c, int a, int b, Image *src, Point sp) in fillellipse() 51 fillellipseop(Image *dst, Point c, int a, int b, Image *src, Point sp, Drawop op) in fillellipseop() 57 arc(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, int alpha, int phi) in arc() 64 arcop(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, int alpha, int phi, Drawo… in arcop() 71 fillarc(Image *dst, Point c, int a, int b, Image *src, Point sp, int alpha, int phi) in fillarc() 78 fillarcop(Image *dst, Point c, int a, int b, Image *src, Point sp, int alpha, int phi, Drawop op) in fillarcop()
|
H A D | string.c | 11 string(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s) in string() 17 stringop(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, Drawop op) in stringop() 23 stringn(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, int len) in stringn() 29 stringnop(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, int len, Drawop op) in stringnop() 35 runestring(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r) in runestring() 41 runestringop(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, Drawop op) in runestringop() 47 runestringn(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, int len) in runestringn() 53 runestringnop(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, int len, Drawop op) in runestringnop() 59 _string(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, Rune *r, int len, Rectangle c… in _string()
|
H A D | draw.c | 20 draw1(Image *dst, Rectangle *r, Image *src, Point *p0, Image *mask, Point *p1, Drawop op) in draw1() 48 draw(Image *dst, Rectangle r, Image *src, Image *mask, Point p1) in draw() 54 drawop(Image *dst, Rectangle r, Image *src, Image *mask, Point p1, Drawop op) in drawop() 60 gendraw(Image *dst, Rectangle r, Image *src, Point p0, Image *mask, Point p1) in gendraw() 66 gendrawop(Image *dst, Rectangle r, Image *src, Point p0, Image *mask, Point p1, Drawop op) in gendrawop()
|
H A D | stringbg.c | 6 stringbg(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, Image *bg, Point bgp) in stringbg() 12 stringbgop(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, Image *bg, Point bgp, int … in stringbgop() 18 stringnbg(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, int len, Image *bg, Point b… in stringnbg() 24 stringnbgop(Image *dst, Point pt, Image *src, Point sp, Font *f, char *s, int len, Image *bg, Point… in stringnbgop() 30 runestringbg(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, Image *bg, Point bgp) in runestringbg() 36 runestringbgop(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, Image *bg, Point bgp, … in runestringbgop() 42 runestringnbg(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, int len, Image *bg, Poi… in runestringnbg() 48 runestringnbgop(Image *dst, Point pt, Image *src, Point sp, Font *f, Rune *r, int len, Image *bg, P… in runestringnbgop()
|
H A D | poly.c | 25 dopoly(int cmd, Image *dst, Point *pp, int np, int end0, int end1, int radius, Image *src, Point *s… in dopoly() 66 poly(Image *dst, Point *p, int np, int end0, int end1, int radius, Image *src, Point sp) in poly() 72 polyop(Image *dst, Point *p, int np, int end0, int end1, int radius, Image *src, Point sp, Drawop o… in polyop() 78 fillpoly(Image *dst, Point *p, int np, int wind, Image *src, Point sp) in fillpoly() 84 fillpolyop(Image *dst, Point *p, int np, int wind, Image *src, Point sp, Drawop op) in fillpolyop()
|
H A D | bezier.c | 159 …*dst, Point p0, Point p1, Point p2, Point p3, int end0, int end1, int radius, Image *src, Point sp) in bezier() 165 …oint p0, Point p1, Point p2, Point p3, int end0, int end1, int radius, Image *src, Point sp, Drawo… in bezierop() 181 bezspline(Image *dst, Point *pt, int npt, int end0, int end1, int radius, Image *src, Point sp) in bezspline() 187 bezsplineop(Image *dst, Point *pt, int npt, int end0, int end1, int radius, Image *src, Point sp, D… in bezsplineop() 203 fillbezier(Image *dst, Point p0, Point p1, Point p2, Point p3, int w, Image *src, Point sp) in fillbezier() 209 fillbezierop(Image *dst, Point p0, Point p1, Point p2, Point p3, int w, Image *src, Point sp, Drawo… in fillbezierop() 225 fillbezspline(Image *dst, Point *pt, int npt, int w, Image *src, Point sp) in fillbezspline() 231 fillbezsplineop(Image *dst, Point *pt, int npt, int w, Image *src, Point sp, Drawop op) in fillbezsplineop()
|
H A D | line.c | 6 line(Image *dst, Point p0, Point p1, int end0, int end1, int radius, Image *src, Point sp) in line() 12 lineop(Image *dst, Point p0, Point p1, int end0, int end1, int radius, Image *src, Point sp, Drawop… in lineop()
|
/plan9/sys/src/cmd/gs/jpeg/ |
H A D | jdatasrc.c | 46 my_src_ptr src = (my_src_ptr) cinfo->src; in init_source() local 92 my_src_ptr src = (my_src_ptr) cinfo->src; in fill_input_buffer() local 130 my_src_ptr src = (my_src_ptr) cinfo->src; in skip_input_data() local 184 my_src_ptr src; in jpeg_stdio_src() local
|
H A D | jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) argument 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) argument
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gxblend.c | 31 const byte *src) in art_blend_luminosity_rgb_8() 94 const byte *src) in art_blend_luminosity_cmyk_8() 103 const byte *src) in art_blend_saturation_rgb_8() 169 const byte *src) in art_blend_saturation_cmyk_8() 240 const byte *src, int n_chan, gs_blend_mode_t blend_mode) in art_blend_pixel_8() 452 const ArtPixMaxDepth* src, int n_chan, in art_blend_pixel() 600 art_pdf_composite_pixel_alpha_8(byte *dst, const byte *src, int n_chan, in art_pdf_composite_pixel_alpha_8() 778 const byte *src, byte src_alpha_g, int n_chan) in art_pdf_uncomposite_group_8() 812 const byte *src, byte src_alpha_g, in art_pdf_recomposite_group_8() 885 const byte *src, in art_pdf_composite_group_8() [all …]
|
H A D | sdctd.c | 59 struct jpeg_source_mgr *src = dinfo->src; in dctd_skip_input_data() local 92 struct jpeg_source_mgr *src = &ss->data.decompress->source; in s_DCTD_init() local 115 struct jpeg_source_mgr *src = jddp->dinfo.src; in s_DCTD_process() local
|
H A D | gscrypt1.c | 25 gs_type1_encrypt(byte * dest, const byte * src, uint len, crypt_state * pstate) in gs_type1_encrypt() 41 gs_type1_decrypt(byte * dest, const byte * src, uint len, crypt_state * pstate) in gs_type1_decrypt()
|
H A D | memory_.h | 60 # define memcpy(dest,src,len) bcopy(src,dest,len) argument 96 # define memmove(dest,src,len) gs_memmove(dest,src,len) argument 101 # define memcpy(dest,src,len) gs_memcpy(dest,src,len) argument
|
H A D | jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) argument 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) argument
|
H A D | gsparam2.c | 201 gs_param_list_gets(stream *src, gs_param_list *list, gs_memory_t *mem) in gs_param_list_gets() 352 sget_word(stream *src, uint *pvalue) in sget_word() 373 sget_bytes(stream *src, byte *data, uint size) in sget_bytes()
|
/plan9/sys/src/libc/port/ |
H A D | u32.c | 5 dec32(uchar *dest, int ndest, char *src, int nsrc) in dec32() 51 enc32(char *dest, int ndest, uchar *src, int nsrc) in enc32()
|
/plan9/sys/src/cmd/unix/drawterm/libc/ |
H A D | u32.c | 5 dec32(uchar *dest, int ndest, char *src, int nsrc) in dec32() 51 enc32(char *dest, int ndest, uchar *src, int nsrc) in enc32()
|
/plan9/sys/src/cmd/vnc/ |
H A D | color.c | 41 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/libmemlayer/ |
H A D | line.c | 17 Memimage *src; member 25 _memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp… in _memline() 119 memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp,… in memline()
|
/plan9/sys/src/cmd/unix/drawterm/libmemlayer/ |
H A D | line.c | 17 Memimage *src; member 25 _memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp… in _memline() 119 memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Point sp,… in memline()
|
/plan9/sys/src/libmemdraw/ |
H A D | fillpoly.c | 30 fillcolor(Memimage *dst, int left, int right, int y, Memimage *src, Point p) in fillcolor() 42 fillline(Memimage *dst, int left, int right, int y, Memimage *src, Point p, int op) in fillline() 56 fillpoint(Memimage *dst, int x, int y, Memimage *src, Point p, int op) in fillpoint() 70 memfillpoly(Memimage *dst, Point *vert, int nvert, int w, Memimage *src, Point sp, int op) in memfillpoly() 76 _memfillpolysc(Memimage *dst, Point *vert, int nvert, int w, Memimage *src, Point sp, int detail, i… in _memfillpolysc() 162 xscan(Memimage *dst, Seg **seg, Seg *segtab, int nseg, int wind, Memimage *src, Point sp, int detai… in xscan() 311 yscan(Memimage *dst, Seg **seg, Seg *segtab, int nseg, int wind, Memimage *src, Point sp, int fixsh… in yscan()
|
H A D | line.c | 127 horliner(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in horliner() 159 verliner(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in verliner() 191 horline(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in horline() 219 verline(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in verline() 266 discend(Point p, int radius, Memimage *dst, Memimage *src, Point dsrc, int op) in discend() 316 _memimageline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Poi… in _memimageline() 434 memimageline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Poin… in memimageline()
|
/plan9/sys/src/cmd/unix/drawterm/libmemdraw/ |
H A D | fillpoly.c | 31 fillcolor(Memimage *dst, int left, int right, int y, Memimage *src, Point p) in fillcolor() 44 fillline(Memimage *dst, int left, int right, int y, Memimage *src, Point p, int op) in fillline() 58 fillpoint(Memimage *dst, int x, int y, Memimage *src, Point p, int op) in fillpoint() 72 memfillpoly(Memimage *dst, Point *vert, int nvert, int w, Memimage *src, Point sp, int op) in memfillpoly() 78 _memfillpolysc(Memimage *dst, Point *vert, int nvert, int w, Memimage *src, Point sp, int detail, i… in _memfillpolysc() 164 xscan(Memimage *dst, Seg **seg, Seg *segtab, int nseg, int wind, Memimage *src, Point sp, int detai… in xscan() 313 yscan(Memimage *dst, Seg **seg, Seg *segtab, int nseg, int wind, Memimage *src, Point sp, int fixsh… in yscan()
|
H A D | line.c | 129 horliner(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in horliner() 161 verliner(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in verliner() 193 horline(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in horline() 221 verline(Memimage *dst, Point p0, Point p1, Memimage *src, Point dsrc, Rectangle clipr) in verline() 268 discend(Point p, int radius, Memimage *dst, Memimage *src, Point dsrc, int op) in discend() 318 _memimageline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Poi… in _memimageline() 435 memimageline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memimage *src, Poin… in memimageline()
|
/plan9/sys/src/libdisk/ |
H A D | test.c | 5 char *src[] = { "part", "disk", "guess" }; variable
|