Home
last modified time | relevance | path

Searched refs:yTop (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c59 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h); in rect_testIntersectRectAndLine() local
71 y1 = yTop; in rect_testIntersectRectAndLine()
197 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h); in rect_testIntersectRectAndLineOutside() local
217 y1 = yTop; in rect_testIntersectRectAndLineOutside()
219 y2 = yTop; in rect_testIntersectRectAndLineOutside()
222 …sectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, 0, yTop, 31, yTop); in rect_testIntersectRectAndLineOutside()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc554 long yTop, in accHitTest() argument
563 POINT pt = {xLeft, yTop}; in accHitTest()