#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