Home
last modified time | relevance | path

Searched refs:center (Results 1 - 1 of 1) 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 in GetCheckPoints()
[all...]

Completed in 1 milliseconds