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

  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.cpp 42 return sqrtf(diagonalLengthSquared());
FloatSize.h 87 float diagonalLengthSquared() const
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnLocalTriangulator.cpp 216 if ((m_vertices[2].xyCoordinates() - m_vertices[0].xyCoordinates()).diagonalLengthSquared() <
217 (m_vertices[3].xyCoordinates() - m_vertices[1].xyCoordinates()).diagonalLengthSquared()) {
228 if ((m_vertices[3].xyCoordinates() - m_vertices[0].xyCoordinates()).diagonalLengthSquared() <
229 (m_vertices[2].xyCoordinates() - m_vertices[1].xyCoordinates()).diagonalLengthSquared()) {
239 if ((m_vertices[1].xyCoordinates() - m_vertices[0].xyCoordinates()).diagonalLengthSquared() <
240 (m_vertices[3].xyCoordinates() - m_vertices[2].xyCoordinates()).diagonalLengthSquared()) {
LoopBlinnMathUtils.cpp 123 return (v0 - v1).diagonalLengthSquared() < Epsilon * Epsilon;

Completed in 72 milliseconds