/* * Copyright 2018 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkGlyphRunPainter_DEFINED #define SkGlyphRunPainter_DEFINED #include "include/core/SkSamplingOptions.h" #include "include/core/SkSurfaceProps.h" #include "src/base/SkZip.h" #include <cstdint> class SkBitmap; class SkCanvas; class SkColorSpace; class SkGlyph; class SkMatrix; class SkPaint; enum SkColorType : int; enum class SkScalerContextFlags : uint32_t; namespace sktext { class GlyphRunList; } struct SkPoint; struct SkRect; class SkGlyphRunListPainterCPU { … }; #endif // SkGlyphRunPainter_DEFINED