/* * 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 SkStrokeRec_DEFINED #define SkStrokeRec_DEFINED #include "include/core/SkPaint.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include "include/private/base/SkMacros.h" #include <cmath> #include <cstdint> class SkPath; SK_BEGIN_REQUIRE_DENSE class SK_API SkStrokeRec { … }; SK_END_REQUIRE_DENSE #endif