chromium/third_party/skia/include/effects/SkTableMaskFilter.h

/*
 * Copyright 2006 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 SkTableMaskFilter_DEFINED
#define SkTableMaskFilter_DEFINED

#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"

#include <cstdint>

class SkMaskFilter;

/** \class SkTableMaskFilter

    Applies a table lookup on each of the alpha values in the mask.
    Helper methods create some common tables (e.g. gamma, clipping)
 */
// (DEPRECATED) These factory functions are deprecated. The TableMaskFilter will be
// removed entirely in an upcoming release of Skia.
class SK_API SkTableMaskFilter {};

#endif