HomeSort by relevance Sort by last modified time
    Searched full:center_x (Results 1 - 25 of 33) sorted by null

1 2

  /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_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 248 int center_x = image->size().width() / 2; local
252 pp::Point left_top(std::max(0, center_x - region_of_interest_radius),
255 std::min(image->size().width(), center_x + region_of_interest_radius),
259 if (GetDistance(x, y, center_x, center_y) < kCentralSpotRadius) {
279 int center_x = image->size().width() / 2; local
281 pp::Point vertex(mouse_movement_.x() + center_x,
288 anchor_1.set_x(center_x);
290 anchor_2.set_x(center_x);
296 anchor_1.set_x(center_x + kCentralSpotRadius);
298 anchor_2.set_x(center_x - kCentralSpotRadius)
    [all...]
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 157 int center_x = width / 2; local
159 pp::Point vertex(mouse_movement_.x() + center_x,
173 anchor_1.set_x(center_x);
175 anchor_2.set_x(center_x);
181 anchor_1.set_x(center_x + kCenteralSpotRadius);
183 anchor_2.set_x(center_x - kCenteralSpotRadius);
194 if (GetDistance(x, y, center_x, center_y) < kCenteralSpotRadius) {
208 (direction == LEFT && x < center_x) ||
209 (direction == RIGHT && x > center_x);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 65 float r = CENTER_X - mPaint.getStrokeWidth()*0.5f;
67 canvas.translate(CENTER_X, CENTER_X);
92 setMeasuredDimension(CENTER_X*2, CENTER_Y*2);
95 private static final int CENTER_X = 100;
168 float x = event.getX() - CENTER_X;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 81 float r = CENTER_X - mPaint.getStrokeWidth()*0.5f;
83 canvas.translate(CENTER_X, CENTER_X);
109 setMeasuredDimension(CENTER_X*2, CENTER_Y*2);
112 private static final int CENTER_X = 200;
185 float x = event.getX() - CENTER_X;
  /cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java 36 private static final int CENTER_X = (START_X + END_X) / 2;
61 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT);
62 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT);
  /external/skia/gm/
blurrect.cpp 182 int center_x = (canvas_size.fWidth - (int)(r.width()))/2; local
189 r.offset( SkIntToScalar(center_x), SkIntToScalar(center_y) );
199 center_x = (canvas_size.fWidth - mask.fBounds.width())/2;
202 canvas->drawBitmap(bm, SkIntToScalar(center_x), SkIntToScalar(center_y), NULL);
  /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...]

Completed in 297 milliseconds

1 2