Home | History | Annotate | Download | only in gfx

Lines Matching refs:SIZE

5 #include "base/gfx/size.h"
19 Size::Size(int width, int height) {
25 Size::Size(const CGSize& s) {
30 Size& Size::operator=(const CGSize& s) {
38 SIZE Size::ToSIZE() const {
39 SIZE s;
45 CGSize Size::ToCGSize() const {
50 void Size::set_width(int width) {
58 void Size::set_height(int height) {
68 std::ostream& operator<<(std::ostream& out, const gfx::Size& s) {