Home
last modified time | relevance | path

Searched refs:hit_test (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/flutter/packages/flutter/lib/
Dgestures.dart20 export 'src/gestures/hit_test.dart';
/third_party/flutter/skia/samplecode/
DSamplePathClip.cpp273 static bool hit_test(const SkPoint& pt, SkScalar x, SkScalar y) { in hit_test() function in EdgeClipView
282 if (hit_test(fPoly[i], x, y)) { in onFindClickHandler()
/third_party/skia/samplecode/
DSamplePathClip.cpp271 static bool hit_test(const SkPoint& pt, SkScalar x, SkScalar y) { in hit_test() function in EdgeClipView
280 if (hit_test(fPoly[i], x, y)) { in onFindClickHandler()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c148 if (window->hit_test) { in ProcessHitTest()
150 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h104 SDL_HitTest hit_test; member
DSDL_video.c1577 if (window->hit_test) { in SDL_RecreateWindow()
3777 window->hit_test = callback; in SDL_SetWindowHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c955 if (window->hit_test) { in WIN_WindowProc()
959 … const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in WIN_WindowProc()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dtest.dart165 // files with names like like "hit_test.dart" don't get run.
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11events.c485 if (window->hit_test) { in ProcessHitTest()
487 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dbinding.dart15 import 'hit_test.dart';
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m800 if (_data->window->hit_test) { /* if no hit-test, skip this. */
803 …const SDL_HitTestResult rc = _data->window->hit_test(_data->window, &point, _data->window->hit_tes…
/third_party/flutter/flutter/dev/bots/
Danalyze.dart536 'hit_test.dart',
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt3425 package:flutter/src/gestures/hit_test.dart,HitTestEntry,HitTestEntry.
3426 package:flutter/src/gestures/hit_test.dart,HitTestEntry,get:target
3427 package:flutter/src/gestures/hit_test.dart,HitTestResult,add
3428 package:flutter/src/gestures/hit_test.dart,HitTestResult,get:_path
3429 package:flutter/src/gestures/hit_test.dart,HitTestResult,get:path
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch252417 deps += [ "//ui/base:hit_test" ]