Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp167 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* r… in calculateAnimatedValue() argument
169 ASSERT(percentage >= 0 && percentage <= 1); in calculateAnimatedValue()
171 bool isInFirstHalfOfAnimation = percentage < 0.5f; in calculateAnimatedValue()
183 percentage = 1; in calculateAnimatedValue()
214 number = (m_toNumber - m_fromNumber) * percentage + m_fromNumber; in calculateAnimatedValue()
249 …color = ColorDistance(m_fromColor, m_toColor).scaledDistance(percentage).addToColorAndClamp(m_from… in calculateAnimatedValue()
263 if (!percentage) { in calculateAnimatedValue()
265 ASSERT(percentage >= 0); in calculateAnimatedValue()
267 } else if (percentage == 1) { in calculateAnimatedValue()
273 …AnimatedSVGPathByteStream(m_fromPath.get(), m_toPath.get(), results->m_animatedPath, percentage)) { in calculateAnimatedValue()
[all …]
DSVGAnimateMotionElement.cpp180 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned, SVGSMILElement*) in calculateAnimatedValue() argument
200 float positionOnPath = path.length() * percentage; in calculateAnimatedValue()
216 …transform->translate(diff.width() * percentage + m_fromPoint.x(), diff.height() * percentage + m_f… in calculateAnimatedValue()
DSVGAnimateTransformElement.h50 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
DSVGAnimateMotionElement.h44 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
DSVGAnimateTransformElement.cpp132 void SVGAnimateTransformElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILE… in calculateAnimatedValue() argument
146 … = SVGTransformDistance(m_fromTransform, m_toTransform).scaledDistance(percentage).addToSVGTransfo… in calculateAnimatedValue()
DSVGAnimateElement.h49 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
DSVGAnimationElement.h96 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
/external/webkit/Tools/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/clang/test/PCH/
Dobjc_property.h5 float percentage; variable
11 @property float percentage;
/external/expat/tests/
Dminicheck.c151 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
152 int display = (int) (percentage * 100); in srunner_run_all()
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state17 Note: percentage shows a share of a particular caller in the total
Dtickprocessor-test.func-info19 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.default28 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/Source/JavaScriptCore/wtf/text/
DAtomicString.h91 bool percentage(int& p) const { return m_string.percentage(p); } in percentage() function
DWTFString.h275 bool percentage(int& percentage) const;
/external/webkit/PerformanceTests/SunSpider/resources/
Dsunspider-compare-results.js305 var percentage = 100 * diff / mean1;
307 var probablySame = (percentage < 0.1) && !statisticallySignificant;
/external/chromium/base/
Dprocess_util_linux.cc461 int percentage = 100 * (cpu - last_cpu_) / in GetCPUUsage() local
467 return percentage; in GetCPUUsage()
/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/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt39 not or can not be upgraded. Thus a large percentage of code running on a
/external/libvpx/
DCHANGELOG65 Fixed use of motion percentage in KF/GF group calc
168 Encoder speed improvements (percentage gain not measured):
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.pod230 The percentage is relative to # of VBR Expanded Bytes.
303 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
/external/quake/quake/src/QW/
Dqwchangelog.txt194 - added download percentage bar. Displays filename and a bar indicating
195 visual completeness of download and a percentage. Overwrites
/external/mesa3d/docs/
DMESA_swap_frame_usage.spec112 The frame usage is measured as the percentage of the swap period elapsed

123