Home | History | Annotate | Download | only in download

Lines Matching refs:mirrored_x

395   int mirrored_x = containing_view->GetMirroredXForRect(background_bounds);
396 background_bounds.set_x(mirrored_x);
397 mirrored_x = containing_view->GetMirroredXForRect(foreground_bounds);
398 foreground_bounds.set_x(mirrored_x);