Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 25 of 29) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_display_driver_1555xrgb_pixelmap_rotate.c114 INT yy; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() local
173 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
176 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
179 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
182 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
185 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height - 1)) in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
188 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
211 if (yy >= 0) in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
213 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
217 if (yy < pixelmap -> gx_pixelmap_height - 1) in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
[all …]
Dgx_utility_1555xrgb_pixelmap_rotate.c107 INT xx, yy; in _gx_utility_1555xrgb_pixelmap_raw_rotate() local
197 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
200 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
203 yy = GX_FIXED_VAL_TO_INT(yy); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
206 yy += srcyres; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
209 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_1555xrgb_pixelmap_raw_rotate()
212 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_1555xrgb_pixelmap_raw_rotate()
215 get += yy * src -> gx_pixelmap_width; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
238 if (yy >= 0) in _gx_utility_1555xrgb_pixelmap_raw_rotate()
240 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
[all …]
Dgx_display_driver_332rgb_pixelmap_rotate.c258 INT yy; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() local
316 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
319 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
322 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
325 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
328 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height - 1)) in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
331 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
335 getalpha += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
363 if (yy >= 0) in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
365 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
[all …]
Dgx_utility_32argb_pixelmap_rotate.c109 INT xx, yy; in _gx_utility_32argb_pixelmap_raw_rotate() local
184 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate()
187 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_utility_32argb_pixelmap_raw_rotate()
190 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_32argb_pixelmap_raw_rotate()
193 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_32argb_pixelmap_raw_rotate()
196 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_raw_rotate()
199 get += yy * src -> gx_pixelmap_width; in _gx_utility_32argb_pixelmap_raw_rotate()
222 if (yy >= 0) in _gx_utility_32argb_pixelmap_raw_rotate()
224 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_32argb_pixelmap_raw_rotate()
227 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_32argb_pixelmap_raw_rotate()
[all …]
Dgx_utility_565rgb_pixelmap_rotate.c107 INT xx, yy; in _gx_utility_565rgb_pixelmap_raw_rotate() local
196 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate()
199 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_utility_565rgb_pixelmap_raw_rotate()
202 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_565rgb_pixelmap_raw_rotate()
205 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_565rgb_pixelmap_raw_rotate()
208 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_565rgb_pixelmap_raw_rotate()
211 get += yy * src -> gx_pixelmap_width; in _gx_utility_565rgb_pixelmap_raw_rotate()
234 if (yy >= 0) in _gx_utility_565rgb_pixelmap_raw_rotate()
236 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_565rgb_pixelmap_raw_rotate()
240 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_565rgb_pixelmap_raw_rotate()
[all …]
Dgx_utility_332rgb_pixelmap_rotate.c105 INT xx, yy; in _gx_utility_332rgb_pixelmap_raw_rotate() local
194 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate()
197 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_utility_332rgb_pixelmap_raw_rotate()
200 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_332rgb_pixelmap_raw_rotate()
203 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_332rgb_pixelmap_raw_rotate()
206 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_332rgb_pixelmap_raw_rotate()
209 get += yy * src -> gx_pixelmap_width; in _gx_utility_332rgb_pixelmap_raw_rotate()
232 if (yy >= 0) in _gx_utility_332rgb_pixelmap_raw_rotate()
234 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_332rgb_pixelmap_raw_rotate()
238 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_332rgb_pixelmap_raw_rotate()
[all …]
Dgx_display_driver_16bpp_pixelmap_rotate.c114 INT yy; in _gx_display_driver_565rgb_pixelmap_raw_rotate() local
173 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
176 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
179 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
182 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_565rgb_pixelmap_raw_rotate()
185 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height - 1)) in _gx_display_driver_565rgb_pixelmap_raw_rotate()
188 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
211 if (yy >= 0) in _gx_display_driver_565rgb_pixelmap_raw_rotate()
213 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_565rgb_pixelmap_raw_rotate()
217 if (yy < pixelmap -> gx_pixelmap_height - 1) in _gx_display_driver_565rgb_pixelmap_raw_rotate()
[all …]
Dgx_display_driver_32bpp_pixelmap_rotate.c118 INT yy; in _gx_display_driver_24xrgb_pixelmap_rotate() local
183 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate()
186 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_24xrgb_pixelmap_rotate()
189 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_24xrgb_pixelmap_rotate()
192 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_24xrgb_pixelmap_rotate()
195 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height - 1)) in _gx_display_driver_24xrgb_pixelmap_rotate()
198 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_24xrgb_pixelmap_rotate()
221 if (yy >= 0) in _gx_display_driver_24xrgb_pixelmap_rotate()
223 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_24xrgb_pixelmap_rotate()
226 if (yy < pixelmap -> gx_pixelmap_height - 1) in _gx_display_driver_24xrgb_pixelmap_rotate()
[all …]
Dgx_utility_8bpp_pixelmap_rotate.c97 INT xx, yy; in _gx_utility_8bpp_pixelmap_rotate() local
174 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_8bpp_pixelmap_rotate()
177 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_8bpp_pixelmap_rotate()
180 (yy >= 0) && (yy < src -> gx_pixelmap_height)) in _gx_utility_8bpp_pixelmap_rotate()
183 get += yy * src -> gx_pixelmap_width; in _gx_utility_8bpp_pixelmap_rotate()
422 INT yy; in _gx_utility_8bit_alphamap_rotate() local
503 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_8bit_alphamap_rotate()
506 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_utility_8bit_alphamap_rotate()
509 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_8bit_alphamap_rotate()
512 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_8bit_alphamap_rotate()
[all …]
Dgx_display_driver_32bpp_rotated_pixelmap_rotate.c108 INT yy; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() local
196 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
199 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
202 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
205 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_width)) in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
208 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_width - 1)) in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
211 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
234 if (yy >= 0) in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
236 b = *(get + yy * pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
239 if (yy < pixelmap -> gx_pixelmap_width - 1) in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
[all …]
Dgx_display_driver_16bpp_rotated_pixelmap_rotate.c110 INT yy; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() local
194 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
197 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
200 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
203 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_width)) in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
206 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_width - 1)) in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
209 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
232 if (yy >= 0) in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
234 b = *(get + yy * pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
238 if (yy < pixelmap -> gx_pixelmap_width - 1) in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
[all …]
Dgx_utility_4444argb_pixelmap_rotate.c111 INT xx, yy; in _gx_utility_4444argb_pixelmap_rotate() local
187 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_4444argb_pixelmap_rotate()
190 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_utility_4444argb_pixelmap_rotate()
193 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_4444argb_pixelmap_rotate()
196 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_4444argb_pixelmap_rotate()
200 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_4444argb_pixelmap_rotate()
203 get += yy * src -> gx_pixelmap_width; in _gx_utility_4444argb_pixelmap_rotate()
227 if (yy >= 0) in _gx_utility_4444argb_pixelmap_rotate()
229 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_4444argb_pixelmap_rotate()
233 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_4444argb_pixelmap_rotate()
[all …]
Dgx_display_driver_4444argb_pixelmap_rotate.c116 INT yy; in _gx_display_driver_4444argb_pixelmap_general_rotate() local
176 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_4444argb_pixelmap_general_rotate()
179 ydiff = GX_FIXED_VAL_TO_INT(yy << 8) & 0xff; in _gx_display_driver_4444argb_pixelmap_general_rotate()
182 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_4444argb_pixelmap_general_rotate()
185 (yy >= -1) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_4444argb_pixelmap_general_rotate()
188 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height - 1)) in _gx_display_driver_4444argb_pixelmap_general_rotate()
191 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_4444argb_pixelmap_general_rotate()
215 if (yy >= 0) in _gx_display_driver_4444argb_pixelmap_general_rotate()
217 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_4444argb_pixelmap_general_rotate()
221 if (yy < pixelmap -> gx_pixelmap_height - 1) in _gx_display_driver_4444argb_pixelmap_general_rotate()
[all …]
Dgx_utility_8bpp_pixelmap_resize.c100 INT yy; in _gx_utility_8bpp_pixelmap_raw_resize() local
136 yy = (yradio * y) >> 8; in _gx_utility_8bpp_pixelmap_raw_resize()
139 get += yy * src -> gx_pixelmap_width; in _gx_utility_8bpp_pixelmap_raw_resize()
213 INT yy; in _gx_utility_8bpp_pixelmap_alpha_resize() local
266 yy = (yradio * y) >> 8; in _gx_utility_8bpp_pixelmap_alpha_resize()
274 get += yy * src -> gx_pixelmap_width; in _gx_utility_8bpp_pixelmap_alpha_resize()
278 getalpha += yy * src -> gx_pixelmap_width; in _gx_utility_8bpp_pixelmap_alpha_resize()
286 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_8bpp_pixelmap_alpha_resize()
300 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_8bpp_pixelmap_alpha_resize()
500 INT yy; in _gx_utility_8bit_alphamap_resize() local
[all …]
Dgx_utility_32argb_pixelmap_resize.c103 INT yy; in _gx_utility_32argb_pixelmap_raw_resize() local
143 yy = (yradio * y) >> 8; in _gx_utility_32argb_pixelmap_raw_resize()
151 get += yy * src -> gx_pixelmap_width; in _gx_utility_32argb_pixelmap_raw_resize()
157 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_raw_resize()
166 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_raw_resize()
278 INT yy; in _gx_utility_32argb_pixelmap_alpha_resize() local
318 yy = (yradio * y) >> 8; in _gx_utility_32argb_pixelmap_alpha_resize()
323 ydiff = yradio * y - (yy << 8); in _gx_utility_32argb_pixelmap_alpha_resize()
326 get += yy * src -> gx_pixelmap_width; in _gx_utility_32argb_pixelmap_alpha_resize()
332 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_alpha_resize()
[all …]
Dgx_utility_1555xrgb_pixelmap_resize.c103 INT yy; in _gx_utility_1555xrgb_pixelmap_raw_resize() local
143 yy = (yradio * y) >> 8; in _gx_utility_1555xrgb_pixelmap_raw_resize()
151 get += yy * src -> gx_pixelmap_width; in _gx_utility_1555xrgb_pixelmap_raw_resize()
157 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_1555xrgb_pixelmap_raw_resize()
167 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_1555xrgb_pixelmap_raw_resize()
282 INT yy; in _gx_utility_1555xrgb_pixelmap_alpha_resize() local
332 yy = (yradio * y) >> 8; in _gx_utility_1555xrgb_pixelmap_alpha_resize()
340 get += yy * src -> gx_pixelmap_width; in _gx_utility_1555xrgb_pixelmap_alpha_resize()
344 getalpha += yy * src -> gx_pixelmap_width; in _gx_utility_1555xrgb_pixelmap_alpha_resize()
352 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_1555xrgb_pixelmap_alpha_resize()
[all …]
Dgx_utility_16bpp_pixelmap_resize.c103 INT yy; in _gx_utility_16bpp_pixelmap_raw_resize() local
143 yy = (yradio * y) >> 8; in _gx_utility_16bpp_pixelmap_raw_resize()
151 get += yy * src -> gx_pixelmap_width; in _gx_utility_16bpp_pixelmap_raw_resize()
157 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_16bpp_pixelmap_raw_resize()
167 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_16bpp_pixelmap_raw_resize()
282 INT yy; in _gx_utility_16bpp_pixelmap_alpha_resize() local
332 yy = (yradio * y) >> 8; in _gx_utility_16bpp_pixelmap_alpha_resize()
340 get += yy * src -> gx_pixelmap_width; in _gx_utility_16bpp_pixelmap_alpha_resize()
344 getalpha += yy * src -> gx_pixelmap_width; in _gx_utility_16bpp_pixelmap_alpha_resize()
352 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_16bpp_pixelmap_alpha_resize()
[all …]
Dgx_utility_4bpp_pixelmap_resize.c94 INT yy; in _gx_utility_4bpp_pixelmap_raw_resize() local
135 yy = (yradio * y) >> 8; in _gx_utility_4bpp_pixelmap_raw_resize()
138 get += yy * getstride; in _gx_utility_4bpp_pixelmap_raw_resize()
232 INT yy; in _gx_utility_4bpp_pixelmap_transparent_resize() local
289 yy = (yradio * y) >> 8; in _gx_utility_4bpp_pixelmap_transparent_resize()
294 getaux += yy * getauxstride; in _gx_utility_4bpp_pixelmap_transparent_resize()
309 get += yy * getstride; in _gx_utility_4bpp_pixelmap_transparent_resize()
Dgx_utility_1bpp_pixelmap_resize.c93 INT yy; in _gx_utility_1bpp_pixelmap_raw_resize() local
134 yy = (yradio * y) >> 8; in _gx_utility_1bpp_pixelmap_raw_resize()
137 get += yy * getstride; in _gx_utility_1bpp_pixelmap_raw_resize()
225 INT yy; in _gx_utility_1bpp_pixelmap_transparent_resize() local
267 yy = (yradio * y) >> 8; in _gx_utility_1bpp_pixelmap_transparent_resize()
275 get += yy * getstride; in _gx_utility_1bpp_pixelmap_transparent_resize()
Dgx_display_driver_1bpp_pixelmap_rotate.c100 INT yy; in _gx_display_driver_1bpp_pixelmap_raw_rotate() local
149 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
152 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
155 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_1bpp_pixelmap_raw_rotate()
158 get += yy * getstride; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
258 INT yy; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() local
303 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
306 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
309 get += yy * getstride; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
Dgx_utility_4444argb_pixelmap_resize.c101 INT yy; in _gx_utility_4444argb_pixelmap_resize() local
138 yy = (yradio * y) >> 8; in _gx_utility_4444argb_pixelmap_resize()
146 get += yy * src -> gx_pixelmap_width; in _gx_utility_4444argb_pixelmap_resize()
151 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_4444argb_pixelmap_resize()
160 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_4444argb_pixelmap_resize()
Dgx_display_driver_8bpp_pixelmap_rotate.c100 INT yy; in _gx_display_driver_8bpp_pixelmap_raw_rotate() local
142 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
145 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_8bpp_pixelmap_raw_rotate()
148 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
230 INT yy; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() local
275 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
278 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
281 get += yy * pixelmap -> gx_pixelmap_width; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
Dgx_display_driver_4bpp_pixelmap_rotate.c100 INT yy; in _gx_display_driver_4bpp_pixelmap_raw_rotate() local
156 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
159 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_4bpp_pixelmap_raw_rotate()
162 get += yy * getstride; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
267 INT yy; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() local
323 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
326 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_height)) in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
329 getaux += yy * getauxstride; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
336 get += yy * getstride; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
Dgx_display_driver_8bpp_rotated_pixelmap_rotate.c95 INT yy; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() local
169 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
172 yy += srcyres; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
175 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_width)) in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
178 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
256 INT yy; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() local
330 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
333 yy += srcyres; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
336 (yy >= 0) && (yy < pixelmap -> gx_pixelmap_width)) in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
339 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
Dgx_utility_1bpp_pixelmap_rotate.c97 INT xx, yy; in _gx_utility_1bpp_pixelmap_rotate() local
183 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_1bpp_pixelmap_rotate()
186 yy = GX_FIXED_VAL_TO_INT(yy) + srcyres; in _gx_utility_1bpp_pixelmap_rotate()
191 (yy >= 0) && (yy < src -> gx_pixelmap_height)) in _gx_utility_1bpp_pixelmap_rotate()
194 get += yy * getstride; in _gx_utility_1bpp_pixelmap_rotate()

12