Skia
2D Graphics Library
|
#include "include/core/SkPoint.h"
#include "include/core/SkSize.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkFloatingPoint.h"
#include "include/private/base/SkSafe32.h"
#include "include/private/base/SkTFitsIn.h"
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | SkIRect |
SkIRect holds four 32-bit integer coordinates describing the upper and lower bounds of a rectangle. More... | |
struct | SkRect |
SkRect holds four float coordinates describing the upper and lower bounds of a rectangle. More... | |