HomeSort by relevance Sort by last modified time
    Searched refs:hittest (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 50 bool DispatchHostWindowDragMovement(int hittest,
x11_window_event_filter.cc 180 int hittest,
183 switch (hittest) {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 128 int hittest = local
131 hittest == HTCAPTION ||
132 hittest == HTTOP) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 616 Uint16 hittest; local
618 hittest = LOWORD(lParam);
619 if ( hittest == HTCLIENT ) {
  /external/chromium_org/third_party/skia/samplecode/
SamplePatch.cpp 329 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
338 if (hittest(fPts[i], x, y)) {
SampleRotateCircles.cpp 152 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { function
334 if (hittest(fPts[i], x, y)) {
  /external/skia/samplecode/
SamplePatch.cpp 324 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
331 if (hittest(fPts[i], x, y)) {
SampleRotateCircles.cpp 152 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { function
334 if (hittest(fPts[i], x, y)) {
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 2144 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
2340 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 321 this.hittest = function(startms, dur) {
336 this.hittest = function(startms, dur) {
662 if (!thing.hittest(startms, startms+dur))

Completed in 279 milliseconds