Searched defs:dx_r (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_ImageConvCopyEdge_Fp.c35 * mlib_32 dx_r,
45 * dx_r Number of columns on the right side of the
95 for (j = 0; j < dx_r; j++) { \
120 mlib_s32 dx_r,
129 if (dx_l + dx_r > img_width) {
131 dx_r = 0;
117 mlib_ImageConvCopyEdge_Fp(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
H A Dmlib_v_ImageConvCopyEdge.c37 * mlib_s32 dx_r,
47 * dx_r Number of columns on the right side of the
79 mlib_s32 dx_r,
88 mlib_s32 dx_r,
96 mlib_s32 dx_r,
105 mlib_s32 dx_r,
113 mlib_s32 dx_r,
122 mlib_s32 dx_r,
130 mlib_s32 dx_r,
162 for (j = 0; j < dx_r;
208 mlib_ImageConvCopyEdge(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
321 mlib_ImageConvCopyEdge_U8(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask, mlib_s32 nchan) argument
399 mlib_ImageConvCopyEdge_U8_3(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
519 mlib_ImageConvCopyEdge_S16(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask, mlib_s32 nchan) argument
594 mlib_ImageConvCopyEdge_S16_3(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
714 mlib_ImageConvCopyEdge_S32(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask, mlib_s32 nchan) argument
787 mlib_ImageConvCopyEdge_S32_3(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
907 mlib_ImageConvCopyEdge_S32_4(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_v_ImageConvClearEdge.c36 * mlib_s32 dx_r,
46 * dx_r Number of columns on the right side of the
75 mlib_s32 dx_r,
82 mlib_s32 dx_r,
90 mlib_s32 dx_r,
98 mlib_s32 dx_r,
106 mlib_s32 dx_r,
113 mlib_s32 dx_r,
121 mlib_s32 dx_r,
129 mlib_s32 dx_r,
237 mlib_ImageConvClearEdge(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
346 mlib_ImageConvZeroEdge(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
365 mlib_ImageConvClearEdge_U8_1(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color) argument
411 mlib_ImageConvClearEdge_U8_2(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
469 mlib_ImageConvClearEdge_U8_3(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
584 mlib_ImageConvClearEdge_U8_4(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
643 mlib_ImageConvClearEdge_S16_1(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color) argument
688 mlib_ImageConvClearEdge_S16_2(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
744 mlib_ImageConvClearEdge_S16_3(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
858 mlib_ImageConvClearEdge_S16_4(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
917 mlib_ImageConvClearEdge_S32_1(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color) argument
961 mlib_ImageConvClearEdge_S32_2(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
1015 mlib_ImageConvClearEdge_S32_3(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
1124 mlib_ImageConvClearEdge_S32_4(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
[all...]
H A Dmlib_v_ImageConvMxN_8ext.c39 * mlib_s32 dx_r,
79 mlib_s32 dx_r,
90 mlib_s32 dx_r,
112 mlib_s32 dx_r,
122 dx_l, dx_r, dy_t, dy_b, discardbits, cmask);
131 return mlib_convMxN_8ext_f(dst, src, kwid, khgt, dx_l, dx_r, dy_t, dy_b, kernel,
135 return mlib_convMxN_8ext_mask(dst, src, kwid, khgt, dx_l, dx_r, dy_t, dy_b, kernel,
148 mlib_s32 dx_r,
206 ssize -= nchan * (dx_l + dx_r);
222 for (ii = 0; ii < dx_r; i
106 mlib_convMxNext_u8(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 kwid, mlib_s32 khgt, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 discardbits, mlib_s32 cmask) argument
143 mlib_convMxN_8ext_f(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scale) argument
828 mlib_convMxN_8ext_mask(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConvClearEdge_Fp.c35 * mlib_s32 dx_r,
45 * dx_r Number of columns on the right side of the
92 for (j = 0; j < dx_r; j++) { \
113 mlib_s32 dx_r,
123 if (dx_l + dx_r > img_width) {
125 dx_r = 0;
111 mlib_ImageConvClearEdge_Fp(mlib_image *img, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_d64 *color, mlib_s32 cmask) argument
H A Dmlib_c_ImageConvClearEdge.c34 * mlib_s32 dx_r,
44 * dx_r Number of columns on the right side of the
91 for (j = 0; j < dx_r; j++) { \
112 mlib_s32 dx_r,
122 if (dx_l + dx_r > dst_width) {
124 dx_r = 0;
137 return mlib_ImageConvClearEdge_Bit(dst, dx_l, dx_r, dy_t, dy_b, color, cmask);
158 mlib_s32 dx_r,
167 return mlib_ImageConvClearEdge_Fp(dst, dx_l, dx_r, dy_t, dy_b, zero, cmask);
170 return mlib_ImageConvClearEdge(dst, dx_l, dx_r, dy_
110 mlib_ImageConvClearEdge(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
156 mlib_ImageConvZeroEdge(mlib_image *dst, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_c_ImageConvCopyEdge.c36 * mlib_s32 dx_r,
46 * dx_r Number of columns on the right side of the
95 for (j = 0; j < dx_r; j++) { \
119 mlib_s32 dx_r,
128 if (dx_l + dx_r > img_width) {
130 dx_r = 0;
143 return mlib_ImageConvCopyEdge_Bit(dst, src, dx_l, dx_r, dy_t, dy_b, cmask);
116 mlib_ImageConvCopyEdge(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
H A Dmlib_ImageConvClearEdge_Bit.c35 * mlib_32 dx_r,
45 * dx_r Number of columns on the right side of the
72 mlib_s32 dx_r,
134 if (dx_r > 0) {
135 pd = pimg + (img_width + bitoff - dx_r) / 8;
136 bitoff = (img_width + bitoff - dx_r) & 7;
138 if (bitoff + dx_r <= 8) {
139 mask = (0xFF >> bitoff) & (0xFF << ((8 - (bitoff + dx_r)) & 7));
156 amount = (bitoff + dx_r + 7) >> 3;
157 mask = (0xFF << ((8 - (bitoff + dx_r))
70 mlib_ImageConvClearEdge_Bit(mlib_image *img, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *color, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConvMxN.c144 mlib_s32 nchan, dx_l, dx_r, dy_t, dy_b; local
170 dx_r = edg_sizes[1];
174 if (dx_l + dx_r + dy_t + dy_b == 0)
226 mlib_ImageConvZeroEdge(dst_e, dx_l, dx_r, dy_t, dy_b, cmask);
229 mlib_ImageConvCopyEdge(dst_e, src_e, dx_l, dx_r, dy_t, dy_b, cmask);
246 mlib_convMxNext_u8(dst_e, src_e, kernel, m, n, dx_l, dx_r, dy_t, dy_b, scale,
252 mlib_convMxNext_s16(dst_e, src_e, kernel, m, n, dx_l, dx_r, dy_t, dy_b, scale,
258 mlib_convMxNext_s16(dst_e, src_e, kernel, m, n, dx_l, dx_r, dy_t, dy_b, scale,
262 mlib_i_convMxNext_s16(dst_e, src_e, kernel, m, n, dx_l, dx_r, dy_t, dy_b,
269 mlib_convMxNext_u16(dst_e, src_e, kernel, m, n, dx_l, dx_r, dy_
[all...]
H A Dmlib_ImageClipping.c100 mlib_s32 dx_l, dx_r, dy_t, dy_b, wid_i, hgt_i; local
124 dx_r = kw2 + dxs - dx;
127 if (dx_r < 0) dx_r = 0;
128 if (dx_r > kw2) dx_r = kw2;
151 wid_i = wid_e + (kw1 - dx_l) + (kw2 - dx_r);
164 edg_sizes[1] = dx_r;
H A Dmlib_ImageConvCopyEdge_Bit.c36 * mlib_32 dx_r,
46 * dx_r Number of columns on the right side of the
77 mlib_s32 dx_r,
131 if (dx_r > 0) {
132 pd = pdst + (img_width + bitoffd - dx_r) / 8;
133 ps = psrc + (img_width + bitoffd - dx_r) / 8;
134 bitoffd = (img_width + bitoffd - dx_r) & 7;
136 if (bitoffd + dx_r <= 8) {
137 mask = (0xFF >> bitoffd) & (0xFF << ((8 - (bitoffd + dx_r)) & 7));
150 amount = (bitoffd + dx_r
74 mlib_ImageConvCopyEdge_Bit(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConvMxN_Fp.c94 mlib_s32 dx_r);
109 mlib_s32 dx_r);
246 mlib_s32 dx_r)
256 for (; i < n - dx_r; i++)
258 val = dst[n - dx_r - 1];
270 mlib_s32 dx_r,
306 mlib_ImageConvMxNF322F32_ext(fsa, sa1, dw + m - 1, nch, dx_l, dx_r);
634 mlib_s32 dx_r)
644 for (; i < n - dx_r; i++)
646 val = dst[n - dx_r
241 mlib_ImageConvMxNF322F32_ext(mlib_f32 *dst, const mlib_f32 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument
264 mlib_convMxNext_f32(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
629 mlib_ImageConvMxND642D64_ext(mlib_d64 *dst, const mlib_d64 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument
652 mlib_convMxNext_d64(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConvMxN_ext.c104 mlib_s32 dx_r);
195 mlib_s32 dx_r)
205 for (; i < n - dx_r; i++)
207 val = dst[n - dx_r - 1];
219 mlib_s32 dx_r,
286 mlib_ImageConvMxNS322S32_ext(isa, sa1, dw + m - 1, nch, dx_l, dx_r);
190 mlib_ImageConvMxNS322S32_ext(mlib_s32 *dst, const mlib_s32 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument
213 mlib_convMxNext_s32(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 scale, mlib_s32 cmask) argument
H A Dmlib_ImageConv2x2_f.c358 mlib_s32 dx_r,
393 swid -= dx_r;
415 if (dx_r != 0) {
489 if (dx_r != 0) buff2[swid - 1] = buff2[swid - 2];
654 mlib_s32 dx_r,
690 swid -= dx_r;
712 if (dx_r != 0) {
789 if (dx_r != 0) buff2[swid - 1] = buff2[swid - 2];
960 mlib_s32 dx_r,
998 swid -= dx_r;
355 mlib_c_conv2x2ext_s16(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
651 mlib_c_conv2x2ext_u16(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
957 mlib_c_conv2x2ext_u8(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
[all...]

Completed in 707 milliseconds