Home
last modified time | relevance | path

Searched refs:CubicResampler (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsampling_options.h37 struct CubicResampler { struct
40 static constexpr CubicResampler Mitchell() in Mitchell()
44 static constexpr CubicResampler CatmullRom() in CatmullRom()
62 inline explicit SamplingOptions(const CubicResampler& c) noexcept;
79 CubicResampler cubic = {0, 0};
94 inline SamplingOptions::SamplingOptions(const CubicResampler& c) noexcept : useCubic(true), cubic(c) {} in cubic()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/samplingoptions_fuzzer/
H A Dsampling_options_fuzzer.cpp47 CubicResampler c = CubicResampler::CatmullRom(); in SamplingOptionsFuzzTest000()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dsampling_options_test.cpp64 CubicResampler cubicResampler; in HWTEST_F()
134 CubicResampler cubicResampler; in HWTEST_F()
163 CubicResampler cubicResampler; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_image_test.cpp344 CubicResampler cubicResampler; in HWTEST_F()
471 CubicResampler cubicResampler; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing.h110 using RSCubicResampler = Rosen::Drawing::CubicResampler;

Completed in 3 milliseconds