chromium/third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.h

/*
 * Copyright 2011 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef GrPathUtils_DEFINED
#define GrPathUtils_DEFINED

#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/private/base/SkTArray.h"

#include <cstddef>
#include <cstdint>

class SkMatrix;
enum class SkPathFirstDirection;
struct SkRect;

/**
 *  Utilities for evaluating paths.
 */
GrPathUtils  // namespace GrPathUtils

#endif