#include "rect_f.h"#include <algorithm>#include <limits>#include "ax_build/build_config.h"#include "base/logging.h"#include "base/numerics/safe_conversions.h"#include "base/string_utils.h"#include "insets_f.h"Go to the source code of this file.
Namespaces | |
| namespace | gfx |
Functions | |
| static void | gfx::AdjustAlongAxis (float dst_origin, float dst_size, float *origin, float *size) |
| RectF | gfx::IntersectRects (const RectF &a, const RectF &b) |
| RectF | gfx::UnionRects (const RectF &a, const RectF &b) |
| RectF | gfx::SubtractRects (const RectF &a, const RectF &b) |
| RectF | gfx::BoundingRect (const PointF &p1, const PointF &p2) |