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

  /external/chromium/chrome/browser/ui/views/
native_constrained_window_win.cc 10 bool IsNonClientHitTestCode(UINT hittest) {
11 return hittest != HTCLIENT && hittest != HTNOWHERE && hittest != HTCLOSE;
  /external/webkit/Source/WebCore/page/wx/
EventHandlerWx.cpp 51 bool EventHandler::passMouseMoveEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe, WebCore::HitTestResult* hittest)
53 subframe->eventHandler()->handleMouseMoveEvent(mev.event(), hittest);
  /external/skia/samplecode/
SampleUnitMapper.cpp 127 int hittest(SkScalar x, SkScalar y) { function in class:UnitMapperView
140 fDragIndex = hittest(x, y);
SamplePatch.cpp 322 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
328 if (hittest(fPts[i], x, y)) {
  /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 ) {

Completed in 77 milliseconds