Searched refs:actualHeight (Results 1 – 2 of 2) sorted by relevance
90 …static std::vector<int> GetColorData(const int x, const int y, int actualHeight, std::string prefe…
1067 int actualHeight = pathLen > 1 ? (fixedY % height) : fixedY; in GetTimezoneIdByLocation() local1068 std::vector<int> pixel = GetColorData(fixedX, fixedY, actualHeight, preferredPath); in GetTimezoneIdByLocation()1080 std::vector<int> I18nTimeZone::GetColorData(const int x, const int y, int actualHeight, std::string… in GetColorData() argument1104 for (int i = 0; i < (actualHeight + 1); i++) { in GetColorData()