/* * Copyright 2008 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 SkUnPreMultiply_DEFINED #define SkUnPreMultiply_DEFINED #include "include/core/SkColor.h" #include "include/core/SkTypes.h" #include "include/private/base/SkCPUTypes.h" #include <cstdint> class SK_API SkUnPreMultiply { … }; #endif