HomeSort by relevance Sort by last modified time
    Searched refs:set_y (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 43 void (*set_y)(int *);
64 set_y = dlsym(lib, "set_y");
65 if (set_y == NULL) {
66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror());
71 (*set_y)(&y);
libdlclosetest1.cpp 60 * This address must be provided through the "set_y" function
78 void set_y(int *y) function
libdlclosetest2.c 53 * This address must be provided through the "set_y" function
69 void set_y(int *y) function
  /external/chromium_org/ppapi/cpp/
rect.h 38 set_y(rect.point.y);
51 set_y(0);
66 set_y(y);
78 set_y(0);
146 void set_y(int32_t in_y) { function in class:pp::Rect
247 set_y(y);
420 set_y(rect.point.y);
433 set_y(0);
448 set_y(y);
460 set_y(0)
531 void set_y(float in_y) { function in class:pp::FloatRect
    [all...]
point.h 89 void set_y(int32_t in_y) { function in class:pp::Point
228 void set_y(float in_y) { function in class:pp::FloatPoint
  /external/chromium_org/ui/gfx/geometry/
point.cc 21 set_y(points.y);
30 set_y(point.y);
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 135 background_bounds.set_y(contents_bounds.y() +
139 background_bounds.set_y(contents_bounds.y() +
142 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
151 forground_bounds.set_y(background_bounds.y() +
app_list_button.cc 134 background_bounds.set_y(contents_bounds.y() +
138 background_bounds.set_y(contents_bounds.y() +
141 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
150 forground_bounds.set_y(background_bounds.y() +
  /external/chromium_org/printing/
printed_page.cc 38 content_rect->set_y(content_rect->y() + diff / 2);
page_setup.cc 141 overlay_area_.set_y(effective_margins_.header);
154 content_area_.set_y(effective_margins_.top);
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 119 mouse_movement_.set_y(0);
174 anchor_1.set_y(center_y - kCenteralSpotRadius);
176 anchor_2.set_y(center_y + kCenteralSpotRadius);
182 anchor_1.set_y(center_y);
184 anchor_2.set_y(center_y);
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 36 bounds.set_y(bounds.y() + height_change);
62 bounds.set_y(bounds.y() + height_change);
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.cc 30 new_bounds.set_y(target_position.y());
32 new_bounds.set_y(bottom - new_bounds.height());
stacked_panel_drag_handler.cc 45 delta_origin.set_y(0);
  /external/chromium_org/ui/app_list/views/
app_list_background.cc 71 separator_rect.set_y(separator_rect.bottom());
91 separator_rect.set_y(contents_view_view_bounds.bottom());
  /external/chromium_org/ui/message_center/views/
padded_button.cc 90 offset.set_y((bounds.height() - image.height()) / 2); // Middle align.
92 offset.set_y(bounds.height() - image.height()); // Bottom align.
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.cc 52 nav_params.window_bounds.set_y(features_.y);
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 210 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() -
217 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() +
234 bounds.set_y(corrected_anchor.y());
236 bounds.set_y(corrected_anchor.y() - size.height());
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
vector2.h 75 void set_y(double y) { y_ = y; } function in class:Vector2
goose.cc 69 location_.set_y(location_.y() + flock_box.height());
72 location_.set_y(location_.y() - flock_box.height());
  /external/chromium_org/remoting/protocol/
mouse_input_filter.cc 39 out_event.set_y(std::max(0, std::min(output_max_.height(), y)));
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_apitest.java 42 s.set_y(y);
UT_struct.java 49 p.set_y(0, val, true);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_struct.java 49 p.set_y(0, val, true);
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 178 mouse_movement_.set_y(0);
289 anchor_1.set_y(center_y - kCentralSpotRadius);
291 anchor_2.set_y(center_y + kCentralSpotRadius);
297 anchor_1.set_y(center_y);
299 anchor_2.set_y(center_y);

Completed in 2085 milliseconds

1 2 3 4 5 6 7