Home
last modified time | relevance | path

Searched refs:GetCubicCoffC (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsampling_options.h61 inline float GetCubicCoffC() const;
105 inline float SamplingOptions::GetCubicCoffC() const in GetCubicCoffC() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dsampling_options_test.cpp151 ASSERT_EQ(0, sampling->GetCubicCoffC());
166 ASSERT_EQ(0, sampling->GetCubicCoffC());
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/samplingoptions_fuzzer/
H A Dsampling_options_fuzzer.cpp53 sam.GetCubicCoffC(); in SamplingOptionsFuzzTest000()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.cpp91 skSamplingOptions = SkSamplingOptions({ options.GetCubicCoffB(), options.GetCubicCoffC() }); in ScalePixels()
H A Dskia_convert_utils.h142 skSampling = SkSamplingOptions({ sampling.GetCubicCoffB(), sampling.GetCubicCoffC() }); in DrawingSamplingCastToSkSampling()
H A Dskia_shader_effect.cpp82 … samplingOptions = SkSamplingOptions({ sampling.GetCubicCoffB(), sampling.GetCubicCoffC() }); in InitWithImage()
H A Dskia_image.cpp454 samplingOptions = SkSamplingOptions({ sampling.GetCubicCoffB(), sampling.GetCubicCoffC() }); in ScalePixels()