![]() |
Skia
2D Graphics Library
|
#include "include/core/SkRect.h"#include "include/private/base/SkAPI.h"#include "include/private/base/SkAssert.h"#include "include/private/base/SkDebug.h"#include "include/private/base/SkTypeTraits.h"#include <cstddef>#include <cstdint>#include <type_traits>
Go to the source code of this file.
Classes | |
| class | SkRegion |
| SkRegion describes the set of pixels used to clip SkCanvas. More... | |
| class | SkRegion::Iterator |
| Returns sequence of rectangles, sorted along y-axis, then x-axis, that make up SkRegion. More... | |
| class | SkRegion::Cliperator |
| Returns the sequence of rectangles, sorted along y-axis, then x-axis, that make up SkRegion intersected with the specified clip rectangle. More... | |
| class | SkRegion::Spanerator |
| Returns the line segment ends within SkRegion that intersect a horizontal line. More... | |