Home
last modified time | relevance | path

Searched defs:RSRenderProperty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp736 template class RSRenderProperty<int>; variable
737 template class RSRenderProperty<float>; variable
739 template class RSRenderProperty<Vector4f>; variable
740 template class RSRenderProperty<Quaternion>; variable
741 template class RSRenderProperty<Vector2f>; variable
742 template class RSRenderProperty<Matrix3f>; variable
743 template class RSRenderProperty<Color>; variable
746 template class RSRenderProperty<RRect>; variable
747 template class RSRenderProperty<Drawing::DrawCmdListPtr>; variable
748 template class RSRenderProperty<ForegroundColorStrategyType>; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h179 RSRenderProperty() : RSRenderPropertyBase(0) {} in RSRenderProperty() function
180RSRenderProperty(const T& value, const PropertyId& id) : RSRenderPropertyBase(id), stagingValue_(v… in RSRenderProperty() function
181 RSRenderProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) in RSRenderProperty() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h76 class RSRenderProperty; variable