![]() |
Skia
2D Graphics Library
|
#include "include/core/SkMatrix.h"#include "include/core/SkPathTypes.h"#include "include/core/SkPoint.h"#include "include/core/SkRect.h"#include "include/core/SkRefCnt.h"#include "include/core/SkScalar.h"#include "include/core/SkTypes.h"#include "include/private/base/SkDebug.h"#include "include/private/base/SkTo.h"#include "include/private/base/SkTypeTraits.h"#include <atomic>#include <cstddef>#include <cstdint>#include <initializer_list>#include <tuple>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | SkPath |
| SkPath contain geometry. More... | |
| class | SkPath::Iter |
| Iterates through verb array, and associated SkPoint array and conic weight. More... | |
| class | SkPath::RawIter |
| Use Iter instead. More... | |