Home
last modified time | relevance | path

Searched refs:GetUseCubic (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsampling_options.h66 inline bool GetUseCubic() const;
96 inline bool SamplingOptions::GetUseCubic() const in GetUseCubic() function in OHOS::Rosen::Drawing::SamplingOptions
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/samplingoptions_fuzzer/
H A Dsampling_options_fuzzer.cpp49 sam.GetUseCubic(); in SamplingOptionsFuzzTest000()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.cpp90 if (options.GetUseCubic()) { in ScalePixels()
H A Dskia_convert_utils.h141 if (sampling.GetUseCubic()) { in DrawingSamplingCastToSkSampling()
H A Dskia_shader_effect.cpp81 if (sampling.GetUseCubic()) { in InitWithImage()
H A Dskia_image.cpp454 if (sampling.GetUseCubic()) { in ScalePixels()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dsampling_options_test.cpp80 ASSERT_EQ(false, sampling->GetUseCubic()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp49 LOGI("sampling useCubic = %{public}d, filter = %{public}d, mipmap = %{public}d", sampling.GetUseCubic(), in TestDrawImage()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp270 sampling.GetUseCubic(), sampling.GetFilterMode(), sampling.GetMipmapMode()); in TestDrawImage()

Completed in 10 milliseconds