Searched refs:fieldShape_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_particle_noise_field.h | 29 ShapeType fieldShape_; variable 40 …: fieldStrength_(fieldStrength), fieldShape_(fieldShape), fieldSize_(fieldSize), fieldCenter_(fiel… in ParticleNoiseField() 53 …l equal = (this->fieldStrength_ == rhs.fieldStrength_) && (this->fieldShape_ == rhs.fieldShape_) &&
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_particle_noise_field.cpp | 95 if (fieldShape_ == ShapeType::CIRCLE) { in ApplyField() 99 …if (IsPointInField(position, fieldShape_, fieldCenter_, fieldSize_.x_, fieldSize_.y_) && fieldStre… in ApplyField() 121 if (IsPointInField(position, fieldShape_, fieldCenter_, fieldSize_.x_, fieldSize_.y_)) { in ApplyCurlNoise() 136 out += " fieldShape:" + std::to_string(static_cast<int>(field->fieldShape_)); in Dump()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 893 success = success && Marshalling(parcel, val->fieldShape_); in Marshalling()
|