Home
last modified time | relevance | path

Searched refs:fillArea (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ui_lite/frameworks/engines/gfx/hi3516/
H A Dhi3516_engine.cpp30 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 Dhi3516_engine.h25 const Rect& fillArea,
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/
H A Dgfx_engines.h34 const Rect& fillArea,
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp115 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 Dscreen_device_proxy.h47 bool HardwareFill(const Rect& fillArea, in HardwareFill() argument
55 return device_->HardwareFill(fillArea, color, opa, dst, dstStride, dstColorMode); in HardwareFill()
H A Dscreen_device.h106 * @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 Dsoft_engine.cpp112 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 Dsoft_engine.h80 void Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, const OpacityType opacity) override;
H A Dgfx_engine_manager.h136 virtual void Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, const OpacityType opacity) = 0;
/foundation/arkui/ui_lite/test/unittest/common/
H A Dhardware_acceleration_unit_test.cpp39 bool HardwareFill(const Rect& fillArea,
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h319 const Rect& fillArea,
H A Ddraw_utils.cpp418 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