File indexing completed on 2024-05-12 15:59:37

0001 /*
0002  *  SPDX-FileCopyrightText: 2021 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #ifndef KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H
0008 #define KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H
0009 
0010 #include <KoOptimizedPixelDataScalerU8ToU16Base.h>
0011 #include <KoMultiArchBuildSupport.h>
0012 
0013 class KRITAPIGMENT_EXPORT KoOptimizedPixelDataScalerU8ToU16FactoryImpl
0014 {
0015 public:
0016     using ParamType = int;
0017     using ReturnType = KoOptimizedPixelDataScalerU8ToU16Base *;
0018 
0019     template<typename _impl>
0020     static KoOptimizedPixelDataScalerU8ToU16Base* create(int);
0021 };
0022 
0023 #endif // KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H