Searched refs:mBottom (Results 1 – 4 of 4) sorted by relevance
140 areaHeight = ( mBottom + vRange / 2 ) * vScale; in transfrom()355 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()
138 areaHeight = ( mBottom + vRange / 2 ) * vScale; in transfrom()353 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()
139 mBottom(bottom), in CameraArea()152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()190 ssize_t mBottom; variable
195 mBottom(bottom), in CameraArea()208 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()213 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()246 ssize_t mBottom; variable