Home
last modified time | relevance | path

Searched refs:DrawPropertyDrawable (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_content_test.cpp58 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::INVALID, canvas);
65 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::SAVE_ALL, canvas);
71 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::BOUNDS_MATRIX, canvas);
80 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::ALPHA, canvas);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_content.cpp34 void RSRenderContent::DrawPropertyDrawable(RSPropertyDrawableSlot slot, RSPaintFilterCanvas& canvas… in DrawPropertyDrawable() function in OHOS::Rosen::RSRenderContent
51 sharedPtr->DrawPropertyDrawable(slot, *canvasPtr); in DrawPropertyDrawable()
H A Drs_canvas_render_node.cpp139 DrawPropertyDrawable(RSPropertyDrawableSlot::SHADOW, canvas); in ProcessShadowBatching()
188 DrawPropertyDrawable(RSPropertyDrawableSlot::CONTENT_STYLE, canvas); in ProcessRenderContents()
H A Drs_render_node.cpp2203 DrawPropertyDrawable(RSPropertyDrawableSlot::ALPHA, canvas); in ApplyAlpha()
2218 DrawPropertyDrawable(RSPropertyDrawableSlot::RESTORE_ALL, canvas); in ProcessTransitionAfterChildren()
2223 DrawPropertyDrawable(RSPropertyDrawableSlot::RESTORE_ALL, canvas); in ProcessRenderAfterChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_content.h42 void DrawPropertyDrawable(RSPropertyDrawableSlot slot, RSPaintFilterCanvas& canvas) const;
H A Drs_render_node.h839 inline void DrawPropertyDrawable(RSPropertyDrawableSlot slot, RSPaintFilterCanvas& canvas) in DrawPropertyDrawable() function
841 renderContent_->DrawPropertyDrawable(slot, canvas); in DrawPropertyDrawable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp28 content.DrawPropertyDrawable(slot_, canvas); in Draw()