Searched defs:maxDistance (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.h36 inline long long maxDistance() function in namespace:blink
104 , distance(maxDistance())
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDistance.h62 void setMaxDistance(double maxDistance) { m_maxDistance = maxDistance; } argument
66 double maxDistance() const { return m_maxDistance; } function in class:blink::DistanceEffect
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DPannerNode.h86 double maxDistance() { return m_distanceEffect.maxDistance(); } function in class:blink::FINAL
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp130 const float maxDistance = tcu::length(p1 - p0) + maxPixelDistance; local
132 if (tcu::length(pixelCenterPosition - p0) > maxDistance)
134 if (tcu::length(pixelCenterPosition - p1) > maxDistance)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp979 float maxDistance = topLeftDistance; local
980 if (topRightDistance > maxDistance) {
981 maxDistance = topRightDistance;
985 if (bottomLeftDistance > maxDistance) {
986 maxDistance = bottomLeftDistance;
990 if (bottomRightDistance > maxDistance) {
991 maxDistance = bottomRightDistance;
994 return maxDistance;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 159 milliseconds