Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_util.cc390 gfx::Rect foreground_bounds(origin_x, origin_y, in PaintDownloadProgress() local
397 mirrored_x = containing_view->GetMirroredXForRect(foreground_bounds); in PaintDownloadProgress()
398 foreground_bounds.set_x(mirrored_x); in PaintDownloadProgress()
429 oval.set(SkIntToScalar(foreground_bounds.x()), in PaintDownloadProgress()
430 SkIntToScalar(foreground_bounds.y()), in PaintDownloadProgress()
431 SkIntToScalar(foreground_bounds.x() + kProgressIconSize), in PaintDownloadProgress()
432 SkIntToScalar(foreground_bounds.y() + kProgressIconSize)); in PaintDownloadProgress()
437 path.lineTo(SkIntToScalar(foreground_bounds.x() + kProgressIconSize / 2), in PaintDownloadProgress()
438 SkIntToScalar(foreground_bounds.y() + kProgressIconSize / 2)); in PaintDownloadProgress()
445 shader_scale.setTranslate(SkIntToScalar(foreground_bounds.x()), in PaintDownloadProgress()
[all …]