@@ -1937,7 +1937,11 @@ long vqr_bg_color (short handle, COLOR_ENTRY *fg_color);
19371937long vqr_fg_color (short handle , COLOR_ENTRY * fg_color );
19381938long vqt_bg_color (short handle , COLOR_ENTRY * fg_color );
19391939long vqt_fg_color (short handle , COLOR_ENTRY * fg_color );
1940- void vr_transfer_bits (short handle , GCBITMAP * src_bm , GCBITMAP * dst_bm , short * src_rect , short * dst_rect , short mode );
1940+ void vr_transfer_bits (short handle , GCBITMAP * src_bm , GCBITMAP * dst_bm , const short * src_rect , const short * dst_rect , short mode );
1941+ short vr_clip_rects_by_dst (short handle , const RECT16 * dst_clip_rect , const RECT16 * src_rect , const RECT16 * dst_rect , RECT16 * clipped_src_rect , RECT16 * clipped_dst_rect );
1942+ short vr_clip_rects_by_src (short handle , const RECT16 * src_clip_rect , const RECT16 * src_rect , const RECT16 * dst_rect , RECT16 * clipped_src_rect , RECT16 * clipped_dst_rect );
1943+ short vr_clip_rects32_by_dst (short handle , const RECT32 * dst_clip_rect , const RECT32 * src_rect , const RECT32 * dst_rect , RECT32 * clipped_src_rect , RECT32 * clipped_dst_rect );
1944+ short vr_clip_rects32_by_src (short handle , const RECT32 * src_clip_rect , const RECT32 * src_rect , const RECT32 * dst_rect , RECT32 * clipped_src_rect , RECT32 * clipped_dst_rect );
19411945short vs_ctab (short handle , COLOR_TAB * ctab );
19421946short vs_ctab_entry (short handle , short __index , long color_space , COLOR_ENTRY * color );
19431947short vs_dflt_ctab (short handle );
@@ -2034,6 +2038,14 @@ long udef_vq_hilite_color (short handle, COLOR_ENTRY *hilite_color);
20342038#define udef_vqt_fg_color vqt_fg_color
20352039/** UDEF version of vr_transfer_bits(). See \ref overviewUDEF for details about UDEF feature */
20362040#define udef_vr_transfer_bits vr_transfer_bits
2041+ /** UDEF version of vr_clip_rects_by_dst (). See \ref overviewUDEF for details about UDEF feature */
2042+ #define udef_vr_clip_rects_by_dst vr_clip_rects_by_dst
2043+ /** UDEF version of vr_clip_rects_by_src (). See \ref overviewUDEF for details about UDEF feature */
2044+ #define udef_vr_clip_rects_by_src vr_clip_rects_by_src
2045+ /** UDEF version of vr_clip_rects32_by_dst (). See \ref overviewUDEF for details about UDEF feature */
2046+ #define udef_vr_clip_rects32_by_dst vr_clip_rects32_by_dst
2047+ /** UDEF version of vr_clip_rects32_by_src (). See \ref overviewUDEF for details about UDEF feature */
2048+ #define udef_vr_clip_rects32_by_src vr_clip_rects32_by_src
20372049/** UDEF version of vs_ctab(). See \ref overviewUDEF for details about UDEF feature */
20382050#define udef_vs_ctab vs_ctab
20392051/** UDEF version of vs_ctab_entry(). See \ref overviewUDEF for details about UDEF feature */
0 commit comments