Home
last modified time | relevance | path

Searched defs:rectA (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/region/
H A DRegionSubjectTest.kt49 val rectA = Rect(/* left */ 0, /* top */ 0, /* right */ 1, /* bottom */ 1) in detectPositionChangeHigher() constant
63 val rectA = Rect(/* left */ 0, /* top */ 2, /* right */ 1, /* bottom */ 3) in detectPositionChangeLower() constant
77 val rectA = Rect(/* left */ 0, /* top */ 1, /* right */ 1, /* bottom */ 0) in detectPositionChangeEqualHigherLower() constant
91 val rectA = Rect(/* left */ 0, /* top */ 1, /* right */ 2, /* bottom */ 2) in detectPositionChangeInvalid() constant
100 val rectA = Rect(/* left */ 1, /* top */ 1, /* right */ 2, /* bottom */ 2) in detectCoversAtLeast() constant
111 val rectA = Rect(/* left */ 1, /* top */ 1, /* right */ 2, /* bottom */ 2) in detectCoversAtMost() constant
122 val rectA = Rect(/* left */ 1, /* top */ 1, /* right */ 2, /* bottom */ 2) in detectCoversExactly() constant
132 val rectA = Rect(/* left */ 1, /* top */ 1, /* right */ 2, /* bottom */ 2) in detectOverlaps() constant
144 val rectA = Rect(/* left */ 1, /* top */ 1, /* right */ 2, /* bottom */ 2) in detectsNotOverlaps() constant
/aosp_15_r20/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.c87 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_BGGreyLevelOutside()
189 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_BGGreyLevelContour()
309 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_suppress()
/aosp_15_r20/external/skia/tests/
H A DClipStackTest.cpp223 SkRect rectA, rectB; in test_bounds() local
305 SkRect rectA, rectB; in test_isWideOpen() local
H A DPathOpsAsWindingTest.cpp506 constexpr SkRect rectA = {0, 0, 3, 3}; in DEF_TEST() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglResizeTests.cpp236 bool compareRectangles(const ConstPixelBufferAccess &rectA, const ConstPixelBufferAccess &rectB) in compareRectangles()