Home | History | Annotate | Download | only in geometry

Lines Matching refs:Size

5 #include "ui/gfx/geometry/size.h"
15 template class SizeBase<Size, int>;
18 Size::Size(const CGSize& s)
19 : SizeBase<Size, int>(s.width, s.height) {
22 Size& Size::operator=(const CGSize& s) {
30 SIZE Size::ToSIZE() const {
31 SIZE s;
37 CGSize Size::ToCGSize() const {
42 std::string Size::ToString() const {