/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPathOpsPoint_DEFINED #define SkPathOpsPoint_DEFINED #include "include/core/SkPoint.h" #include "include/core/SkTypes.h" #include "include/private/base/SkTemplates.h" #include "src/pathops/SkPathOpsTypes.h" inline bool AlmostEqualUlps(const SkPoint& pt1, const SkPoint& pt2) { … } struct SkDVector { … }; struct SkDPoint { … }; #endif