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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 390 result.skewXZ = v3Dot(row[0], row[2]);
391 v3Combine(row[2], row[0], row[2], 1.0, -result.skewXZ);
398 result.skewXZ /= result.scaleZ;
    [all...]
TransformationMatrix.h 251 double skewXY, skewXZ, skewYZ;

Completed in 1646 milliseconds