Home
last modified time | relevance | path

Searched refs:perspectiveX (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp336 result.perspectiveX = perspectivePoint[0]; in decompose()
346 result.perspectiveX = result.perspectiveY = result.perspectiveZ = 0; in decompose()
1048 blendFloat(fromDecomp.perspectiveX, toDecomp.perspectiveX, progress); in blend()
1079 m_matrix[0][3] = (float) decomp.perspectiveX; in recompose()
DTransformationMatrix.h256 double perspectiveX, perspectiveY, perspectiveZ, perspectiveW; member