Searched refs:crossCountValue (Results 1 – 1 of 1) sorted by relevance
136 int32_t crossCountValue = 1; in ParseSectionOptions() local137 JSViewAbstract::ParseJsInteger(crossCount, crossCountValue); in ParseSectionOptions()138 if (crossCountValue <= 0) { in ParseSectionOptions()139 crossCountValue = 1; in ParseSectionOptions()141 section.crossCount = crossCountValue; in ParseSectionOptions()