Searched refs:regularHeight (Results 1 – 2 of 2) sorted by relevance
333 if (NonPositive(regularHeight)) { in GetLineHeights()334 regularHeight = item.second + mainGap; in GetLineHeights()353 float regularHeight = -1.0f; in GetContentHeight() local358 if (NearZero(regularHeight)) { in GetContentHeight()359 regularHeight = lastRegularMainSize_; in GetContentHeight()362 irregularHeight = regularHeight; in GetContentHeight()428 float regularHeight = -1.0f; in SkipStartIndexByOffset() local435 if (NearZero(regularHeight)) { in SkipStartIndexByOffset()436 regularHeight = lastRegularMainSize_; in SkipStartIndexByOffset()438 lastRegularMainSize_ = regularHeight; in SkipStartIndexByOffset()[all …]
424 …const GridLayoutOptions& options, float mainGap, float& regularHeight, float& irregularHeight) con…