Searched refs:PIXEL_STRETCH (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 104 RSDrawableSlot::PIXEL_STRETCH, // PIXEL_STRETCH 105 RSDrawableSlot::PIXEL_STRETCH, // PIXEL_STRETCH_PERCENT 106 RSDrawableSlot::PIXEL_STRETCH, // PIXEL_STRETCH_TILE_MODE 482 RSDrawableSlot::PIXEL_STRETCH, 495 RSDrawableSlot::PIXEL_STRETCH, 568 if (dirtySlots.count(RSDrawableSlot::PIXEL_STRETCH)) { in CalculateDirtySlots() 616 !drawableVec[static_cast<size_t>(RSDrawableSlot::PIXEL_STRETCH)]) { in FuzeDrawableSlots() 624 auto &stretchDrawable = drawableVec[static_cast<size_t>(RSDrawableSlot::PIXEL_STRETCH)]; in FuzeDrawableSlots() 629 size_t end = static_cast<size_t>(RSDrawableSlot::PIXEL_STRETCH); in FuzeDrawableSlots()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 86 PIXEL_STRETCH, enumerator 108 EXTRA_PROPERTIES_END = PIXEL_STRETCH,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 129 { RSModifierType::PIXEL_STRETCH, RSPropertyDrawableSlot::PIXEL_STRETCH }, 130 { RSModifierType::PIXEL_STRETCH_PERCENT, RSPropertyDrawableSlot::PIXEL_STRETCH }, 131 { RSModifierType::PIXEL_STRETCH_TILE_MODE, RSPropertyDrawableSlot::PIXEL_STRETCH }, 284 dirtySlots.emplace(RSPropertyDrawableSlot::PIXEL_STRETCH); in GenerateDirtySlots()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/ |
H A D | filter_para.h | 42 PIXEL_STRETCH, enumerator
|
H A D | filter_pixel_stretch_para.h | 31 this->type_ = FilterPara::ParaType::PIXEL_STRETCH; in PixelStretchPara()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 215 …DrawPropertyDrawableRange(RSPropertyDrawableSlot::PIXEL_STRETCH, RSPropertyDrawableSlot::RESTORE_A… in ProcessTransitionAfterChildren() 270 …pertyDrawableRange(RSPropertyDrawableSlot::FOREGROUND_STYLE, RSPropertyDrawableSlot::PIXEL_STRETCH, in InternalDrawContent()
|
H A D | rs_render_node.cpp | 1303 if (dirtySlots_.find(RSDrawableSlot::PIXEL_STRETCH) != dirtySlots_.end()) { in CollectAndUpdateLocalPixelStretchRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 100 PIXEL_STRETCH, enumerator 298 { RSModifierType::PIXEL_STRETCH, "PixelStretch" },
|
H A D | rs_modifiers_def.in | 155 DECLARE_ANIMATABLE_MODIFIER(PixelStretch, Vector4f, PIXEL_STRETCH, Replace, Geometry, COARSE)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 87 PIXEL_STRETCH, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_drawable_test.cpp | 124 drawableVec[static_cast<size_t>(RSDrawableSlot::PIXEL_STRETCH)] = stretchDrawable;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 275 RSDrawableSlot slot = RSDrawableSlot::PIXEL_STRETCH;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1442 if (filterPara->GetParaType() == FilterPara::PIXEL_STRETCH) { in SetUICompositingFilter() 1858 …SPixelStretchModifier, RSAnimatableProperty<Vector4f>>(RSModifierType::PIXEL_STRETCH, stretchSize); in SetPixelStretch()
|