Searched refs:fYLo (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 586 SkScalar fYLo; member 608 fYLo = fBounds.fTop + (fValLo - fMin) * fBounds.height() / (fMax - fMin); in draw() 609 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator); in draw() 612 canvas->drawString(label, fBounds.fLeft + 5, fYLo - 5, paints.fValueFont, paints.fValue); in draw() 637 if (yPos < fYLo + 10) { in draw() 638 yPos = fYLo + 10; in draw() 641 SkRect fill = { fBounds.fLeft, fYLo, fBounds.fRight, yPos }; in draw()
|