Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGeometry.cpp758 const double xComp = (double) p0.fX * ((double) p1.fY - (double) p2.fY); in calc_dot_cross_cubic() local
761 return (xComp + yComp + wComp); in calc_dot_cross_cubic()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DStateChangeTest.cpp2459 bool xComp = x < kBigSize / 2; in TEST_P() local
2463 bigColors.push_back(xComp ? GLColor::cyan : GLColor::magenta); in TEST_P()
2467 bigColors.push_back(xComp ? GLColor::yellow : GLColor::white); in TEST_P()