Searched refs:mActiveHeight (Results 1 – 2 of 2) sorted by relevance
104 mapperInfo->mActiveHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfoLocked()320 corrY = std::min(mapperInfo->mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrected()335 float scaleY = mapperInfo->mActiveHeight / mapperInfo->mArrayHeight; in mapRawToCorrectedSimple()343 corrY = std::min(mapperInfo->mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrectedSimple()421 float scaleY = mapperInfo->mArrayHeight / mapperInfo->mActiveHeight; in mapCorrectedToRawImplSimple()
152 float mActiveWidth, mActiveHeight; member