Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGeometry.cpp759 const double yComp = (double) p0.fY * ((double) p2.fX - (double) p1.fX); 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.cpp2460 bool yComp = y < kBigSize / 2; in TEST_P() local
2461 if (yComp) in TEST_P()