Lines Matching full:right
139 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in setDisplayFrame()
140 __FUNCTION__, mId, frame.left, frame.top, frame.right, in setDisplayFrame()
150 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getDisplayFrame()
151 __FUNCTION__, mId, frame.left, frame.top, frame.right, in getDisplayFrame()
180 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in setSourceCrop()
181 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in setSourceCrop()
190 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in getSourceCrop()
191 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCrop()
200 crop.right = static_cast<int>(mSourceCrop.right); in getSourceCropInt()
203 "crop rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getSourceCropInt()
204 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCropInt()