Home
last modified time | relevance | path

Searched refs:cubic (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsampling_options.h79 CubicResampler cubic = {0, 0}; member in OHOS::Rosen::Drawing::SamplingOptions
94 inline SamplingOptions::SamplingOptions(const CubicResampler& c) noexcept : useCubic(true), cubic(c) {} in cubic() function
113 return cubic.cubicCoffB; in GetCubicCoffB()
118 return cubic.cubicCoffC; in GetCubicCoffC()
123 return a.useCubic == b.useCubic && a.cubic.cubicCoffB == b.cubic.cubicCoffB && in operator ==()
124 a.cubic.cubicCoffC == b.cubic.cubicCoffC && a.filter == b.filter && a.mipmap == b.mipmap; in operator ==()
135 out += " cubic"; in Dump()
136 cubic in Dump()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_scene_config_test.cpp67 spring, interactiveSpring, cubic(float float float float)-->
86 <curve name="cubic">0.2 0.0 0.2 1.0</curve>
94 <curve name="cubic">0.2 0.0 0.2 1.0</curve>
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_config_test.cpp64 spring, interactiveSpring, cubic(float float float float)-->
84 <curve name="cubic">0.2 0.0 0.2 1.0</curve>

Completed in 2 milliseconds