Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp785 SkPaint fCoveragePaint; member in AAGeometryView
844 fCoveragePaint.setAntiAlias(true); in AAGeometryView()
845 fCoveragePaint.setColor(SK_ColorBLUE); in AAGeometryView()
1528 canvas->drawPath(fPath, fCoveragePaint); in onDrawContent()
1536 canvas->drawBitmap(filteredMap, 0, 0, &fCoveragePaint); in onDrawContent()
1538 canvas->drawBitmap(distMap, 0, 0, &fCoveragePaint); in onDrawContent()