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