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

  /external/skia/tests/
ClipStackTest.cpp 228 SkRect rectA, rectB;
231 rectB.iset(40, 40, 80, 80);
235 rrectB.setRectXY(rectB, SkIntToScalar(1), SkIntToScalar(2));
240 pathB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5));
266 stack.clipDevRect(rectB, gOps[op], false);
309 SkRect rectA, rectB;
312 rectB.iset(50, 50, 80, 80);
331 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5));
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 310 SDL_Rect *rectA, SDL_Rect *rectB, SDL_Rect *refRectA, SDL_Rect *refRectB)
317 rectB->x, rectB->y, rectB->w, rectB->h);
322 SDLTest_AssertCheck(rectB->x == refRectB->x && rectB->y == refRectB->y && rectB->w == refRectB->w && rectB->h == refRectB->h,
324 rectB->x, rectB->y, rectB->w, rectB->h
    [all...]

Completed in 66 milliseconds