Searched refs:mActiveWidth (Results 1 – 2 of 2) sorted by relevance
101 mapperInfo->mActiveWidth = static_cast<float>(array.data.i32[2]); in setupStaticInfoLocked()317 corrX = std::min(mapperInfo->mActiveWidth - 1, std::max(0.f, corrX)); in mapRawToCorrected()332 float scaleX = mapperInfo->mActiveWidth / mapperInfo->mArrayWidth; in mapRawToCorrectedSimple()340 corrX = std::min(mapperInfo->mActiveWidth - 1, std::max(0.f, corrX)); in mapRawToCorrectedSimple()418 float scaleX = mapperInfo->mArrayWidth / mapperInfo->mActiveWidth; in mapCorrectedToRawImplSimple()
152 float mActiveWidth, mActiveHeight; member