Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 2474) sorted by relevance

12345678910>>...99

/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-xgene.c94 #define REGSPEC_CFG_I_TX_WORDMODE0_SET(dst, src) \ argument
96 #define REGSPEC_CFG_I_RX_WORDMODE0_SET(dst, src) \ argument
99 #define REGSPEC_CFG_I_CUSTOMER_PIN_MODE0_SET(dst, src) \ argument
102 #define CFG_I_SPD_SEL_CDR_OVR1_SET(dst, src) \ argument
109 #define CFG_IND_ADDR_SET(dst, src) \ argument
114 #define I_RESET_B_SET(dst, src) \ argument
116 #define I_PLL_FBDIV_SET(dst, src) \ argument
118 #define I_CUSTOMEROV_SET(dst, src) \ argument
126 #define CMU_REG0_PLL_REF_SEL_SET(dst, src) \ argument
129 #define CMU_REG0_CAL_COUNT_RESOL_SET(dst, src) \ argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dconsole_rotate.c28 uint8_t *dst = line; in console_set_row_1() local
37 uint16_t *dst = line; in console_set_row_1() local
46 uint32_t *dst = line; in console_set_row_1() local
66 void *dst; in console_move_rows_1() local
105 uint8_t *dst = line; in console_putc_xy_1() local
116 uint16_t *dst = line; in console_putc_xy_1() local
127 uint32_t *dst = line; in console_putc_xy_1() local
159 uint8_t *dst = line; in console_set_row_2() local
168 uint16_t *dst = line; in console_set_row_2() local
177 uint32_t *dst = line; in console_set_row_2() local
[all …]
H A Dconsole_normal.c28 uint8_t *dst = line; in console_normal_set_row() local
37 uint16_t *dst = line; in console_normal_set_row() local
46 uint32_t *dst = line; in console_normal_set_row() local
64 void *dst; in console_normal_move_rows() local
93 uint8_t *dst = line; in console_normal_putc_xy() local
105 uint16_t *dst = line; in console_normal_putc_xy() local
117 uint32_t *dst = line; in console_normal_putc_xy() local
/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h96 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only()
103 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic()
110 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr()
124 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics()
143 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr()
149 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
157 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
166 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss()
176 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set()
191 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature()
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Ddst.c47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init()
82 struct dst_entry *dst; in dst_alloc() local
103 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
140 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() local
154 void dst_dev_put(struct dst_entry *dst) in dst_dev_put()
169 void dst_release(struct dst_entry *dst) in dst_release()
184 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate()
199 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
229 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
240 struct dst_entry *dst_blackhole_check(struct dst_entry *dst, u32 cookie) in dst_blackhole_check()
[all …]
H A Ddst_cache.c19 struct dst_entry *dst; member
28 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set()
41 struct dst_entry *dst; in dst_cache_per_cpu_get() local
75 struct dst_entry *dst; in dst_cache_get_ip4() local
90 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4()
105 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6()
124 struct dst_entry *dst; in dst_cache_get_ip6() local
176 struct dst_entry *dst = idst->dst; in dst_cache_reset_now() local
/OK3568_Linux_fs/kernel/net/dsa/
H A Ddsa2.c26 struct dsa_switch_tree *dst; in dsa_switch_find() local
47 struct dsa_switch_tree *dst; in dsa_tree_find() local
58 struct dsa_switch_tree *dst; in dsa_tree_alloc() local
78 static void dsa_tree_free(struct dsa_switch_tree *dst) in dsa_tree_free()
84 static struct dsa_switch_tree *dsa_tree_get(struct dsa_switch_tree *dst) in dsa_tree_get()
94 struct dsa_switch_tree *dst; in dsa_tree_touch() local
105 struct dsa_switch_tree *dst; in dsa_tree_release() local
112 static void dsa_tree_put(struct dsa_switch_tree *dst) in dsa_tree_put()
133 static struct dsa_port *dsa_tree_find_port_by_node(struct dsa_switch_tree *dst, in dsa_tree_find_port_by_node()
149 struct dsa_switch_tree *dst; in dsa_link_touch() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_single.h512 #define imcopy(src, dst, ...) \ argument
541 #define imresize(src, dst, ...) \ argument
561 #define impyramid(src, dst, direction) \ argument
582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument
611 #define imcrop(src, dst, rect, ...) \ argument
639 #define imtranslate(src, dst, x, y, ...) \ argument
669 #define imrotate(src, dst, rotation, ...) \ argument
699 #define imflip(src, dst, mode, ...) \ argument
728 #define imblend(srcA, dst, ...) \ argument
747 #define imcomposite(srcA, srcB, dst, ...) \ argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_single.h512 #define imcopy(src, dst, ...) \ argument
541 #define imresize(src, dst, ...) \ argument
561 #define impyramid(src, dst, direction) \ argument
582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument
611 #define imcrop(src, dst, rect, ...) \ argument
639 #define imtranslate(src, dst, x, y, ...) \ argument
669 #define imrotate(src, dst, rotation, ...) \ argument
699 #define imflip(src, dst, mode, ...) \ argument
728 #define imblend(srcA, dst, ...) \ argument
747 #define imcomposite(srcA, srcB, dst, ...) \ argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_single.h512 #define imcopy(src, dst, ...) \ argument
541 #define imresize(src, dst, ...) \ argument
561 #define impyramid(src, dst, direction) \ argument
582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument
611 #define imcrop(src, dst, rect, ...) \ argument
639 #define imtranslate(src, dst, x, y, ...) \ argument
669 #define imrotate(src, dst, rotation, ...) \ argument
699 #define imflip(src, dst, mode, ...) \ argument
728 #define imblend(srcA, dst, ...) \ argument
747 #define imcomposite(srcA, srcB, dst, ...) \ argument
[all …]
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_single.h512 #define imcopy(src, dst, ...) \ argument
541 #define imresize(src, dst, ...) \ argument
561 #define impyramid(src, dst, direction) \ argument
582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument
611 #define imcrop(src, dst, rect, ...) \ argument
639 #define imtranslate(src, dst, x, y, ...) \ argument
669 #define imrotate(src, dst, rotation, ...) \ argument
699 #define imflip(src, dst, mode, ...) \ argument
728 #define imblend(srcA, dst, ...) \ argument
747 #define imcomposite(srcA, srcB, dst, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dmaccess.c17 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
25 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault()
43 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
51 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault()
65 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault()
105 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault()
135 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault()
170 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault()
205 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault()
232 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.h191 #define imcheck(src, dst, src_rect, dst_rect, ...) \ argument
214 #define imcheck_composite(src, dst, pat, src_rect, dst_rect, pat_rect, ...) \ argument
251 #define imresize(src, dst, ...) \ argument
271 #define impyramid(src, dst, direction) \ argument
291 #define imcrop(src, dst, rect, ...) \ argument
323 #define imrotate(src, dst, rotation, ...) \ argument
354 #define imflip(src, dst, mode, ...) \ argument
444 #define impalette(src, dst, lut, ...) \ argument
473 #define imtranslate(src, dst, x, y, ...) \ argument
500 #define imcopy(src, dst, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Dbpf_jit.c149 static inline void emit_addu(unsigned int dst, unsigned int src1, in emit_addu()
161 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm()
181 static inline void emit_or(unsigned int dst, unsigned int src1, in emit_or()
187 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori()
198 static inline void emit_daddiu(unsigned int dst, unsigned int src, in emit_daddiu()
208 static inline void emit_addiu(unsigned int dst, unsigned int src, in emit_addiu()
219 static inline void emit_and(unsigned int dst, unsigned int src1, in emit_and()
225 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi()
237 static inline void emit_xor(unsigned int dst, unsigned int src1, in emit_xor()
243 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dstring_helpers.c133 static bool unescape_space(char **src, char **dst) in unescape_space()
161 static bool unescape_octal(char **src, char **dst) in unescape_octal()
180 static bool unescape_hex(char **src, char **dst) in unescape_hex()
204 static bool unescape_special(char **src, char **dst) in unescape_special()
268 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A Dimage_processor.cpp171 virtual XCamReturn resize(const img_buffer_t& src, img_buffer_t& dst, double factor_x, in resize()
189 virtual XCamReturn crop(const img_buffer_t& src, img_buffer_t& dst, img_rect_t rect, in crop()
195 virtual XCamReturn cvtcolor(img_buffer_t& src, img_buffer_t& dst, int sfmt, int dfmt, int mode, in cvtcolor()
201 virtual XCamReturn rotate(const img_buffer_t& src, img_buffer_t& dst, int rotation, in rotate()
207 virtual XCamReturn flip(const img_buffer_t& src, img_buffer_t& dst, int mode, int sync) final { in flip()
212 virtual XCamReturn copy(const img_buffer_t& src, img_buffer_t& dst, int sync) final { in copy()
225 XCamReturn ImageOperator::resize(const img_buffer_t& src, img_buffer_t& dst, double fx, double fy, in resize()
231 XCamReturn ImageOperator::crop(const img_buffer_t& src, img_buffer_t& dst, img_rect_t rect, in crop()
237 XCamReturn ImageOperator::cvtcolor(img_buffer_t& src, img_buffer_t& dst, int sfmt, int dfmt, in cvtcolor()
243 XCamReturn ImageOperator::rotate(const img_buffer_t& src, img_buffer_t& dst, int rotation, in rotate()
[all …]
/OK3568_Linux_fs/kernel/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c41 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16()
49 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32()
61 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16()
69 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32()
82 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw()
90 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw()
102 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw()
110 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw()
123 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le()
139 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dserpent-sse2.h17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway()
23 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor()
28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway()
48 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor()
53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp115 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
133 uint dst = 0; in operator ()() local
280 uchar3 dst; in operator ()() local
293 uint dst; in operator ()() local
320 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
335 uint dst = 0xffu << 24; in operator ()() local
500 …late <int bidx, typename T, typename D> static __device__ void RGB2YUVConvert(const T* src, D& dst) in RGB2YUVConvert()
513 …t bidx, typename D> static __device__ __forceinline__ void RGB2YUVConvert(const float* src, D& dst) in RGB2YUVConvert()
525 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
549 …late <int bidx, typename T, typename D> static __device__ void YUV2RGBConvert(const T& src, D* dst) in YUV2RGBConvert()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp115 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
133 uint dst = 0; in operator ()() local
280 uchar3 dst; in operator ()() local
293 uint dst; in operator ()() local
320 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
335 uint dst = 0xffu << 24; in operator ()() local
500 …late <int bidx, typename T, typename D> static __device__ void RGB2YUVConvert(const T* src, D& dst) in RGB2YUVConvert()
513 …t bidx, typename D> static __device__ __forceinline__ void RGB2YUVConvert(const float* src, D& dst) in RGB2YUVConvert()
525 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
549 …late <int bidx, typename T, typename D> static __device__ void YUV2RGBConvert(const T& src, D* dst) in YUV2RGBConvert()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp115 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
133 uint dst = 0; in operator ()() local
280 uchar3 dst; in operator ()() local
293 uint dst; in operator ()() local
320 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
335 uint dst = 0xffu << 24; in operator ()() local
500 …late <int bidx, typename T, typename D> static __device__ void RGB2YUVConvert(const T* src, D& dst) in RGB2YUVConvert()
513 …t bidx, typename D> static __device__ __forceinline__ void RGB2YUVConvert(const float* src, D& dst) in RGB2YUVConvert()
525 typename TypeVec<T, dcn>::vec_type dst; in operator ()() local
549 …late <int bidx, typename T, typename D> static __device__ void YUV2RGBConvert(const T& src, D* dst) in YUV2RGBConvert()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Deigen.hpp63 …en2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, OutputArray dst ) in eigen2cv()
82 Matx<_Tp, _rows, _cols>& dst ) in eigen2cv()
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
142 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
170 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
189 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
214 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
235 Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) in cv2eigen()
259 Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) in cv2eigen()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Deigen.hpp63 …en2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, OutputArray dst ) in eigen2cv()
82 Matx<_Tp, _rows, _cols>& dst ) in eigen2cv()
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
142 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
170 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
189 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
214 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
235 Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) in cv2eigen()
259 Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) in cv2eigen()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Deigen.hpp63 …en2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, OutputArray dst ) in eigen2cv()
82 Matx<_Tp, _rows, _cols>& dst ) in eigen2cv()
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
142 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
170 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
189 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
214 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
235 Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) in cv2eigen()
259 Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) in cv2eigen()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c137 DRIFillSpans(DrawablePtr dst, GCPtr pGC, int nInit, in DRIFillSpans()
155 DRISetSpans(DrawablePtr dst, GCPtr pGC, char *pSrc, in DRISetSpans()
173 DRIPutImage(DrawablePtr dst, GCPtr pGC, in DRIPutImage()
191 DRICopyArea(DrawablePtr pSrc, DrawablePtr dst, GCPtr pGC, in DRICopyArea()
214 DRICopyPlane(DrawablePtr pSrc, DrawablePtr dst, in DRICopyPlane()
239 DRIPolyPoint(DrawablePtr dst, GCPtr pGC, in DRIPolyPoint()
256 DRIPolylines(DrawablePtr dst, GCPtr pGC, in DRIPolylines()
273 DRIPolySegment(DrawablePtr dst, GCPtr pGC, in DRIPolySegment()
290 DRIPolyRectangle(DrawablePtr dst, GCPtr pGC, in DRIPolyRectangle()
306 DRIPolyArc(DrawablePtr dst, GCPtr pGC, int narcs, xArc *parcs) in DRIPolyArc()
[all …]

12345678910>>...99