Home
last modified time | relevance | path

Searched defs:rectB (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c310 SDL_Rect *rectA, SDL_Rect *rectB, SDL_Rect *refRectA, SDL_Rect *refRectB) in _validateHasIntersectionResults()
333 SDL_Rect *rectA, SDL_Rect *rectB, SDL_Rect *refRectA, SDL_Rect *refRectB, in _validateIntersectRectResults()
351 SDL_Rect *rectA, SDL_Rect *rectB, SDL_Rect *refRectA, SDL_Rect *refRectB, in _validateUnionRectResults()
393 SDL_Rect *rectA, SDL_Rect *rectB, SDL_Rect *refRectA, SDL_Rect *refRectB) in _validateRectEqualsResults()
422 SDL_Rect rectB; in rect_testIntersectRectInside() local
450 SDL_Rect rectB; in rect_testIntersectRectOutside() local
478 SDL_Rect rectB; in rect_testIntersectRectPartial() local
567 SDL_Rect rectB; in rect_testIntersectRectPoint() local
614 SDL_Rect rectB; in rect_testIntersectRectEmpty() local
684 SDL_Rect rectB; in rect_testIntersectRectParam() local
[all …]
/third_party/flutter/skia/tests/
DPathOpsAsWindingTest.cpp118 constexpr SkRect rectB = {1, 1, 2, 2}; in DEF_TEST() local
DClipStackTest.cpp264 SkRect rectA, rectB; in test_bounds() local
345 SkRect rectA, rectB; in test_isWideOpen() local
/third_party/skia/tests/
DPathOpsAsWindingTest.cpp118 constexpr SkRect rectB = {1, 1, 2, 2}; in DEF_TEST() local
DClipStackTest.cpp232 SkRect rectA, rectB; in test_bounds() local
314 SkRect rectA, rectB; in test_isWideOpen() local
/third_party/vk-gl-cts/modules/egl/
DteglResizeTests.cpp256 const ConstPixelBufferAccess& rectB) in compareRectangles()