Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h146 …int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt… member
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h108 …int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt… member
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h108 …int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt… member
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp78 baseGfxEngine->Blit(dstBufferInfo, dstPos, *bufferInfo, screenRect, blendOption); in GetCurrentScreenBitmap()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dsoft_engine.h74 void Blit(BufferInfo& dst,
H A Dgfx_engine_manager.h130 virtual void Blit(BufferInfo& dst,
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp158 if (gfxFuncs_->Blit(&srcSurface, &srcIRect, &dstSurface, &dstIRect, NULL) == DISPLAY_FAILURE) { in GfxBlit()
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c343 if (g_displayTest.gfxFuncs->Blit != NULL) { in BlitTest()
344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest()
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp101 void SoftEngine::Blit(BufferInfo& dst, in Blit() function in OHOS::SoftEngine
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md30 第二类:绘制类基础接口,例如:画线、Blit、Fill 等;
86 virtual void Blit(BufferInfo& dst,
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp164 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp186 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md30 Type 2: basic rendering functions, such as line drawing, **Blit**, and **Fill**.
86 virtual void Blit(BufferInfo& dst,
/ohos5.0/drivers/peripheral/display/
H A DREADME_zh.md162 …154816"><a name="p5783143154816"></a><a name="p5783143154816"></a>int32_t Blit(ISurface *srcSurfac…
H A DREADME.md162 …154816"><a name="p5783143154816"></a><a name="p5783143154816"></a>int32_t Blit(ISurface *srcSurfac…
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp414 BaseGfxEngine::GetInstance()->Blit(gfxDstBuffer, dstPos, src, maskedArea, blendOption); in DrawImage()