Lines Matching +defs:w +defs:rec

202 img_put_single( int x, int y, int w, int h, ImgPutCallbackRec * ptr)  in img_put_single()
286 int w, linesize = LINE_SIZE(s-> w, imRGB); in img_put() local
534 ImgPutCallbackRec rec = { in img_put() local
576 img_bar_single( int x, int y, int w, int h, ImgBarCallbackRec * ptr) in img_bar_single()
656 img_bar( Handle dest, int x, int y, int w, int h, PImgPaintContext ctx) in img_bar()
818 ImgBarCallbackRec rec = { in img_bar() local
1132 setpixel( ImgHLineRec* rec, int x, int y) in setpixel()
1190 hline( ImgHLineRec *rec, int x, int n, int y) in hline()
1197 int w = rec->bytes, stride = rec->optimized_stride; in hline() local
1239 hline_init( ImgHLineRec * rec, Handle dest, PImgPaintContext ctx, char * method) in hline_init()
1330 segmented_hline( ImgSegmentedLineRec *rec, int x1, int x2, int y, int visibility) in segmented_hline()
1392 ImgSegmentedLineRec rec; in img_polyline() local
1615 img_put_alpha_single( int x, int y, int w, int h, ImgPutAlphaCallbackRec * ptr) in img_put_alpha_single()
1854 ImgPutAlphaCallbackRec rec = { in img_put_alpha() local
1899 img_bar_alpha_single_opaque( int x, int y, int w, int h, ImgBarAlphaCallbackRec * ptr) in img_bar_alpha_single_opaque()
1960 img_bar_alpha_single_transparent( int x, int y, int w, int h, ImgBarAlphaCallbackRec * ptr) in img_bar_alpha_single_transparent()
2033 img_bar_alpha( Handle dest, int x, int y, int w, int h, PImgPaintContext ctx) in img_bar_alpha()
2159 ImgBarAlphaCallbackRec rec = { in img_bar_alpha() local
2296 fs_intersect( int x1, int y, int w, int h, FillSession * fs) in fs_intersect()