Searched refs:boundsRight (Results 1 – 3 of 3) sorted by relevance
43 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()
38 int32_t boundsRight = 0; member
1130 float boundsRight = bounds.x_ + bounds.z_; in SetParticleDrawRegion() local1146 …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()