/* * Copyright 2022 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef skgpu_graphite_TextAtlasManager_DEFINED #define skgpu_graphite_TextAtlasManager_DEFINED #include "include/gpu/graphite/TextureInfo.h" #include "src/gpu/AtlasTypes.h" #include "src/gpu/graphite/Caps.h" #include "src/gpu/graphite/DrawAtlas.h" namespace sktext::gpu { class Glyph; } class SkGlyph; namespace skgpu::graphite { class Recorder; class UploadList; ////////////////////////////////////////////////////////////////////////////////////////////////// /** The TextAtlasManager manages the lifetime of and access to DrawAtlases used in glyph rendering. */ class TextAtlasManager : public AtlasGenerationCounter { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_TextAtlasManager_DEFINED