Home
last modified time | relevance | path

Searched refs:dstRect (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h102 * @param dstRect Indicates the pointer to the rectangle of the destination bitmap.
108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h102 * @param dstRect Indicates the pointer to the rectangle of the destination bitmap.
108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h138 * @param dstRect Indicates the pointer to the rectangle of the destination bitmap.
146 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c340 IRect dstRect = srcRect; in BlitTest() local
344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest()

Completed in 3 milliseconds