HomeSort by relevance Sort by last modified time
    Searched refs:center_x (Results 1 - 25 of 26) 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);
  /external/chromium_org/third_party/skia/gm/
blurrect.cpp 269 int center_x = (canvas_size.fWidth - (int)(r.width()))/2; local
276 r.offset( SkIntToScalar(center_x), SkIntToScalar(center_y) );
285 center_x = (canvas_size.fWidth - mask.fBounds.width())/2;
288 canvas->drawBitmap(bm, SkIntToScalar(center_x), SkIntToScalar(center_y), NULL);
  /external/skia/gm/
blurrect.cpp 269 int center_x = (canvas_size.fWidth - (int)(r.width()))/2; local
276 r.offset( SkIntToScalar(center_x), SkIntToScalar(center_y) );
285 center_x = (canvas_size.fWidth - mask.fBounds.width())/2;
288 canvas->drawBitmap(bm, SkIntToScalar(center_x), SkIntToScalar(center_y), NULL);
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 820 int center_x; local
822 center_x = node_bounds.right() - kArrowRegionSize +
825 center_x = node_bounds.x() + (kArrowRegionSize - 4) / 2;
834 canvas->FillRect(gfx::Rect(center_x + delta * (2 - i),
841 canvas->FillRect(gfx::Rect(center_x - (3 - i), center_y + i,
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 440 float center_x = (left+right)/2 - g_current_tile_layer_width/2; local
442 TranslateInPlace(mv_transform, center_x, center_y, 0.0);
  /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) {

Completed in 524 milliseconds

1 2