Searched refs:ey (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp.c | 245 int ey = sy + plane->height - 1; in dp_plane_layer_setup() local 262 nx_mlc_set_position(module, layer, sx, sy, ex, ey); in dp_plane_layer_setup() 271 __func__, plane->fb_base, sx, sy, ex, ey, in dp_plane_layer_setup()
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 1658 float ey; member 1664 float ey; member 1690 z->ey = e->y1; in stbtt__new_active() 1708 z->ey = e->y1; in stbtt__new_active() 1793 if (z->ey <= scan_y) { in stbtt__rasterize_sorted_edges() 1873 STBTT_assert(e->sy <= e->ey); in stbtt__handle_clipped_edge() 1874 if (y0 > e->ey) return; in stbtt__handle_clipped_edge() 1880 if (y1 > e->ey) { in stbtt__handle_clipped_edge() 1882 y1 = e->ey; in stbtt__handle_clipped_edge() 1945 if (e->ey < y_bottom) { in stbtt__fill_active_edges_new() [all …]
|
| /u-boot/drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_mlc.h | 184 s32 sy, s32 ex, s32 ey); 194 s32 ey, int benb);
|
| A D | s5pxx18_soc_mlc.c | 652 s32 ex, s32 ey) in nx_mlc_set_position() argument 661 writel((((u32)sy & 0xffful) << 16) | ((u32)ey & 0xffful), in nx_mlc_set_position() 667 writel((((u32)sy & 0xffful) << 16) | ((u32)ey & 0xffful), in nx_mlc_set_position() 673 writel((((u32)sy & 0xffful) << 16) | ((u32)ey & 0xffful), in nx_mlc_set_position() 728 s32 ex, s32 ey, int benb) in nx_mlc_set_rgblayer_invalid_position() argument 741 writel((((sy & 0x7ff) << 16) | (ey & 0x7ff)), in nx_mlc_set_rgblayer_invalid_position() 750 writel((((sy & 0x7ff) << 16) | (ey & 0x7ff)), in nx_mlc_set_rgblayer_invalid_position()
|
Completed in 23 milliseconds