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

  /external/chromium_org/cc/base/
math_util_unittest.cc 36 HomogeneousCoordinate h1(-100, -100, 0, 1);
37 HomogeneousCoordinate h2(-10, -10, 0, 1);
38 HomogeneousCoordinate h3(10, 10, 0, -1);
39 HomogeneousCoordinate h4(100, 100, 0, -1);
math_util.cc 24 static HomogeneousCoordinate ProjectHomogeneousPoint(
33 return HomogeneousCoordinate(0.0, 0.0, 0.0, 1.0);
39 HomogeneousCoordinate result(p.x(), p.y(), z, 1.0);
44 static HomogeneousCoordinate MapHomogeneousPoint(
47 HomogeneousCoordinate result(p.x(), p.y(), p.z(), 1.0);
52 static HomogeneousCoordinate ComputeClippedPointForEdge(
53 const HomogeneousCoordinate& h1,
54 const HomogeneousCoordinate& h2) {
83 return HomogeneousCoordinate(x, y, z, w);
132 HomogeneousCoordinate hc0(result[0], result[1], result[2], result[3])
    [all...]
math_util.h 32 struct HomogeneousCoordinate {
33 HomogeneousCoordinate(SkMScalar x, SkMScalar y, SkMScalar z, SkMScalar w) {
122 const HomogeneousCoordinate& h1,
123 const HomogeneousCoordinate& h2,
124 const HomogeneousCoordinate& h3,
125 const HomogeneousCoordinate& h4);

Completed in 31 milliseconds