Home
last modified time | relevance | path

Searched refs:CONTENT_STYLE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp188 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 Drs_canvas_drawing_render_node.cpp154 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 Drs_render_node.cpp189 …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 Drs_canvas_drawing_render_node_test.cpp110 …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 Drs_render_node_test.cpp1414 nodeTest->renderContent_->drawCmdModifiers_[RSModifierType::CONTENT_STYLE].emplace_back(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.h201 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 Drs_modifier_type.h165 CONTENT_STYLE, enumerator
356 { RSModifierType::CONTENT_STYLE, "ContentStyle" },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h65 CONTENT_STYLE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h66 CONTENT_STYLE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp177 { 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 Drosen_render_list.cpp45 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 Drs_drawable.cpp169 RSDrawableSlot::CONTENT_STYLE, // CONTENT_STYLE
238 ModifierGenerator<RSModifierType::CONTENT_STYLE>, // CONTENT_STYLE,
548 dirtySlots.emplace(RSDrawableSlot::CONTENT_STYLE); in CalculateDirtySlots()
H A Drs_misc_drawable.cpp229 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 Drs_extended_modifier_test.cpp211 ASSERT_EQ(contentStyleModifier.GetModifierType(), RSModifierType::CONTENT_STYLE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp125 : static_cast<uint16_t>(RSModifierType::CONTENT_STYLE)); in FinishRecording()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp344 … Rosen::RSModifierType::CONTENT_STYLE, [surfaceNode](const std::shared_ptr<SkCanvas>& canvas) { in DrawBuffer()
353 Rosen::RSModifierType::CONTENT_STYLE, in DrawBuffer()
H A Drosen_render_context.cpp3779 …Rosen::RSModifierType::CONTENT_STYLE, [contentDraw = std::move(contentDraw)](std::shared_ptr<SkCan…
3783 Rosen::RSModifierType::CONTENT_STYLE,