Home
last modified time | relevance | path

Searched refs:GetResampleOptionsForTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcstretchengine_unittest.cpp82 EXPECT_TRUE(engine.GetResampleOptionsForTest().bInterpolateBilinear); in TEST()
83 EXPECT_FALSE(engine.GetResampleOptionsForTest().bHalftone); in TEST()
84 EXPECT_FALSE(engine.GetResampleOptionsForTest().bNoSmoothing); in TEST()
85 EXPECT_FALSE(engine.GetResampleOptionsForTest().bLossy); in TEST()
H A Dcstretchengine.h124 const FXDIB_ResampleOptions& GetResampleOptionsForTest() const { in GetResampleOptionsForTest() function