Home
last modified time | relevance | path

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

/test/xts/hats/hdf/display/composer/common/
H A Dhdi_composition_check.cpp25 const uint32_t STEP = 3; in GetCheckPoints() local
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()
[all...]

Completed in 1 milliseconds