HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 101 - 125 of 144) sorted by null

1 2 3 45 6

  /external/chromium/chrome/browser/
aeropeek_manager.cc 187 POINT* client,
193 HWND, HBITMAP, POINT*, DWORD);
491 POINT content_offset = {content_bounds_.x(), content_bounds_.y()};
    [all...]
external_tab_container_win.cc 562 POINT cursor_pos = {0};
566 bounds.set_origin(gfx::Point(cursor_pos));
620 POINT screen_pt = { params.x, params.y };
    [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 114 const POINT* point,
177 POINT left_top = {client_rect.left, client_rect.top};
178 POINT right_bottom = {client_rect.right, client_rect.bottom};
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 309 POINT cursor;
351 POINT center;
380 POINT mouse_pos;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 470 POINT point = { r.left, r.top }; local
471 ClientToScreen(hwnd(), &point); local
472 return gfx::Rect(point.x, point.y, r.right - r.left, r.bottom - r.top);
2062 POINT point; local
2068 ScreenToClient(hwnd(), &point); local
    [all...]
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 481 POINT topleft = {bounds.x(), bounds.y()};
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 99 POINT cursor_point = {GET_X_LPARAM(pos), GET_Y_LPARAM(pos)};
273 void BaseTabStrip::ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) {
341 drag_controller_->Init(this, tab, tabs, gfx::Point(x, y),
369 const gfx::Point& tab_in_tab_coordinates) {
370 gfx::Point local_point = tab_in_tab_coordinates;
530 BaseTab* BaseTabStrip::GetTabAtLocal(const gfx::Point& local_point) {
533 return NULL; // No tab contains the point.
  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view.cc 330 static const POINT polygon[] = {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 306 MapWindowPoints(window, parent, reinterpret_cast<POINT*>(&r), 2);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc 121 POINT point = { r.left, r.top }; local
122 ClientToScreen(hwnd(), &point); local
123 *out = gfx::Rect(point.x, point.y, r.right - r.left, r.bottom - r.top);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 120 POINT client_pos;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 153 POINT ptScreenPos;
  /external/chromium_org/ui/views/widget/
tooltip_manager_win.cc 66 gfx::Point(x, y)).bounds();
172 gfx::Point view_loc = last_mouse_pos_;
179 gfx::Point screen_loc = last_mouse_pos_;
202 gfx::Point text_origin;
205 gfx::Point view_loc = last_mouse_pos_;
228 gfx::Point view_loc;
275 void TooltipManagerWin::UpdateTooltip(const gfx::Point& mouse_pos) {
286 gfx::Point view_point = mouse_pos;
303 gfx::Point mouse_pos_in_pixels(l_param);
304 gfx::Point mouse_pos = ui::win::ScreenToDIPPoint(mouse_pos_in_pixels)
    [all...]
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 116 // regarless of what launch point the user used.
120 // 1- User interacts with launch point (icon, tile, search, shellexec, etc)
131 // Up to this point the code basically just gathers values passed in, like
150 // ::CreateProcess and we exit at this point even on failure.
193 STDMETHODIMP CommandExecuteImpl::SetPosition(POINT pt) {
266 // user to retry at which point we would do the right thing.
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 120 POINT client_pos;
  /external/openssl/crypto/rand/
rand_win.c 153 POINT ptScreenPos;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 147 meshBuilder.addIndexSetType(Primitive.POINT);
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.cc 25 #include "ui/gfx/point.h"
90 POINT point = {x, y}; local
91 ::AccessibleObjectFromPoint(point, accessible.Receive(), child_id.Receive());
242 POINT offset = {0, 0};
542 gfx::Point center = location.CenterPoint();
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 40 // which point we rearrange the apps to their pre-drag configuration, as a drop
139 const gfx::Point& drag_view_offset)
210 POINT p;
215 gfx::Point GetCursorInGridViewCoords() {
216 POINT p;
219 gfx::Point grid_view_pt(p.x, p.y);
226 gfx::Point drag_view_offset_;
331 drag_view_start_ = gfx::Point(drag_view_->x(), drag_view_->y());
376 gfx::Point drag_point_in_grid_view;
389 void AppsGridView::UpdateDrag(Pointer pointer, const gfx::Point& point)
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 457 gfx::Point DesktopRootWindowHostWin::GetLocationOnNativeScreen() const {
476 bool DesktopRootWindowHostWin::QueryMouseLocation(gfx::Point* location_return) {
480 *location_return = gfx::Point(0, 0);
483 POINT pt = {0};
486 gfx::Point(static_cast<int>(pt.x), static_cast<int>(pt.y));
500 void DesktopRootWindowHostWin::MoveCursorTo(const gfx::Point& location) {
501 POINT cursor_location = location.ToPOINT();
511 const gfx::Point& dest_offset,
612 const gfx::Point& point) const
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 247 POINT logical_area = { rc.right, rc.bottom };
  /external/chromium_org/ui/aura/
remote_root_window_host_win.cc 292 gfx::Rect r(gfx::Point(0, 0), aura::RootWindowHost::GetNativeScreenSize());
307 gfx::Point RemoteRootWindowHostWin::GetLocationOnNativeScreen() const {
308 return gfx::Point(0, 0);
324 bool RemoteRootWindowHostWin::QueryMouseLocation(gfx::Point* location_return) {
328 *location_return = gfx::Point(0, 0);
331 POINT pt;
334 gfx::Point(static_cast<int>(pt.x), static_cast<int>(pt.y));
343 const gfx::Point& dest_offset,
356 void RemoteRootWindowHostWin::MoveCursorTo(const gfx::Point& location) {
401 gfx::Point location(x, y)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 54 POINT (0),
545 * Builder that allows creation of a mesh object point by point
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 319 // If the style is not popup, you have to convert the point to client
321 POINT point = { rect.x(), rect.y() }; local
323 ScreenToClient(&point);
325 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);
468 // at that point.
872 gfx::Rect bitmap_rect(gfx::Point(), backing_store->size());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 460 if (psz[0] >= ctx->Point.Threshold) {
461 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
464 GLfloat dsize = psz[0] / ctx->Point.Threshold;
465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
579 #define POINT( v0 ) \
626 * floating point).
862 for ( ; start < count ; start++) POINT( V(ELT(start)) );
    [all...]

Completed in 480 milliseconds

1 2 3 45 6