Searched refs:blendOption (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | screen.cpp | 65 BlendOption blendOption; in GetCurrentScreenBitmap() 66 blendOption.opacity = OPA_OPAQUE; in GetCurrentScreenBitmap() 67 blendOption.mode = BLEND_SRC; in GetCurrentScreenBitmap() 78 baseGfxEngine->Blit(dstBufferInfo, dstPos, *bufferInfo, screenRect, blendOption); in GetCurrentScreenBitmap()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 105 const BlendOption& blendOption) in Blit() argument 109 …blendOption.opacity, static_cast<uint8_t*>(dst.virAddr), dst.stride, dst.mode, subRect.GetX(), sub… in Blit()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | soft_engine.h | 78 const BlendOption& blendOption) override;
|
H A D | gfx_engine_manager.h | 134 const BlendOption& blendOption) = 0;
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 90 const BlendOption& blendOption) = 0;
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 90 const BlendOption& blendOption) = 0;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 411 BlendOption blendOption; in DrawImage() local 412 blendOption.opacity = opa; in DrawImage() 413 blendOption.mode = BLEND_SRC_OVER; in DrawImage() 414 BaseGfxEngine::GetInstance()->Blit(gfxDstBuffer, dstPos, src, maskedArea, blendOption); in DrawImage()
|