Searched defs:ScaleSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dsize_f.cc17 SizeF ScaleSize(const SizeF& s, float x_scale, float y_scale) { function in namespace:gfx
H A Dsize_f.h43 GFX_EXPORT SizeF ScaleSize(const SizeF& p, float x_scale, float y_scale);
45 inline SizeF ScaleSize(const SizeF& p, float scale) { function in namespace:gfx
46 return ScaleSize(p, scale, scale);

Completed in 838 milliseconds