Searched refs:pxLengthUint64 (Results 1 – 1 of 1) sorted by relevance
134 …uint64_t pxLengthUint64 = static_cast<uint64_t>(relativeLength) * static_cast<uint64_t>(fullLength… in convertThousandthToPx() local135 if (pxLengthUint64 > std::numeric_limits<uint32_t>::max()) { in convertThousandthToPx()139 pxLength = static_cast<uint32_t>(pxLengthUint64); in convertThousandthToPx()