Home
last modified time | relevance | path

Searched refs:RenderContext (Results 1 - 25 of 493) sorted by relevance

12345678910>>...20

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h39 class RenderContext { class
41 RenderContext();
42 ~RenderContext() noexcept;
45 RenderContext(const RenderContext &) = delete;
46 void operator=(const RenderContext &) = delete;
47 RenderContext(const RenderContext &&) = delete;
48 void operator=(const RenderContext &&) = delete;
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.h28 void Paint(RenderContext& context, const Offset& offset) override;
32 void PaintIndicator(RenderContext& context, const Offset& offset);
33 void PaintMask(RenderContext& context, const Offset& offset) const;
35 void CanvasDrawIndicator(RenderContext& context, const Offset& offset);
36 void PaintFade(RenderContext& context, const Offset& offset);
40 void DrawIndicator(RenderContext& context, const Offset& offset);
41 void DrawIndicatorHoverBackground(RenderContext& context, const Offset& offset);
42 void DrawIndicatorBackground(RenderContext& context, const Offset& offset);
43 void DrawIndicatorItems(RenderContext& context, const Offset& offset);
44 void DrawIndicatorFocus(RenderContext
[all...]
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_rosen_render_context.cpp20 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame()
25 void RenderContext::RequestNextFrame() const in RequestNextFrame()
32 void RenderContext::SetHostNode(const WeakPtr<FrameNode>& host) in SetHostNode()
37 RefPtr<FrameNode> RenderContext::GetHost() const in GetHost()
42 void RenderContext::ToJsonValue(std::unique_ptr<JsonValue>& json) const {} in ToJsonValue()
44 void RenderContext::FromJson(const std::unique_ptr<JsonValue>& json) {} in FromJson()
46 RefPtr<RenderContext> RenderContext::Create() in Create()
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp23 RenderContext::RenderContext() : display_(EGL_NO_DISPLAY), context_(EGL_NO_CONTEXT) {} in RenderContext() function in OHOS::Media::Effect::RenderContext
25 RenderContext::~RenderContext() {} in ~RenderContext()
27 bool RenderContext::Create(RenderContext *sharedContext) in Create()
31 EFFECT_LOGE("RenderContext: unable to get EGL display."); in Create()
38 EFFECT_LOGE("RenderContext: unable to create egl context, code: %{public}d", eglGetError()); in Create()
48 bool RenderContext::Init() in Init()
53 bool RenderContext
[all...]
H A Drender_context.h29 class RenderContext : public RenderObject { class
31 IMAGE_EFFECT_EXPORT RenderContext();
32 IMAGE_EFFECT_EXPORT ~RenderContext();
34 virtual bool Create(RenderContext *sharedContext);
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.h31 void Paint(RenderContext& context, const Offset& offset) override;
33 void PaintLoadingProgress(RenderContext& context, const Offset& offset);
34 void PaintEffectedLoadingProgress(RenderContext& context, const Offset& offset);
35 void PaintRingProgress(RenderContext& context, const Offset& offset);
49 void Paint(RenderContext& context, const Offset& offset) override;
55 void PaintLinearProgress(RenderContext& context, const Offset& offset);
56 void PaintColorSegment(RenderContext& context, const Offset& leftTop, double segmentValue, double xSegment,
58 void PaintBackground(RenderContext& context, const Offset& leftTop, double totalWidth, double height);
59 void PaintSpace(RenderContext& context, const Offset& leftTop, double spaceWidth, double xSpace, double height);
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.h33 void Paint(RenderContext& context, const Offset& offset) override;
37 void PaintWithFocusEffect(RenderContext& context, const Offset& offset);
38 void PaintStickyEffect(RenderContext& context, const Offset& offset);
39 void PaintStickyEffectNoTransparent(RenderContext& context, const Offset& offset);
44 void PaintItemDivider(RenderContext& context);
45 void PaintActiveBackground(RenderContext& context, const Offset& offset);
46 void PaintUniversalBackground(RenderContext& context, const Offset& offset, uint32_t colorVal);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp52 RenderContext renderContext; in HWTEST_F()
71 RenderContext renderContext; in HWTEST_F()
91 RenderContext renderContext; in HWTEST_F()
110 RenderContext renderContext; in HWTEST_F()
129 RenderContext renderContext; in HWTEST_F()
148 RenderContext renderContext; in HWTEST_F()
167 RenderContext renderContext; in HWTEST_F()
186 RenderContext renderContext; in HWTEST_F()
205 RenderContext renderContext; in HWTEST_F()
224 RenderContext renderContex in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drosen_render_rating.h30 void Paint(RenderContext& context, const Offset& offset) override;
31 void PaintFocus(const Offset& offset, double rrectRadius, const Size& boardSize, RenderContext& context) override;
32 void PaintFocusForTABLET(const Offset& offset, double rrectRadius, const Size& boardSize, RenderContext& context);
33 void PaintPress(const Offset& offset, double rrectRadius, const Size& boardSize, RenderContext& context);
34 void PaintRatingBar(RenderContext& context, RSCanvas* canvas);
35 void PaintImageArea(RenderContext& context, const RefPtr<RenderImage>& renderImage, RSCanvas* canvas,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.h53 static bool CheckOpacity(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
54 static bool CheckBrightness(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
56 static bool CheckBlur(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
57 static bool CheckForegroundBlurStyle(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
58 static bool CheckGrayScale(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
59 static bool CheckSaturate(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
60 static bool CheckContrast(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
61 static bool CheckInvert(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
62 static bool CheckSepia(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>& renderContext);
63 static bool CheckHueRotate(const RefPtr<FrameNode>& node, const RefPtr<RenderContext>
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Drender_context.cpp29 RenderContext::RenderContext() in RenderContext() function in OHOS::Media::RenderContext
32 RenderContext::~RenderContext() noexcept
37 bool RenderContext::Init() in Init()
50 bool RenderContext::InitEGLContext() in InitEGLContext()
54 IMAGE_LOGE("RenderContext::Init: eglGetDisplay error: "); in InitEGLContext()
96 bool RenderContext::CreatePbufferSurface() in CreatePbufferSurface()
103 "RenderContext::CreatePbufferSurface failed, error is %{public}x", in CreatePbufferSurface()
111 void RenderContext
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp33 void RenderContext::SetRequestFrame(const std::function<void()>& requestFrame) in SetRequestFrame()
38 void RenderContext::RequestNextFrame() const in RequestNextFrame()
52 void RenderContext::SetHostNode(const WeakPtr<FrameNode>& host) in SetHostNode()
57 RefPtr<FrameNode> RenderContext::GetHost() const in GetHost()
62 FrameNode* RenderContext::GetUnsafeHost() const in GetUnsafeHost()
67 void RenderContext::SetSharedTransitionOptions(const std::shared_ptr<SharedTransitionOption>& option) in SetSharedTransitionOptions()
72 const std::shared_ptr<SharedTransitionOption>& RenderContext::GetSharedTransitionOption() const in GetSharedTransitionOption()
77 void RenderContext::SetShareId(const ShareId& shareId) in SetShareId()
82 const ShareId& RenderContext::GetShareId() const in GetShareId()
87 bool RenderContext
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.h37 void Paint(RenderContext& context, const Offset& offset) override;
52 void PaintMask(RenderContext& context);
53 void PaintBubble(RenderContext& context);
62 void PaintBorder(RenderContext& context);
63 SkCanvas* GetSkCanvas(RenderContext& context);
72 void PaintBorder(RenderContext& context);
73 RSCanvas* GetDrawingCanvas(RenderContext& context);
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drosen_render_tip.h38 void Paint(RenderContext& context, const Offset& offset) override;
42 SkCanvas* GetSkCanvas(RenderContext& context);
43 void PaintTip(RenderContext& context, const Offset& offset);
49 RSCanvas* GetCanvas(RenderContext& context);
50 void PaintTip(RenderContext& context, const Offset& offset);
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_context.h33 class RenderContext : public virtual AceType { class
34 DECLARE_ACE_TYPE(RenderContext, AceType);
37 ~RenderContext() override = default;
39 static RefPtr<RenderContext> Create();
61 RenderContext() = default;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp100 RenderContext::RenderContext() in RenderContext() function in OHOS::Rosen::RenderContext
111 RenderContext::~RenderContext() in ~RenderContext()
134 void RenderContext::CreatePbufferSurface() in CreatePbufferSurface()
150 void RenderContext::InitializeEglContext() in InitializeEglContext()
201 void RenderContext::MakeCurrent(EGLSurface surface, EGLContext context) in MakeCurrent()
215 void RenderContext::SetAndMakeCurrentShareContex(EGLContext shareContext) in SetAndMakeCurrentShareContex()
221 void RenderContext::ShareMakeCurrent(EGLContext shareContext) in ShareMakeCurrent()
226 void RenderContext
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_radio.h31 void Paint(RenderContext& context, const Offset& offset) override;
32 void DrawFocusBorder(RenderContext& context, const Offset& offset);
33 void DrawTouchBoard(const Offset& offset, RenderContext& context);
34 void DrawHoverBoard(const Offset& offset, RenderContext& context);
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_capsule_track.h29 void DrawShape(RenderContext& context, const Offset& offset);
30 void DrawCapsuleProgressAnimation(RenderContext& context, const Offset& offset);
31 void DrawCapsuleProgressVerticalAnimation(RenderContext& context, const Offset& offset);
32 void Paint(RenderContext& context, const Offset& offset) override;
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.h32 void Paint(RenderContext& context, const Offset& offset) override;
36 void PaintOverlayForHoverAndPress(RenderContext& context, const Offset& offset);
39 SkCanvas* GetSkCanvas(RenderContext& context);
42 RSCanvas* GetDrawingCanvas(RenderContext& context);
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_text_path.h29 void Paint(RenderContext& context, const Offset& offset) override;
30 Offset PaintTextPath(RenderContext& context, const Offset& offset);
34 void DrawTextPath(RenderContext& context, PathOffset& pathOffset);
40 double OnDrawTextPath(RenderContext& context, const PathOffset& pathOffset);
H A Drosen_render_svg_text.h29 void Paint(RenderContext& context, const Offset& offset) override;
30 void PaintDirectly(RenderContext& context, const Offset& offset) override;
38 void DrawText(RenderContext& context, DrawOffset& drawOffset);
39 Offset OnDrawText(RenderContext& context, const DrawOffset& drawOffset);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl_test.cpp51 std::unique_ptr<RenderContext> renderContext = std::make_unique<RenderContext>(); in HWTEST_F()
69 RenderContext* renderContext = RenderContextFactory::GetInstance().CreateEngine(); in HWTEST_F()
90 RenderContext* context = RenderContextFactory::GetInstance().CreateNewEngine(); in HWTEST_F()
108 RenderContext* renderContext = RenderContextFactory::GetInstance().CreateEngine(); in HWTEST_F()
129 RenderContext* context = RenderContextFactory::GetInstance().CreateNewEngine(); in HWTEST_F()
177 RenderContext* context = RenderContextFactory::GetInstance().CreateNewEngine(); in HWTEST_F()
193 RenderContext renderContextTest1; in HWTEST_F()
206 RenderContext renderContextTest2; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp331 context_ = IRenderContext::Ptr { new RenderContext(*this, engine) }; in CreateInstance()
346 RenderContext::RenderContext(RenderPluginState& pluginState, IEngine& engine) in RenderContext() function in RenderContext
356 RenderContext::~RenderContext() in ~RenderContext()
391 RenderResultCode RenderContext::Init(const RenderCreateInfo& createInfo) in Init()
473 IDevice& RenderContext::GetDevice() const in GetDevice()
481 IRenderer& RenderContext::GetRenderer() const in GetRenderer()
489 IRenderDataStoreManager& RenderContext::GetRenderDataStoreManager() const in GetRenderDataStoreManager()
497 IRenderNodeGraphManager& RenderContext
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drosen_render_text_overlay.h35 void Paint(RenderContext& context, const Offset& offset) override;
38 void PaintHandles(RenderContext& context) const;
44 void PaintMagnifier(RenderContext& context);
50 void PaintMore(RenderContext& context);
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.h29 void Paint(RenderContext& context, const Offset& offset) override;
31 void PaintShadowLight(RenderContext& context, const Offset& renderOffset, double faceRadius);
32 void RenderDigit(RenderContext& context, const Offset& offset);
42 void Paint(RenderContext& context, const Offset& offset) override;

Completed in 11 milliseconds

12345678910>>...20