#include <iosfwd>#include <string>#include "base/compiler_specific.h"#include "gfx/gfx_export.h"#include "size.h"Go to the source code of this file.
Classes | |
| class | gfx::SizeF |
Namespaces | |
| namespace | gfx |
Functions | |
| bool | gfx::operator== (const SizeF &lhs, const SizeF &rhs) |
| bool | gfx::operator!= (const SizeF &lhs, const SizeF &rhs) |
| SizeF | gfx::ScaleSize (const SizeF &s, float x_scale, float y_scale) |
| SizeF | gfx::ScaleSize (const SizeF &p, float scale) |
| void | gfx::PrintTo (const SizeF &size, ::std::ostream *os) |