Searched refs:maxIntValues (Results 1 – 1 of 1) sorted by relevance
93 return maxIntValues[prop - UCHAR_INT_START]; in getMaxIntValue()97 int32_t maxIntValues[UCHAR_INT_LIMIT - UCHAR_INT_START]; member in LayoutPropsBuilder109 memset(maxIntValues, 0, sizeof(maxIntValues)); in LayoutPropsBuilder()154 if (value > maxIntValues[prop - UCHAR_INT_START]) { in setIntProp()155 maxIntValues[prop - UCHAR_INT_START] = value; in setIntProp()