ASPECT_XCORRECTION   98 core/camera_info.c     ASPECT_XCORRECTION(CAM_SCREEN_WIDTH),
ASPECT_XCORRECTION  225 core/gui_draw.c         rotate_base = (camera_screen.height - 1) * camera_screen.buffer_width + ASPECT_XCORRECTION(camera_screen.width) - 1;
ASPECT_XCORRECTION  570 core/gui_draw.c         register unsigned int offset = y * camera_screen.buffer_width + ASPECT_XCORRECTION(x);
ASPECT_XCORRECTION  587 core/gui_draw.c     register unsigned int offset = py * camera_screen.buffer_width + ASPECT_XCORRECTION(px);
ASPECT_XCORRECTION  676 core/gui_draw.c         return bitmap_buffer[0][rotate_base - (y * camera_screen.buffer_width + ASPECT_XCORRECTION(x))];
ASPECT_XCORRECTION  678 core/gui_draw.c         return frame_buffer[0][rotate_base - (y * camera_screen.buffer_width + ASPECT_XCORRECTION(x))];
ASPECT_XCORRECTION  684 core/gui_draw.c         return bitmap_buffer[0][y * camera_screen.buffer_width + ASPECT_XCORRECTION(x)];
ASPECT_XCORRECTION  686 core/gui_draw.c         return frame_buffer[0][y * camera_screen.buffer_width + ASPECT_XCORRECTION(x)];
ASPECT_XCORRECTION  791 core/gui_draw.c     register unsigned int offset = y * camera_screen.buffer_width + ASPECT_XCORRECTION(x);
ASPECT_XCORRECTION  792 core/gui_draw.c     len = ASPECT_XCORRECTION(len);      // Scale the line length if needed
ASPECT_XCORRECTION  385 platform/ixus240_elph320hs/kbd.c     return (bitmap_buffer[active_bitmap_buffer][y * camera_screen.buffer_width + ASPECT_XCORRECTION(x)] == c);
ASPECT_XCORRECTION  208 platform/ixus310_elph500hs/kbd.c         return (bitmap_buffer[active_bitmap_buffer][(240-y) * camera_screen.buffer_width + ASPECT_XCORRECTION(480-x) - 1] == c);
ASPECT_XCORRECTION  210 platform/ixus310_elph500hs/kbd.c         return (bitmap_buffer[active_bitmap_buffer][y * camera_screen.buffer_width + ASPECT_XCORRECTION(x)] == c);