Searched refs:fYLo (Results 1 – 1 of 1) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 588 SkScalar fYLo; member 610 fYLo = fBounds.fTop + (fValLo - fMin) * fBounds.height() / (fMax - fMin); in draw() 611 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator); in draw() 614 canvas->drawString(label, fBounds.fLeft + 5, fYLo - 5, paints.fValueFont, paints.fValue); in draw() 639 if (yPos < fYLo + 10) { in draw() 640 yPos = fYLo + 10; in draw() 643 SkRect fill = { fBounds.fLeft, fYLo, fBounds.fRight, yPos }; in draw()
|