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 D | rs_render_content_test.cpp | 58 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 D | rs_render_content.cpp | 34 void RSRenderContent::DrawPropertyDrawable(RSPropertyDrawableSlot slot, RSPaintFilterCanvas& canvas… in DrawPropertyDrawable() function in OHOS::Rosen::RSRenderContent 51 sharedPtr->DrawPropertyDrawable(slot, *canvasPtr); in DrawPropertyDrawable()
|
H A D | rs_canvas_render_node.cpp | 139 DrawPropertyDrawable(RSPropertyDrawableSlot::SHADOW, canvas); in ProcessShadowBatching() 188 DrawPropertyDrawable(RSPropertyDrawableSlot::CONTENT_STYLE, canvas); in ProcessRenderContents()
|
H A D | rs_render_node.cpp | 2203 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 D | rs_render_content.h | 42 void DrawPropertyDrawable(RSPropertyDrawableSlot slot, RSPaintFilterCanvas& canvas) const;
|
H A D | rs_render_node.h | 839 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 D | rs_property_drawable_utilities.cpp | 28 content.DrawPropertyDrawable(slot_, canvas); in Draw()
|