Lines Matching full:right
165 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in setDisplayFrame()
166 __FUNCTION__, mId, frame.left, frame.top, frame.right, in setDisplayFrame()
176 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getDisplayFrame()
177 __FUNCTION__, mId, frame.left, frame.top, frame.right, in getDisplayFrame()
205 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in setSourceCrop()
206 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in setSourceCrop()
215 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in getSourceCrop()
216 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCrop()
225 crop.right = static_cast<int>(mSourceCrop.right); in getSourceCropInt()
228 "crop rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getSourceCropInt()
229 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCropInt()