Searched refs:propertyCount (Results 1 – 2 of 2) sorted by relevance
384 int propertyCount = static_cast<int>(Property::count); in copyProperties() local385 if (length != propertyCount) { in copyProperties()387 propertyCount, length); in copyProperties()
870 int propertyCount = nameValueList.size(); in startAnimation() local871 for (int i = 0; i < propertyCount; ++i) { in startAnimation()