Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance
231 … auto actualHeight = static_cast<float>(childSize_.Height() + topPadding + bottomPadding); in PerformMeasureSelf() local232 actualHeight = std::min(actualHeight, maxHeight); in PerformMeasureSelf()233 actualHeight = std::max(actualHeight, minHeight); in PerformMeasureSelf()234 …frameSize.SetHeight(maxHeight > defaultHeight ? std::max(defaultHeight, actualHeight) : maxHeight); in PerformMeasureSelf()
1098 uint16_t actualHeight = fileCount > 1 ? (fixedY % height) : fixedY; in GetTimezoneIdByLocation() local1099 std::vector<int> pixel = GetColorData(fixedX, fixedY, actualHeight, preferredPath); in GetTimezoneIdByLocation()1142 uint16_t actualHeight, std::string preferredPath) in GetColorData() argument1166 for (int i = 0; i < (actualHeight + 1); i++) { in GetColorData()
102 uint16_t actualHeight, std::string preferredPath);