HomeSort by relevance Sort by last modified time
    Searched refs:diagonalLength (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.cpp 40 float FloatSize::diagonalLength() const
FloatSize.h 86 float diagonalLength() const;
  /external/eigen/Eigen/src/Core/
BandMatrix.h 111 return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diagonalLength(N));
117 return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diagonalLength(N));
124 return Block<CoefficientsType,1,Dynamic>(coeffs(), supers()-i, std::max<Index>(0,i), 1, diagonalLength(i));
131 return Block<const CoefficientsType,1,Dynamic>(coeffs(), supers()-i, std::max<Index>(0,i), 1, diagonalLength(i));
154 inline Index diagonalLength(Index i) const
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 165 gradientLength = gradientSize.diagonalLength();
250 gradientLength = gradientSize.diagonalLength();
648 float topLeftDistance = FloatSize(p - topLeft).diagonalLength();
651 float topRightDistance = FloatSize(p - topRight).diagonalLength();
654 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength();
657 float bottomRightDistance = FloatSize(p - bottomRight).diagonalLength();
681 float topLeftDistance = FloatSize(p - topLeft).diagonalLength();
684 float topRightDistance = FloatSize(p - topRight).diagonalLength();
687 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength();
690 float bottomRightDistance = FloatSize(p - bottomRight).diagonalLength();
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 218 Element diagonalLength = doc.createElement(PREFIX + NODE_DIAGONAL_LENGTH);
219 screen.appendChild(diagonalLength);
223 diagonalLength.appendChild(doc.createTextNode(
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 221 milliseconds