/external/webkit/Source/WebCore/svg/ |
D | SVGAnimateElement.cpp | 167 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 …]
|
D | SVGAnimateMotionElement.cpp | 180 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()
|
D | SVGAnimateTransformElement.h | 50 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
D | SVGAnimateMotionElement.h | 44 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
D | SVGAnimateTransformElement.cpp | 132 void SVGAnimateTransformElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILE… in calculateAnimatedValue() argument 146 … = SVGTransformDistance(m_fromTransform, m_toTransform).scaledDistance(percentage).addToSVGTransfo… in calculateAnimatedValue()
|
D | SVGAnimateElement.h | 49 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
D | SVGAnimationElement.h | 96 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
/external/webkit/Tools/Scripts/ |
D | check-dom-results | 93 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/ |
D | objc_property.h | 5 float percentage; variable 11 @property float percentage;
|
/external/expat/tests/ |
D | minicheck.c | 151 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/ |
D | tickprocessor-test.gc-state | 17 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.func-info | 19 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.ignore-unknown | 24 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.default | 28 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.separate-ic | 30 Note: percentage shows a share of a particular caller in the total
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | AtomicString.h | 91 bool percentage(int& p) const { return m_string.percentage(p); } in percentage() function
|
D | WTFString.h | 275 bool percentage(int& percentage) const;
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
D | sunspider-compare-results.js | 305 var percentage = 100 * diff / mean1; 307 var probablySame = (percentage < 0.1) && !statisticallySignificant;
|
/external/chromium/base/ |
D | process_util_linux.cc | 461 int percentage = 100 * (cpu - last_cpu_) / in GetCPUUsage() local 467 return percentage; in GetCPUUsage()
|
/external/jdiff/src/jdiff/ |
D | APIComparator.java | 137 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/ |
D | 2001-04-16-DynamicCompilation.txt | 39 not or can not be upgraded. Thus a large percentage of code running on a
|
/external/libvpx/ |
D | CHANGELOG | 65 Fixed use of motion percentage in KF/GF group calc 168 Encoder speed improvements (percentage gain not measured):
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.pod | 230 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/ |
D | qwchangelog.txt | 194 - added download percentage bar. Displays filename and a bar indicating 195 visual completeness of download and a percentage. Overwrites
|
/external/mesa3d/docs/ |
D | MESA_swap_frame_usage.spec | 112 The frame usage is measured as the percentage of the swap period elapsed
|