Searched refs:mRight (Results 1 – 2 of 2) sorted by relevance
142 areaWidth = ( mRight + hRange / 2) * hScale; in transfrom()355 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()
138 mRight(right), in CameraArea()150 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()156 && ( 0 == mRight ) && ( 0 == mWeight )); in isZeroArea()189 ssize_t mRight; variable