Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleClip.cpp179 SkPoint diagMin, diagMax; in test() local
181 diagMin.fX = bounds.fLeft; in test()
184 diagMin.fX = bounds.fRight; in test()
188 diagMin.fY = bounds.fTop; in test()
191 diagMin.fY = bounds.fBottom; in test()
194 SkScalar test = this->eval(diagMin.fX, diagMin.fY); 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
3727 diagMin.fX = bounds.fLeft; in test()
3730 diagMin.fX = bounds.fRight; in test()
3734 diagMin.fY = bounds.fTop; in test()
3737 diagMin.fY = bounds.fBottom; in test()
3740 SkScalar test = this->eval(diagMin.fX, diagMin.fY); in test()

Completed in 8 milliseconds