Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp1281 constexpr float yAxisMax = 8000; in drawErrorCurve() local
1283 const float sy = box.height() / (2 * yAxisMax); in drawErrorCurve()
1292 axes.moveTo(0, -yAxisMax); in drawErrorCurve()
1293 axes.lineTo(0, yAxisMax); in drawErrorCurve()