/* * 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 SkPathWriter_DEFINED #define SkPathWriter_DEFINED #include "include/core/SkPath.h" #include "include/core/SkPoint.h" #include "include/core/SkScalar.h" #include "include/private/base/SkTArray.h" #include "include/private/base/SkTDArray.h" class SkOpPtT; // Construct the path one contour at a time. // If the contour is closed, copy it to the final output. // Otherwise, keep the partial contour for later assembly. class SkPathWriter { … }; #endif /* defined(__PathOps__SkPathWriter__) */