Home
last modified time | relevance | path

Searched refs:perspectiveZ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DPerspectiveTransformOperation.cpp54 if (decomp.perspectiveZ) { in blend()
55 double val = -1.0 / decomp.perspectiveZ; in blend()
DTransformationMatrix.cpp344 result.perspectiveZ = perspectivePoint[2]; in decompose()
352 result.perspectiveX = result.perspectiveY = result.perspectiveZ = 0; in decompose()
1444 blendFloat(fromDecomp.perspectiveZ, toDecomp.perspectiveZ, progress); in blend()
1475 m_matrix[2][3] = decomp.perspectiveZ; in recompose()
DTransformationMatrix.h254 double perspectiveX, perspectiveY, perspectiveZ, perspectiveW; member