Searched refs:boundsBottom (Results 1 – 3 of 3) sorted by relevance
44 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()
39 int32_t boundsBottom = 0; member
1131 float boundsBottom = bounds.y_ + bounds.w_; in SetParticleDrawRegion() local1147 …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()