Home
last modified time | relevance | path

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

/drivers/peripheral/display/composer/test/common/
H A Dhdi_composition_check.cpp23 static void GetCheckPoints(Point center, std::vector<Point> &points) in GetCheckPoints() argument
26 points.push_back(center); in GetCheckPoints()
27 points.push_back({center.x + STEP, center.y}); in GetCheckPoints()
28 points.push_back({center.x + STEP, center.y + STEP}); in GetCheckPoints()
29 points.push_back({center.x + STEP, center.y - STEP}); in GetCheckPoints()
30 points.push_back({center.x, center.y + STEP}); in GetCheckPoints()
31 points.push_back({center.x - STEP, center.y}); in GetCheckPoints()
32 points.push_back({center.x - STEP, center.y - STEP}); in GetCheckPoints()
33 points.push_back({center.x - STEP, center.y + STEP}); in GetCheckPoints()
34 points in GetCheckPoints()
57 GetCheckColors(const std::vector<LayerSettings> &layers, const std::vector<Point> &points) GetCheckColors() argument
86 std::vector<Point> points; Check() local
[all...]
/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h232 /** Indicates the number of vibration points. */
235 struct CurvePoint points[]; member
/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h103 std::vector<CurvePointVdi> points; member
/drivers/peripheral/vibrator/test/fuzztest/vibratorplayhapticpattern_fuzzer/
H A Dvibratorplayhapticpattern_fuzzer.cpp78 hapticEvent.points.push_back(std::move(curvePoint)); in VibratorPlayHapticPatternTest()
/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp336 for (const auto &point : event.points) { in PlayHapticPattern()
341 hapticEventVdi.points.push_back(std::move(curvePointVdip)); in PlayHapticPattern()

Completed in 3 milliseconds