/* * Copyright 2020 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef sktext_gpu_SubRunControl_DEFINED #define sktext_gpu_SubRunControl_DEFINED #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include <tuple> class SkFont; class SkMatrix; class SkPaint; class SkReadBuffer; class SkWriteBuffer; struct SkPoint; namespace sktext::gpu { #if !defined(SK_DISABLE_SDF_TEXT) // Two numbers fMatrixMin and fMatrixMax such that if viewMatrix.getMaxScale() is between them then // this SDFT size can be reused. class SDFTMatrixRange { … }; #endif class SubRunControl { … }; } // namespace sktext::gpu #endif // sktext_SubRunControl_DEFINED