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

  /frameworks/rs/tests/java_api/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
  /frameworks/rs/tests/java_api/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;
81 mInPixelsAllocation.getType().getY(), center_x, local
86 mInPixelsAllocation.getType().getY(), center_x, local
91 mInPixelsAllocation.getType().getY(), center_x, center_y, local
96 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 29 private float center_x = 0.5f; field in class:Vignette
85 center_x = progress / 100.0f;
103 mInPixelsAllocation.getType().getY(), center_x, local
108 mInPixelsAllocation.getType().getY(), center_x, local
113 mInPixelsAllocation.getType().getY(), center_x, center_y, local
118 mInPixelsAllocation.getType().getY(), center_x, center_y, local
  /frameworks/rs/tests/java_api/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;
84 mInPixelsAllocation.getType().getY(), center_x, local
89 mInPixelsAllocation.getType().getY(), center_x, local
94 mInPixelsAllocation.getType().getY(), center_x, center_y, local
99 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 29 private float center_x = 0.5f; field in class:Vignette
85 center_x = progress / 100.0f;
103 mInPixelsAllocation.getType().getY(), center_x, local
108 mInPixelsAllocation.getType().getY(), center_x, local
113 mInPixelsAllocation.getType().getY(), center_x, center_y, local
118 mInPixelsAllocation.getType().getY(), center_x, center_y, local
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_viewport.c 72 int center_x = (int) mat->translate[0]; local
79 if (center_x - half_len < -max_extent)
80 center_x = -max_extent + half_len;
81 else if (center_x + half_len > max_extent - 1)
82 center_x = max_extent - half_len;
108 *min_gbx = ((float) (center_x - half_len) - mat->translate[0]) / scale_x;
109 *max_gbx = ((float) (center_x + half_len) - mat->translate[0]) / scale_x;
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.java 250 private final float center_x = 0.5f; field in class:Filters.VignetteFilter
260 mInPixelsAllocation.getType().getY(), center_x, local
268 center_x,

Completed in 243 milliseconds