vp                 16 core/live_view.c     lv_framebuffer_desc vp;
vp                 51 core/live_view.c     lv.vp.fb_type = vid_get_viewport_type();
vp                 53 core/live_view.c     lv.vp.buffer_width = vid_get_viewport_buffer_width_proper();
vp                 55 core/live_view.c     lv.vp.visible_width = vid_get_viewport_width_proper();
vp                 56 core/live_view.c     lv.vp.visible_height = vid_get_viewport_height_proper();
vp                 58 core/live_view.c     lv.vp.margin_left = vid_get_viewport_display_xoffset_proper();
vp                 59 core/live_view.c     lv.vp.margin_top = vid_get_viewport_display_yoffset_proper();
vp                 63 core/live_view.c     lv.vp.margin_right = vid_get_viewport_fullscreen_width() - lv.vp.visible_width - lv.vp.margin_left;
vp                 64 core/live_view.c     lv.vp.margin_bot = vid_get_viewport_fullscreen_height() - lv.vp.visible_height - lv.vp.margin_top;
vp                133 core/live_view.c         lv.vp.data_start = total_size;
vp                135 core/live_view.c         vp_size = (lv.vp.buffer_width*lv.vp.visible_height*6)/4;
vp                137 core/live_view.c         vp_size = (lv.vp.buffer_width*lv.vp.visible_height*4)/2;
vp                145 core/live_view.c         lv.vp.data_start = 0;
vp                 94 platform/ixus300_sd4000/lib.c         char vp ;
vp                102 platform/ixus300_sd4000/lib.c         vp = active_viewport_buffer ;
vp                103 platform/ixus300_sd4000/lib.c         return viewport_buffers[ (vp == 0) ? 2 : vp-1 ];
vp               4569 tools/finsig_thumb2.c     uint32_t *vp = (uint32_t *)adr2ptr_with_data(fw,adr);
vp               4570 tools/finsig_thumb2.c     if(!vp) {
vp               4573 tools/finsig_thumb2.c     return save_sig_with_j(fw,rule->name,*vp);