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

1 2 3 4 5 6 7 8

  /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);
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/
point.cc 21 set_y(points.y);
30 set_y(point.y);
  /external/chromium_org/ash/launcher/
alternate_app_list_button.cc 113 background_bounds.set_y(contents_bounds.y() +
117 background_bounds.set_y(contents_bounds.y() +
120 background_bounds.set_y(kImagePaddingFromShelf);
129 forground_bounds.set_y(background_bounds.y() +
  /external/chromium_org/printing/
printed_page.cc 37 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 37 bounds.set_y(bounds.y() + height_change);
63 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/oak/
oak_window.cc 98 separator_rect_.set_y(
103 details_bounds.set_y(
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 201 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() -
208 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() +
225 bounds.set_y(corrected_anchor.y());
227 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/
input_filter_unittest.cc 36 event.set_y(y);
mouse_input_filter.cc 41 out_event.set_y(std::max(0, std::min(output_max_.height(), y)));
  /external/chromium_org/ui/app_list/views/
app_list_background.cc 63 seperator_rect.set_y(seperator_rect.bottom());
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
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/chrome/browser/notifications/
balloon_collection_impl.cc 123 offset.set_y((source)->offset().y() - (*it)->offset().y() +
284 position_iterator->set_y(position_iterator->y() + balloon_size.height() +
290 position_iterator->set_y(position_iterator->y() + balloon_size.height() +
294 position_iterator->set_y(position_iterator->y() - balloon_size.height() -
300 position_iterator->set_y(position_iterator->y() - balloon_size.height() -
  /external/chromium_org/content/browser/android/
overscroll_glow.cc 62 vector.set_y(0);
117 overscroll.set_y(0);
118 velocity.set_y(0);
260 old_overscroll_.set_y(0);
261 old_velocity_.set_y(0);
  /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 618 milliseconds

1 2 3 4 5 6 7 8