Searched refs:fIndicator (Results 1 – 2 of 2) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 560 SkPaint fIndicator; member 571 fIndicator = fOutline; in ControlPaints() 572 fIndicator.setColor(SK_ColorRED); in ControlPaints() 611 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator); in draw() 636 canvas->drawLine(fBounds.fLeft - 5, yPos, fBounds.fRight + 5, yPos, paints.fIndicator); in draw()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 560 SkPaint fIndicator; member 571 fIndicator = fOutline; in ControlPaints() 572 fIndicator.setColor(SK_ColorRED); in ControlPaints() 611 canvas->drawLine(fBounds.fLeft - 5, fYLo, fBounds.fRight + 5, fYLo, paints.fIndicator); in draw() 636 canvas->drawLine(fBounds.fLeft - 5, yPos, fBounds.fRight + 5, yPos, paints.fIndicator); in draw()
|