Home
last modified time | relevance | path

Searched refs:rect1 (Results 1 – 2 of 2) sorted by relevance

/bsp/efm32/
A Dapplication.c188 rect2.x1 = rect1.x1; in app_main()
190 rect2.x2 = rect1.x2; in app_main()
191 rect2.y2 = rect1.y2; in app_main()
192 rect1.y2 = 25; in app_main()
196 &rect1, in app_main()
227 rect3.x1 = rect1.x1 + 5; in app_main()
228 rect3.y1 = rect1.y1 + 5; in app_main()
229 rect3.x2 = rect1.x2 - 5; in app_main()
454 rect2.x1 = rect1.x1; in app_photo()
455 rect2.y1 = rect1.y1; in app_photo()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_mixer.c207 g2d_rect rect0, rect1; in g2d_bsp_bld() local
268 rect1.x = 0; in g2d_bsp_bld()
269 rect1.y = 0; in g2d_bsp_bld()
270 rect1.w = dst->clip_rect.w; in g2d_bsp_bld()
271 rect1.h = dst->clip_rect.h; in g2d_bsp_bld()
274 bld_in_set(p_frame->bld, 1, rect1, src2->bpremul); in g2d_bsp_bld()
297 g2d_rect rect0, rect1; in g2d_bsp_bitblt() local
333 rect1.x = 0; in g2d_bsp_bitblt()
334 rect1.y = 0; in g2d_bsp_bitblt()
335 rect1.w = dst->clip_rect.w; in g2d_bsp_bitblt()
[all …]

Completed in 7 milliseconds