Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 25 of 51) sorted by relevance

123

/external/webkit/WebCore/svg/
DSVGAnimateElement.cpp90 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* r… in calculateAnimatedValue() argument
92 ASSERT(percentage >= 0.f && percentage <= 1.f); in calculateAnimatedValue()
95 percentage = 1.f; in calculateAnimatedValue()
108 double number = (m_toNumber - m_fromNumber) * percentage + m_fromNumber; in calculateAnimatedValue()
122 …Color color = ColorDistance(m_fromColor, m_toColor).scaledDistance(percentage).addToColorAndClamp(… in calculateAnimatedValue()
132 if (percentage == 0) in calculateAnimatedValue()
134 else if (percentage == 1.f) in calculateAnimatedValue()
138 …lts->m_animatedPath = SVGPathSegList::createAnimated(m_fromPath.get(), m_toPath.get(), percentage); in calculateAnimatedValue()
143 …ath = ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || in calculateAnimatedValue()
149 …if ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || per… in calculateAnimatedValue()
DSVGAnimateMotionElement.cpp174 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned, SVGSMILElement*) in calculateAnimatedValue() argument
191 float positionOnPath = path.length() * percentage; in calculateAnimatedValue()
207 …transform->translate(diff.width() * percentage + m_fromPoint.x(), diff.height() * percentage + m_f… in calculateAnimatedValue()
DSVGAnimateTransformElement.cpp106 void SVGAnimateTransformElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILE… in calculateAnimatedValue() argument
121 … = SVGTransformDistance(m_fromTransform, m_toTransform).scaledDistance(percentage).addToSVGTransfo… in calculateAnimatedValue()
DSVGAnimateTransformElement.h50 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
DSVGAnimateMotionElement.h46 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
DSVGAnimateElement.h44 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
DSVGAnimationElement.h100 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
/external/webkit/WebKitTools/Scripts/
Dcheck-dom-results93 my $percentage = (sprintf "%.1f", ($successCount * 100.0 / $count));
95 if ($percentage == 100) {
98 print "${name}: ${successCount} out of ${count} tests succeeded (${percentage}%)";
/external/expat/tests/
Dminicheck.c157 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
158 int display = (int) (percentage * 100); in srunner_run_all()
/external/opencore/android/
Dplayerdriver.cpp111 int *percentage) in GetBufferingPercentage() argument
125 oscl_memcpy(percentage, buffer, sizeof(int)); in GetBufferingPercentage()
128 if (*percentage < 0 || *percentage > 100) in GetBufferingPercentage()
130 LOGE("Invalid percentage value %d", *percentage); in GetBufferingPercentage()
1343 int percentage; in HandleInformationalEvent() local
1352 (GetBufferingPercentage(buffer, size, &percentage))) in HandleInformationalEvent()
1356 LOGI("buffering (%d)", percentage); in HandleInformationalEvent()
1359 mPvPlayer->sendEvent(MEDIA_BUFFERING_UPDATE, percentage); in HandleInformationalEvent()
/external/webkit/V8Binding/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state17 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.default28 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.ignore-unknown24 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.separate-ic30 Note: percentage shows a share of a particular caller in the total
/external/webkit/WebCore/platform/text/
DAtomicString.h89 bool percentage(int& p) const { return m_string.percentage(p); } in percentage() function
DPlatformString.h190 bool percentage(int& percentage) const;
DString.cpp314 bool String::percentage(int& result) const in percentage() function in WebCore::String
/external/webkit/SunSpider/resources/
Dsunspider-compare-results.js305 var percentage = 100 * diff / mean1;
307 var probablySame = (percentage < 0.1) && !statisticallySignificant;
/external/jdiff/src/jdiff/
DAPIComparator.java137 Double percentage = new Double(differs); in compareAPIs() local
138 int approxPercentage = percentage.intValue(); in compareAPIs()
140 System.out.println(" Approximately " + percentage + "% difference between the APIs"); in compareAPIs()
/external/webkit/V8Binding/v8/tools/
Dtickprocessor.py400 percentage = ticks_count * 100.0 / self.total_number_of_ticks
403 'total' : percentage,
/external/e2fsprogs/
DABOUT-NLS177 translation percentage of at least 50%.
414 matrix with full percentage details can be found at
/external/elfutils/
DABOUT-NLS140 translation percentage of at least 50%.
567 matrix with full percentage details can be found at
/external/bison/
DABOUT-NLS177 translation percentage of at least 50%.
604 matrix with full percentage details can be found at
/external/opencore/
DChangeLog118 * Added fix for buffering percentage notification in streaming
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl365 @param multiplier A fractional percentage value, 1.0 is 100%.
834 @param multiplier A fractional percentage value, 1.0 is 100%.

123