Home
last modified time | relevance | path

Searched refs:linear (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/adapter/khdf/liteos/model/misc/vibrator/
H A DMakefile37 $(PERIPHERAL_VIBRATOR_ROOT)/chipset/linear
44 LOCAL_SRCS += $(PERIPHERAL_VIBRATOR_ROOT)/chipset/linear/vibrator_linear_driver.c
/drivers/hdf_core/adapter/khdf/linux/model/misc/vibrator/
H A DMakefile23 $(VIBRATOR_ROOT_CHIPSET)/chipset/linear/vibrator_linear_driver.o
29 -I$(srctree)/drivers/hdf/peripheral/vibrator/chipset/linear \
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_vgu.h285 * @brief Defines a linear gradient.
289 VGUScalar x1; /* < Horizontal coordinate of the start point of the linear gradient */
290 VGUScalar y1; /* < Vertical coordinate of the start point of the linear gradient */
291 VGUScalar x2; /* < Horizontal coordinate of the end point of the linear gradient */
292 VGUScalar y2; /* < Vertical coordinate of the end point of the linear gradient */
358 VGULinear linear; /* < Linear gradient object */ member
699 * @brief Creates a linear gradient object.
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp609 * @tc.desc: test for colorfilter create blend mode, linear to srgb gamma, luma, matrix
638 OH_Drawing_ColorFilter* linear = OH_Drawing_ColorFilterCreateLinearToSrgbGamma(); in HWTEST_F() local
639 OH_Drawing_FilterSetColorFilter(filter, linear); in HWTEST_F()
663 OH_Drawing_ColorFilterDestroy(linear); in HWTEST_F()

Completed in 6 milliseconds