OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diagonalLength
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.cpp
48
float FloatSize::
diagonalLength
() const
FloatSize.h
97
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/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp
184
gradientLength = gradientSize.
diagonalLength
();
274
gradientLength = gradientSize.
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(
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp
104
float edgeLength = edgeDelta.
diagonalLength
();
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
Completed in 128 milliseconds