chromium/third_party/pdfium/core/fxge/dib/fx_dib_unittest.cpp

// Copyright 2024 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "core/fxge/dib/fx_dib.h"

#include <stdint.h>

#include "testing/gtest/include/gtest/gtest.h"

TEST(FxDibTest, ArgbToBGRAStruct) {}

#if defined(PDF_USE_SKIA)
TEST(PreMultiplyTest, PreMultiplyColor) {}

TEST(PreMultiplyTest, PreMultiplyColorFullyTransparent) {}

TEST(PreMultiplyTest, PreMultiplyColorFullyOpaque) {}

TEST(PreMultiplyTest, UnPreMultiplyColor) {}

TEST(PreMultiplyTest, UnPreMultiplyColorFullyTransparent) {}

TEST(PreMultiplyTest, UnPreMultiplyColorFullyOpaque) {}
#endif  // defined(PDF_USE_SKIA)