summaryrefslogtreecommitdiff
path: root/gsk/gskconvexityprivate.h
blob: d7953c037eb3b809b48a15ea225d8bc6ba79ac4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "gskcontourprivate.h"

typedef enum
{
  GSK_CONVEXITY_UNKNOWN,
  GSK_CONVEXITY_CONVEX,
  GSK_CONVEXITY_CONCAVE,
} GskConvexity;

GskConvexity gsk_contour_compute_convexity (const GskContour *contour);