#include "point.h"#include "ax_build/build_config.h"#include "base/string_utils.h"#include "point_conversions.h"#include "point_f.h"Go to the source code of this file.
Namespaces | |
| namespace | gfx |
Functions | |
| Point | gfx::ScaleToCeiledPoint (const Point &point, float x_scale, float y_scale) |
| Point | gfx::ScaleToCeiledPoint (const Point &point, float scale) |
| Point | gfx::ScaleToFlooredPoint (const Point &point, float x_scale, float y_scale) |
| Point | gfx::ScaleToFlooredPoint (const Point &point, float scale) |
| Point | gfx::ScaleToRoundedPoint (const Point &point, float x_scale, float y_scale) |
| Point | gfx::ScaleToRoundedPoint (const Point &point, float scale) |