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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Fisheye.java 33 private float center_x = 0.5f; field in class:Fisheye
66 center_x = progress / 100.0f;
79 mInPixelsAllocation.getType().getY(), center_x, local
84 mInPixelsAllocation.getType().getY(), center_x, local
89 mInPixelsAllocation.getType().getY(), center_x, center_y, local
94 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 33 private float center_x = 0.5f; field in class:Vignette
88 center_x = progress / 100.0f;
101 mInPixelsAllocation.getType().getY(), center_x, local
106 mInPixelsAllocation.getType().getY(), center_x, local
111 mInPixelsAllocation.getType().getY(), center_x, center_y, local
116 mInPixelsAllocation.getType().getY(), center_x, center_y, local
fisheye.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
24 center.x = center_x;
fisheye_approx.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
24 center.x = center_x;
vignette.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
23 neg_center.x = -center_x;
vignette_approx.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
23 neg_center.x = -center_x;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Fisheye.java 30 private float center_x = 0.5f; field in class:Fisheye
63 center_x = progress / 100.0f;
76 mInPixelsAllocation.getType().getY(), center_x, local
81 mInPixelsAllocation.getType().getY(), center_x, local
86 mInPixelsAllocation.getType().getY(), center_x, center_y, local
91 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 29 private float center_x = 0.5f; field in class:Vignette
84 center_x = progress / 100.0f;
97 mInPixelsAllocation.getType().getY(), center_x, local
102 mInPixelsAllocation.getType().getY(), center_x, local
107 mInPixelsAllocation.getType().getY(), center_x, center_y, local
112 mInPixelsAllocation.getType().getY(), center_x, center_y, local
fisheye.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
24 center.x = center_x;
fisheye_approx.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
24 center.x = center_x;
vignette.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
23 neg_center.x = -center_x;
vignette_approx.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
23 neg_center.x = -center_x;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Fisheye.java 33 private float center_x = 0.5f; field in class:Fisheye
66 center_x = progress / 100.0f;
79 mInPixelsAllocation.getType().getY(), center_x, local
84 mInPixelsAllocation.getType().getY(), center_x, local
89 mInPixelsAllocation.getType().getY(), center_x, center_y, local
94 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 33 private float center_x = 0.5f; field in class:Vignette
88 center_x = progress / 100.0f;
101 mInPixelsAllocation.getType().getY(), center_x, local
106 mInPixelsAllocation.getType().getY(), center_x, local
111 mInPixelsAllocation.getType().getY(), center_x, center_y, local
116 mInPixelsAllocation.getType().getY(), center_x, center_y, local
fisheye.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
24 center.x = center_x;
fisheye_approx.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
24 center.x = center_x;
vignette.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
23 neg_center.x = -center_x;
vignette_approx.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
23 neg_center.x = -center_x;
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 734 int center_x; local
738 center_x = tab->x() - (kTabHOffset / 2);
740 center_x = tab->x() + (tab->width() / 2);
743 center_x = last_tab->x() + last_tab->width() + (kTabHOffset / 2);
747 center_x = GetMirroredXInView(center_x);
750 gfx::Point drop_loc(center_x - drop_indicator_width / 2,
    [all...]
  /external/qemu/android/skin/
argb.h 358 int center_x = ((sx1 >> 16) + 1) < ((sx2-1) >> 16); local
382 if (center_x) {
402 if (center_x) {
423 if (center_x) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1536 int center_x; local
    [all...]

Completed in 1498 milliseconds