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

  /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.12/src/video/wincommon/
SDL_sysevents.c 693 Uint16 hittest; local
695 hittest = LOWORD(lParam);
696 if ( hittest == HTCLIENT ) {

Completed in 59 milliseconds