Searched defs:hittest (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc128 int hittest = local
131 hittest == HTCAPTION ||
132 hittest == HTTOP) {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.cc180 int hittest,
183 switch (hittest) {
179 DispatchHostWindowDragMovement( int hittest, const gfx::Point& screen_location) argument
/external/chromium_org/tools/traceline/svgui/
H A Dtraceline.js321 this.hittest = function(startms, dur) {
336 this.hittest = function(startms, dur) {
662 if (!thing.hittest(startms, startms+dur))
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRotateCircles.cpp152 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { function
334 if (hittest(fPts[i], x, y)) {
H A DSamplePatch.cpp329 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
338 if (hittest(fPts[i], x, y)) {
/external/skia/samplecode/
H A DSampleRotateCircles.cpp152 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { function
334 if (hittest(fPts[i], x, y)) {
H A DSamplePatch.cpp324 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
331 if (hittest(fPts[i], x, y)) {
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c616 Uint16 hittest; local
618 hittest = LOWORD(lParam);
619 if ( hittest == HTCLIENT ) {
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1766 // scrollbars would be drawn. These hittest codes are returned even when
1768 // hittest code as HTCLIENT in this case to ensure that we receive client
1776 // Normally the HTBOTTOMRIGHT hittest code is received when we hover
1780 // We check if the hittest coordinates lie in this region and if yes
2144 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
2146 if (hittest != HTCLIENT)
2340 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
2341 if (hittest == HTCLIENT || hittest == HTNOWHERE)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 235 milliseconds