HomeSort by relevance Sort by last modified time
    Searched refs:orig_h (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDownsample.java 64 int orig_h = size.height(); local
69 int newHeight = orig_h * p / 100;
  /hardware/ti/omap4-aah/hwc/
hwc.c 753 int orig_h = HEIGHT(region); local
760 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
766 swap(orig_w, orig_h);
772 get_max_dimensions(orig_w, orig_h, xpy,
776 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
2297 int orig_h = hwc_dev->fb_dev->base.height; local
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 100 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h,
4343 int orig_px, orig_py, orig_x, orig_y, orig_w, orig_h; local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 564 int orig_h = HEIGHT(region); local
571 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
577 swap(orig_w, orig_h);
583 get_max_dimensions(orig_w, orig_h, xpy,
587 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres);
    [all...]

Completed in 184 milliseconds