Home
last modified time | relevance | path

Searched refs:DrawPropertyDrawableRange (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp132DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren()
138DrawPropertyDrawableRange(RSPropertyDrawableSlot::BOUNDS_MATRIX, RSPropertyDrawableSlot::TRANSITIO… in ProcessShadowBatching()
159 DrawPropertyDrawableRange( in PropertyDrawableRender()
163 DrawPropertyDrawableRange( in PropertyDrawableRender()
166 DrawPropertyDrawableRange( in PropertyDrawableRender()
171DrawPropertyDrawableRange(RSPropertyDrawableSlot::TRANSITION, RSPropertyDrawableSlot::CLIP_TO_FRAM… in PropertyDrawableRender()
175 DrawPropertyDrawableRange( in PropertyDrawableRender()
196 DrawPropertyDrawableRange( in ProcessRenderBeforeChildren()
199 DrawPropertyDrawableRange( in ProcessRenderBeforeChildren()
202 DrawPropertyDrawableRange( in ProcessRenderBeforeChildren()
[all …]
H A Drs_render_content.cpp58 void RSRenderContent::DrawPropertyDrawableRange( in DrawPropertyDrawableRange() function in OHOS::Rosen::RSRenderContent
78 sharedPtr->DrawPropertyDrawableRange(begin, end, *canvasPtr); in DrawPropertyDrawableRange()
H A Drs_render_node.cpp2198DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::BOUNDS_MATRIX,… in ApplyBoundsGeometry()
2208DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_content_test.cpp102 …renderContent->DrawPropertyDrawableRange(RSPropertyDrawableSlot::INVALID, RSPropertyDrawableSlot::…
108 renderContent->DrawPropertyDrawableRange(
118 …renderContent->DrawPropertyDrawableRange(RSPropertyDrawableSlot::ALPHA, RSPropertyDrawableSlot::AL…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_content.h43 void DrawPropertyDrawableRange(
H A Drs_render_node.h843 inline void DrawPropertyDrawableRange( in DrawPropertyDrawableRange() function
846 renderContent_->DrawPropertyDrawableRange(begin, end, canvas); in DrawPropertyDrawableRange()