Home
last modified time | relevance | path

Searched refs:BaseGfxEngine (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp32 return BaseGfxEngine::GetInstance()->GetScreenWidth(); in GetWidth()
37 return BaseGfxEngine::GetInstance()->GetScreenHeight(); in GetHeight()
45 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in GetCurrentScreenBitmap()
85 return BaseGfxEngine::GetInstance()->GetScreenShape(); in GetScreenShape()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h28 class BaseGfxEngine; variable
79 class BaseGfxEngine : public HeapBase {
185 static BaseGfxEngine* GetInstance() in GetInstance()
190 static void InitGfxEngine(BaseGfxEngine* gfxEngine) in InitGfxEngine()
196 static BaseGfxEngine* baseEngine_;
H A Dsoft_engine.h22 class SoftEngine : public BaseGfxEngine {
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dgfx_engine_manager.cpp19 BaseGfxEngine* BaseGfxEngine::baseEngine_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp120 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusWithoutBorderCon1()
163 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusWithoutBorderCon2()
197BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapTyp… in DrawRectRadiusWithoutBorderCon3()
240 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusWithoutBorderCon4()
324 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusEqualBorder()
403 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusSmallThanBorder()
494 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusBiggerThanBorderCon1()
562 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusBiggerThanBorderCon2()
623 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusBiggerThanBorderCon3()
671 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRectRadiusBiggerThanBorderCon4()
H A Ddraw_curve.cpp37BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, prePoint, point, mask, width, color, opacity); in DrawCubicBezier()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md24BaseGfxEngine 类为纯虚实现,只定义了接口,不含任何实现,适合作为自行实现的硬件绘制的父类;[soft_engine.h](https://gitee.com/openharmony/…
26 BaseGfxEngine 类中有3类接口:
34 …制可继承 SoftEngine 进行功能拓展;不同平台如有硬件加速,例如 DMA2D,可继承 gfx_engine_manager.h 的 BaseGfxEngine,对其纯虚方法进行全部实现后,…
319 class SDLMonitorGfxEngine : public BaseGfxEngine {
395 BaseGfxEngine::GetInstance()->InitEngine(new SDLMonitorGfxEngine());
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp99 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawCommonCircle()
127BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, GetOrigRect(), invalidatedArea, *style_, opaS… in OnDraw()
H A Dui_checkbox.cpp141 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in SelectedStateSoftwareDrawing()
192 BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, rect, trunc, styleUnSelect, opaScale_); in UnSelectedStateSoftwareDrawing()
231BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, GetRect(), invalidatedArea, *style_, opaScale… in OnDraw()
248BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, GetRect(), invalidatedArea, *style_, opaScale… in OnDraw()
H A Dui_box_scroll_bar.cpp40 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in OnDraw()
H A Dui_axis.cpp96BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, start_, end_, invalidatedArea, style_->lineWi… in OnDraw()
112 BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, start, end, invalidatedArea, in DrawAxisMark()
195 BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, start, end, invalidatedArea, in DrawAxisMark()
H A Dui_canvas.cpp868 BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, rect, invalidatedArea, *style_, opaScale_); in OnDraw()
1080 BaseGfxEngine::GetInstance()->DrawCubicBezier(gfxDstBuffer, in DoDrawCurve()
1114 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DoDrawRect()
1197 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DoDrawCircle()
1238BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, drawStyle, OPA_OPAQU… in DoDrawArc()
1304 BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcinfo, invalidatedArea, in DoDrawLineJoin()
1316BaseGfxEngine::GetInstance()->DrawPath(gfxDstBuffer, param, paint, rect, invalidatedArea, style); in DoDrawPath()
1347 BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, start, end, invalidatedArea, in DoDrawPath()
1384BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, start, end, invalidatedArea, in DoDrawPath()
1412BaseGfxEngine::GetInstance()->FillPath(gfxDstBuffer, param, paint, rect, invalidatedArea, style); in DoFillPath()
[all …]
H A Dui_chart.cpp361 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DoDrawPoint()
474BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, current, xStart, invalidatedArea, barWidth, in DrawDataSerials()
627 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawSmoothPolyLine()
682 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawPolyLine()
821 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawGradientColor()
851 BaseGfxEngine* baseGfxEngine, in SetDrawLineCross()
915 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in GradientColor()
H A Dui_arc_scroll_bar.cpp100BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, *foregroundStyle_, b… in DrawForeground()
111BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, *backgroundStyle_, b… in DrawBackground()
H A Dui_radio_button.cpp90 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in OnDraw()
H A Droot_view.cpp557 BaseGfxEngine::GetInstance()->Flush(flushRect); in Render()
580BaseGfxEngine::GetInstance()->DrawTransform(*dc_.bufferInfo, invalidRect, {0, 0}, Color::Black(), … in Render()
843 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in Render()
853BaseGfxEngine::GetInstance()->FreeBuffer(static_cast<uint8_t*>(dc_.mapBufferInfo->virAddr), BUFFER… in Render()
862 dc_.bufferInfo = BaseGfxEngine::GetInstance()->GetFBBufferInfo(); in Render()
H A Dui_analog_clock.cpp218BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, GetRect(), invalidatedArea, *style_, opaScale… in OnDraw()
285BaseGfxEngine::GetInstance()->DrawTransform(gfxDstBuffer, invalidatedArea, {0, 0}, Color::Black(),… in DrawHandImage()
320BaseGfxEngine::GetInstance()->DrawLine(gfxDstBuffer, start, end, invalidatedArea, hand.width_, han… in DrawHandLine()
H A Dui_box_progress.cpp64BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, rect, invalidatedArea, style, opaScale_); in DrawValidRect()
138 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in DrawRoundCap()
H A Dui_toggle_button.cpp102 BaseGfxEngine* baseGfxEngine = BaseGfxEngine::GetInstance(); in OnDraw()
H A Dui_button.cpp93BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, GetOrigRect(), invalidatedArea, *buttonStyles… in OnDraw()
335BaseGfxEngine::GetInstance()->DrawRect(gfxDstBuffer, button_.GetRect(), invalidatedArea, maskStyle… in DrawMask()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md24BaseGfxEngine** class in [gfx_engine_manager.h](https://gitee.com/openharmony/arkui_ui_lite/blob/m…
26 The **BaseGfxEngine** class has three types of functions:
34 …ed on different platforms, for example, DMA2D, you can inherit from **BaseGfxEngine** of **gfx_eng…
319 class SDLMonitorGfxEngine : public BaseGfxEngine {
395 BaseGfxEngine::GetInstance()->InitEngine(new SDLMonitorGfxEngine());
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/
H A Dui_test_scroll_bar.cpp32 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::CIRCLE); in SetUp()
111 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE); in TearDown()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp137 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::CIRCLE);
143 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE);
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/hi3516/
H A Dhi3516_engine.cpp26 BaseGfxEngine::InitGfxEngine(new Hi3516GfxEngine()); in RegisterHi3516GfxEngine()
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp189 BaseGfxEngine::GetInstance()->AdjustLineStride(bufInfo); in GetCacheBuffer()
223 BaseGfxEngine::GetInstance()->MemoryBarrier(); in RearrangeBitmap()

12