Searched refs:blendOption (Results 1 - 5 of 5) sorted by relevance
/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()
|
/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 105 const BlendOption& blendOption) in Blit() 109 blendOption.opacity, static_cast<uint8_t*>(dst.virAddr), dst.stride, dst.mode, subRect.GetX(), subRect.GetY()); in Blit() 101 Blit(BufferInfo& dst, const Point& dstPos, const BufferInfo& src, const Rect& subRect, const BlendOption& blendOption) Blit() argument
|
/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;
|
/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()
|
Completed in 7 milliseconds