Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsampling_options.h35 struct CubicResampler { struct
38 static constexpr CubicResampler Mitchell() in Mitchell() argument
42 static constexpr CubicResampler CatmullRom() in CatmullRom() argument
53 inline explicit SamplingOptions(const CubicResampler& c) noexcept;
68 CubicResampler cubic = {0, 0};
83 inline SamplingOptions::SamplingOptions(const CubicResampler& c) noexcept : useCubic(true), cubic(c… in SamplingOptions()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dsampling_options_test.cpp64 CubicResampler cubicResampler;
134 CubicResampler cubicResampler;
163 CubicResampler cubicResampler;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/samplingoptions_fuzzer/
H A Dsampling_options_fuzzer.cpp47 CubicResampler c = CubicResampler::CatmullRom(); in SamplingOptionsFuzzTest000()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_image_test.cpp346 CubicResampler cubicResampler;
473 CubicResampler cubicResampler;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing.h110 using RSCubicResampler = Rosen::Drawing::CubicResampler;