/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterDownsample.java | 63 int orig_w = size.width(); local 68 int newWidth = orig_w * p / 100;
|
/hardware/ti/omap4-aah/hwc/ |
hwc.c | 752 int orig_w = WIDTH(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); 2296 int orig_w = hwc_dev->fb_dev->base.width; local [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 563 int orig_w = WIDTH(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...] |