Home
last modified time | relevance | path

Searched refs:boundsRight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_mission_info.cpp43 boundsRight = parcel.ReadInt32(); in ReadFromParcel()
84 PARCEL_WRITE_HELPER_RET(parcel, Int32, boundsRight, false); in Marshalling()
161 str += " boundsRight: " + std::to_string(boundsRight); in ToString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_mission_info.h38 int32_t boundsRight = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1130 float boundsRight = bounds.x_ + bounds.z_; in SetParticleDrawRegion() local
1146 …right[i] = std::max(boundsRight + diameMax + diameMax, position.x_ + emitSize.x_ + diameMax + diam… in SetParticleDrawRegion()
1164 right[i] = std::max(boundsRight + imageSizeWidthMax + imageSizeWidthMax, in SetParticleDrawRegion()
1173 boundsRight = *std::max_element(right.begin(), right.end()); in SetParticleDrawRegion()
1175 …SetDrawRegion(std::make_shared<RectF>(l - bounds.x_, t - bounds.y_, boundsRight - l, boundsBottom … in SetParticleDrawRegion()