Searched refs:GetCheckPoints (Results 1 – 1 of 1) sorted by relevance
/test/xts/hats/hdf/display/composer/common/ |
D | hdi_composition_check.cpp | 23 static void GetCheckPoints(Point center, std::vector<Point> &points) in GetCheckPoints() function 90 GetCheckPoints({RECT.x, RECT.y}, points); in Check() 91 GetCheckPoints({RECT.x, RECT.y + RECT.h}, points); in Check() 92 GetCheckPoints({RECT.x + RECT.w, RECT.y}, points); in Check() 93 GetCheckPoints({RECT.x + RECT.w, RECT.y + RECT.h}, points); in Check() 95 … GetCheckPoints({RECT.x + RECT.w / MID_POS, RECT.y + RECT.h / MID_POS}, points); // center point in Check()
|