Searched refs:dstRect (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | display_gfx.h | 102 * @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 D | display_gfx.h | 102 * @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 D | display_gfx.h | 138 * @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 D | display_test.c | 340 IRect dstRect = srcRect; in BlitTest() local 344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest()
|
Completed in 3 milliseconds