Searched refs:mActiveHeight (Results 1 – 2 of 2) sorted by relevance
44 mActiveWidth(other.mActiveWidth), mActiveHeight(other.mActiveHeight), in DistortionMapper()190 float mActiveWidth, mActiveHeight; variable
66 mActiveHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfo()248 corrY = std::min(mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrected()263 float scaleY = mActiveHeight / mArrayHeight; in mapRawToCorrectedSimple()271 corrY = std::min(mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrectedSimple()349 float scaleY = mArrayHeight / mActiveHeight; in mapCorrectedToRawImplSimple()