Skia
2D Graphics Library
SkPath.h File Reference
#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>
Include dependency graph for SkPath.h:
This graph shows which files directly or indirectly include this file:

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...