Searched refs:expCols (Results 1 – 1 of 1) sorted by relevance
40 …uint32_t expCols = static_cast<uint32_t>(ceil(static_cast<float>(displayWidth) / static_cast<float… in IsValid() local41 IF_TRUE_RETURN_VAL_WITH_MSG(expCols != cols, false, in IsValid()42 "invalid cols, expect %{public}u, get %{public}u", expCols, cols); in IsValid()