HomeSort by relevance Sort by last modified time
    Searched refs:set_y (Results 1 - 25 of 176) 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);
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...]
  /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 152 background_bounds.set_y(contents_bounds.y() +
156 background_bounds.set_y(contents_bounds.y() +
159 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
168 forground_bounds.set_y(background_bounds.y() +
  /external/chromium_org/printing/
printed_page.cc 38 content_rect->set_y(content_rect->y() + diff / 2);
  /external/chromium_org/ui/accelerometer/
accelerometer_types.h 64 data_[source].reading.set_y(y);
  /external/chromium_org/remoting/codec/
video_encoder_helper.cc 42 dirty_rect->set_y(rect.top());
54 rect->set_y(r.rect().top());
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 77 toast_point.set_y(alignment_delegate()->GetBaseLine());
86 toast_point.set_y(alignment_delegate()->GetBaseLine());
95 toast_point.set_y(alignment_delegate()->GetBaseLine());
104 toast_point.set_y(alignment_delegate()->GetBaseLine());
118 toast_point.set_y(alignment_delegate()->GetBaseLine());
125 toast_point.set_y(alignment_delegate()->GetBaseLine());
  /external/chromium_org/athena/home/
athena_start_page_view.cc 276 state.icons.set_y(kIconMargin);
280 state.controls.set_y(kIconMargin);
287 state.search_box.set_y((kHomeCardHeight - state.search_box.height()) / 2);
301 state.search_box.set_y(logo_->bounds().bottom() + kInstantContainerSpacing);
305 state.icons.set_y(state.search_box.bottom() + kInstantContainerSpacing);
309 state.controls.set_y(state.icons.y());
356 search_box_bounds.set_y(
367 search_box_bounds.set_y(
372 search_results_bounds.set_y(search_results_bounds.bottom());
  /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 70 separator_rect.set_y(separator_rect.bottom());
92 separator_rect.set_y(contents_view_view_bounds.bottom() - 1);
  /external/chromium_org/ui/message_center/views/
padded_button.cc 89 offset.set_y((bounds.height() - image.height()) / 2); // Middle align.
91 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
  /external/chromium_org/remoting/protocol/
mouse_input_filter.cc 39 out_event.set_y(std::max(0, std::min(output_max_.height(), y)));
  /external/chromium_org/ui/views/controls/menu/
menu_separator_win.cc 53 separator_bounds.set_y(1);
  /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);

Completed in 1418 milliseconds

1 2 3 4 5 6 7 8