class Point

Defined at line 58 of file ../../src/media/third_party/chromium_media/geometry.h

Public Methods

void Point ()

Defined at line 60 of file ../../src/media/third_party/chromium_media/geometry.h

void Point (int x, int y)

Defined at line 61 of file ../../src/media/third_party/chromium_media/geometry.h

int x ()

Defined at line 63 of file ../../src/media/third_party/chromium_media/geometry.h

int y ()

Defined at line 64 of file ../../src/media/third_party/chromium_media/geometry.h

void set_x (int x)

Defined at line 65 of file ../../src/media/third_party/chromium_media/geometry.h

void set_y (int y)

Defined at line 66 of file ../../src/media/third_party/chromium_media/geometry.h

std::string ToString ()

Defined at line 67 of file ../../src/media/third_party/chromium_media/geometry.h