Home
last modified time | relevance | path

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

/test/xts/hats/hdf/hdf_lite/display/
Ddisplay_test.c337 IRect srcRect = {0, 0, SAMPLE_IMAGE_WIDTH, SAMPLE_IMAGE_HEIGHT}; in BlitTest() local
340 IRect dstRect = srcRect; in BlitTest()
344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest()