Lines Matching defs:height
1087 uint32_t height = 0;
1088 GetTzDataWidth(filePaths, &width, &height);
1090 double calculateY = x * ((height * fileCount) / (TZ_X_PLUS * TZ_HALF_OF_SIZE * 1.0)) +
1091 (height * fileCount) / (TZ_HALF_OF_SIZE * 1.0);
1094 if (ParamExceedScope(fixedX, fixedY, width, height * fileCount)) {
1095 HILOG_ERROR_I18N("invalid width:%{public}d or height: %{public}d", fixedX, fixedY);
1098 uint16_t actualHeight = fileCount > 1 ? (fixedY % height) : fixedY;
1182 void I18nTimeZone::GetTzDataWidth(std::vector<std::string> filePaths, uint32_t *width, uint32_t *height)
1204 *height = h;
1304 int height = abs(atoi(right.c_str()) - atoi(left.c_str()));
1305 total += static_cast<size_t>(height);