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/common/
Duresbund.cpp2685 int32_t valuesCount = 0; in ures_getKeywordValues() local
2742 for(i=0;k&&i<valuesCount;i++) { in ures_getKeywordValues()
2752 if((valuesCount >= (VALUES_LIST_SIZE-1)) || /* no more space in list .. */ in ures_getKeywordValues()
2757 valuesList[valuesCount++] = valuesBuf+valuesIndex; in ures_getKeywordValues()
2776 valuesIndex, valuesCount); in ures_getKeywordValues()
/external/icu4c/i18n/
Dtznames_impl.cpp759 int32_t valuesCount = node->countValues(); in handleMatch() local
760 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
Dtzgnames.cpp218 int32_t valuesCount = node->countValues(); in handleMatch() local
219 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()