Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_util.cc426 SkPaint foreground_paint; in PaintDownloadProgress() local
448 foreground_paint.setShader(shader); in PaintDownloadProgress()
449 foreground_paint.setAntiAlias(true); in PaintDownloadProgress()
451 canvas->AsCanvasSkia()->drawPath(path, foreground_paint); in PaintDownloadProgress()
458 foreground_paint); in PaintDownloadProgress()