Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_mission_info.cpp44 boundsBottom = parcel.ReadInt32(); in ReadFromParcel()
85 PARCEL_WRITE_HELPER_RET(parcel, Int32, boundsBottom, false); in Marshalling()
162 str += " boundsBottom: " + std::to_string(boundsBottom); in ToString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_mission_info.h39 int32_t boundsBottom = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1131 float boundsBottom = bounds.y_ + bounds.w_; in SetParticleDrawRegion() local
1147 …bottom[i] = std::max(boundsBottom + diameMax + diameMax, position.y_ + emitSize.y_ + diameMax + di… in SetParticleDrawRegion()
1166 bottom[i] = std::max(boundsBottom + imageSizeHeightMax + imageSizeHeightMax, in SetParticleDrawRegion()
1174 boundsBottom = *std::max_element(bottom.begin(), bottom.end()); in SetParticleDrawRegion()
1175 …awRegion(std::make_shared<RectF>(l - bounds.x_, t - bounds.y_, boundsRight - l, boundsBottom - t)); in SetParticleDrawRegion()