Home
last modified time | relevance | path

Searched refs:pxLengthUint64 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp134 …uint64_t pxLengthUint64 = static_cast<uint64_t>(relativeLength) * static_cast<uint64_t>(fullLength… in convertThousandthToPx() local
135 if (pxLengthUint64 > std::numeric_limits<uint32_t>::max()) { in convertThousandthToPx()
139 pxLength = static_cast<uint32_t>(pxLengthUint64); in convertThousandthToPx()