File indexing completed on 2024-05-19 04:27:27

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     template<typename _impl>
0017     static KoOptimizedPixelDataScalerU8ToU16Base* create(int);
0018 };
0019 
0020 #endif // KoOptimizedPixelDataScalerU8ToU16FACTORYIMPL_H