Lines Matching full:static_cast
414 float start_pos = static_cast<float>(kStartAngleDegrees);
417 start_pos = static_cast<float>(start_angle);
419 sweep_angle = static_cast<float>(kMaxDegrees / 100.0 * percent_done);
427 if (sweep_angle < static_cast<float>(kMaxDegrees - 1)) {
490 canvas->SaveLayerAlpha(static_cast<int>(255.0 * opacity), complete_bounds);
526 canvas->SaveLayerAlpha(static_cast<int>(255.0 * opacity), complete_bounds);
593 views::WidgetGtk* widget = static_cast<views::WidgetGtk*>(
614 static_cast<int>(download->start_time().ToTimeT()));
648 static_cast<int>(download->PercentComplete()));
650 static_cast<int>(download->received_bytes()));
658 static_cast<int>(download->PercentComplete()));
660 static_cast<int>(download->received_bytes()));
672 static_cast<int>(download->total_bytes()));
757 taskbar->SetProgressValue(frame, static_cast<int>(progress * 100), 100);