/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 188 DrawPropertyDrawable(RSPropertyDrawableSlot::CONTENT_STYLE, canvas); in ProcessRenderContents() 255 …ertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::CONTENT_STYLE, canvas); in InternalDrawContent() 257 …pertyDrawableRange(RSPropertyDrawableSlot::OUTLINE, RSPropertyDrawableSlot::CONTENT_STYLE, canvas); in InternalDrawContent()
|
H A D | rs_canvas_drawing_render_node.cpp | 154 ApplyDrawCmdModifier(context, RSModifierType::CONTENT_STYLE); 230 ApplyDrawCmdModifier(context, RSModifierType::CONTENT_STYLE); in PlaybackInCorrespondThread() 423 auto it = GetDrawCmdModifiers().find(RSModifierType::CONTENT_STYLE); in GetSizeFromDrawCmdModifiers() 488 if (type != RSModifierType::CONTENT_STYLE) { in AddDirtyType()
|
H A D | rs_render_node.cpp | 189 …return ((drawCmdModifiers_.size() == 1 && drawCmdModifiers_.count(RSModifierType::CONTENT_STYLE)) … in IsContentNode() 2656 stagingDrawCmdIndex_.contentIndex_ = AppendDrawFunc(RSDrawableSlot::CONTENT_STYLE); in UpdateDisplayList() 4190 … if (slot != RSDrawableSlot::CONTENT_STYLE && slot != RSDrawableSlot::CHILDREN) { // SAVE_FRAME in OnSync() 4354 …hared_ptr<RSDrawable> drawable = drawableVec_[static_cast<int32_t>(RSDrawableSlot::CONTENT_STYLE)]; in SyncPurgeFunc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 110 …gRenderNode.renderContent_->drawCmdModifiers_.emplace(RSModifierType::CONTENT_STYLE, listModifier); 176 …gRenderNode.renderContent_->drawCmdModifiers_.emplace(RSModifierType::CONTENT_STYLE, listModifier); 200 modifierCast->SetType(RSModifierType::CONTENT_STYLE); 229 …gRenderNode.renderContent_->drawCmdModifiers_.emplace(RSModifierType::CONTENT_STYLE, listModifier); 317 rsCanvasDrawingRenderNode.ApplyDrawCmdModifier(contextArgs, RSModifierType::CONTENT_STYLE); 321 auto type = RSModifierType::CONTENT_STYLE; 456 auto type = RSModifierType::CONTENT_STYLE;
|
H A D | rs_render_node_test.cpp | 1414 nodeTest->renderContent_->drawCmdModifiers_[RSModifierType::CONTENT_STYLE].emplace_back(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 201 RSContentStyleModifier() : RSExtendedModifier(RSModifierType::CONTENT_STYLE) in RSContentStyleModifier() 206 return RSModifierType::CONTENT_STYLE; in GetModifierType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 165 CONTENT_STYLE, enumerator 356 { RSModifierType::CONTENT_STYLE, "ContentStyle" },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 65 CONTENT_STYLE, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 66 CONTENT_STYLE, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 177 { RSModifierType::CONTENT_STYLE, RSPropertyDrawableSlot::CONTENT_STYLE }, 226 CustomModifierAdapter<RSModifierType::CONTENT_STYLE>, // CONTENT_STYLE
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | rosen_render_list.cpp | 45 rsNode->DrawOnNode(Rosen::RSModifierType::CONTENT_STYLE, in DrawDividerOnNode() 63 rsNode->DrawOnNode(Rosen::RSModifierType::CONTENT_STYLE, in DrawDividerOnNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 169 RSDrawableSlot::CONTENT_STYLE, // CONTENT_STYLE 238 ModifierGenerator<RSModifierType::CONTENT_STYLE>, // CONTENT_STYLE, 548 dirtySlots.emplace(RSDrawableSlot::CONTENT_STYLE); in CalculateDirtySlots()
|
H A D | rs_misc_drawable.cpp | 229 if (ptr->needClearOp_ && ptr->type_ == RSModifierType::CONTENT_STYLE) { in CreateDrawFunc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_extended_modifier_test.cpp | 211 ASSERT_EQ(contentStyleModifier.GetModifierType(), RSModifierType::CONTENT_STYLE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_node.cpp | 125 : static_cast<uint16_t>(RSModifierType::CONTENT_STYLE)); in FinishRecording()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 344 … Rosen::RSModifierType::CONTENT_STYLE, [surfaceNode](const std::shared_ptr<SkCanvas>& canvas) { in DrawBuffer() 353 Rosen::RSModifierType::CONTENT_STYLE, in DrawBuffer()
|
H A D | rosen_render_context.cpp | 3779 …Rosen::RSModifierType::CONTENT_STYLE, [contentDraw = std::move(contentDraw)](std::shared_ptr<SkCan… 3783 Rosen::RSModifierType::CONTENT_STYLE,
|