Searched defs:ScaleRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Drect_f.h91 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) { function in namespace:gfx
96 inline RectF ScaleRect(const RectF& r, float scale) { function in namespace:gfx
97 return ScaleRect(r, scale, scale);
/external/chromium_org/remoting/base/
H A Dutil.cc68 DCHECK(DoesRectContain(ScaleRect(source_buffer_rect, source_size, dest_size),
177 webrtc::DesktopRect ScaleRect(const webrtc::DesktopRect& rect, function in namespace:remoting
/external/chromium_org/pdf/
H A Dinstance.cc249 void ScaleRect(float scale, pp::Rect* rect) { function in namespace:chrome_pdf::__anon9850
690 ScaleRect(device_scale_, &dirty_rect_scaled);
947 ScaleRect(device_scale_, &location);
977 ScaleRect(1.0f / device_scale_, &location_dip);
1119 ScaleRect(device_scale_, &rc);
1127 ScaleRect(device_scale_, &rc);
1268 ScaleRect(inverse_scale, &scaled_tickmarks[i]);
H A Dout_of_process_instance.cc196 void ScaleRect(float scale, pp::Rect* rect) { function in namespace:chrome_pdf::__anon9854
883 ScaleRect(inverse_scale, &scaled_tickmarks[i]);

Completed in 2622 milliseconds