Home
last modified time | relevance | path

Searched refs:valuesCount (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.cpp354 unsigned valuesCount = m_values.size(); in calculateKeyTimesForCalcModePaced() local
355 ASSERT(valuesCount > 1); in calculateKeyTimesForCalcModePaced()
359 for (unsigned n = 0; n < valuesCount - 1; ++n) { in calculateKeyTimesForCalcModePaced()
441 unsigned valuesCount = m_values.size(); in currentValuesForValuesAnimation() local
443 ASSERT(valuesCount > 1); in currentValuesForValuesAnimation()
450 ASSERT(!keyTimesCount || valuesCount == keyTimesCount); in currentValuesForValuesAnimation()
456 index = percent == 1 ? valuesCount - 1 : static_cast<unsigned>(percent * valuesCount); in currentValuesForValuesAnimation()
469 index = static_cast<unsigned>(percent * (valuesCount - 1)); in currentValuesForValuesAnimation()
470 fromPercent = static_cast<float>(index) / (valuesCount - 1); in currentValuesForValuesAnimation()
471 toPercent = static_cast<float>(index + 1) / (valuesCount - 1); in currentValuesForValuesAnimation()
[all …]
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp82 size_t valuesCount = 1024; in runJavaScriptThread() local
83 JSValueRef values[valuesCount]; in runJavaScriptThread()
84 for (size_t i = 0; i < valuesCount; ++i) in runJavaScriptThread()
/external/icu4c/i18n/
Dtzgnames.cpp203 int32_t valuesCount = node->countValues(); in handleMatch() local
204 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
Dtznames_impl.cpp860 int32_t valuesCount = node->countValues(); in handleMatch() local
861 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
/external/icu4c/common/
Duresbund.c2681 int32_t valuesCount = 0; in ures_getKeywordValues() local
2738 for(i=0;k&&i<valuesCount;i++) { in ures_getKeywordValues()
2748 if((valuesCount >= (VALUES_LIST_SIZE-1)) || /* no more space in list .. */ in ures_getKeywordValues()
2753 valuesList[valuesCount++] = valuesBuf+valuesIndex; in ures_getKeywordValues()
2772 valuesIndex, valuesCount); in ures_getKeywordValues()