Searched refs:rowBound (Results 1 – 2 of 2) sorted by relevance
156 …bool UpdateLength(float& len, float targetLen, int32_t& row, int32_t rowBound, float mainGap) cons…
185 bool GridIrregularFiller::UpdateLength(float& len, float targetLen, int32_t& row, int32_t rowBound,… in UpdateLength() argument187 for (; row < rowBound; ++row) { in UpdateLength()