Searched refs:fillArea (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ui_lite/frameworks/engines/gfx/hi3516/ |
H A D | hi3516_engine.cpp | 30 const Rect& fillArea, in Fill() 35 if ((opacity != OPA_OPAQUE) && (fillArea.GetSize() >= HARDWARE_ACC_SIZE_LIMIT)) { in Fill() 42 if (GfxEngines::GetInstance()->GfxFillArea(data, fillArea, color, opacity)) { in Fill() 47 SoftEngine::Fill(dst, fillArea, color, opacity); in Fill() 29 Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, const OpacityType opacity) Fill() argument
|
H A D | hi3516_engine.h | 25 const Rect& fillArea,
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/ |
H A D | gfx_engines.h | 34 const Rect& fillArea,
|
/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | gfx_engines.cpp | 115 const Rect& fillArea, in GfxFillArea() 127 Convert2IRect(fillArea, rect); in GfxFillArea() 114 GfxFillArea(const LiteSurfaceData& dstSurfaceData, const Rect& fillArea, const ColorType& color, const OpacityType& opa) GfxFillArea() argument
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | screen_device_proxy.h | 47 bool HardwareFill(const Rect& fillArea, in HardwareFill() argument 55 return device_->HardwareFill(fillArea, color, opa, dst, dstStride, dstColorMode); in HardwareFill()
|
H A D | screen_device.h | 106 * @param fillArea Indicates the area to be filled 116 virtual bool HardwareFill(const Rect& fillArea, in HardwareFill() argument
|
/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 112 void SoftEngine::Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, const OpacityType opacity) in Fill() argument 114 DrawUtils::GetInstance()->FillAreaWithSoftWare(dst, fillArea, color, opacity); in Fill()
|
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | soft_engine.h | 80 void Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, const OpacityType opacity) override;
|
H A D | gfx_engine_manager.h | 136 virtual void Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, const OpacityType opacity) = 0;
|
/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | hardware_acceleration_unit_test.cpp | 39 bool HardwareFill(const Rect& fillArea,
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 319 const Rect& fillArea,
|
H A D | draw_utils.cpp | 418 const Rect& fillArea, in FillAreaWithSoftWare() 429 int16_t width = fillArea.GetWidth(); in FillAreaWithSoftWare() 430 int16_t height = fillArea.GetHeight(); in FillAreaWithSoftWare() 432 int32_t offset = static_cast<int32_t>(fillArea.GetTop()) * destWidth + fillArea.GetLeft(); in FillAreaWithSoftWare() 417 FillAreaWithSoftWare(BufferInfo& gfxDstBuffer, const Rect& fillArea, const ColorType& color, const OpacityType& opa) const FillAreaWithSoftWare() argument
|
Completed in 9 milliseconds