Home
last modified time | relevance | path

Searched refs:diagMax (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/samplecode/
H A DSampleClip.cpp179 SkPoint diagMin, diagMax; in test() local
182 diagMax.fX = bounds.fRight; in test()
185 diagMax.fX = bounds.fLeft; in test()
189 diagMax.fY = bounds.fBottom; in test()
192 diagMax.fY = bounds.fTop; in test()
195 SkScalar sign = test*this->eval(diagMax.fX, diagMin.fY); in test()
/third_party/skia/src/core/
H A DSkPath.cpp3725 SkPoint diagMin, diagMax; in test() local
3728 diagMax.fX = bounds.fRight; in test()
3731 diagMax.fX = bounds.fLeft; in test()
3735 diagMax.fY = bounds.fBottom; in test()
3738 diagMax.fY = bounds.fTop; in test()
3741 SkScalar sign = test*this->eval(diagMax.fX, diagMax.fY); in test()

Completed in 8 milliseconds