Lines Matching full:right
138 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in setDisplayFrame()
139 __FUNCTION__, mId, frame.left, frame.top, frame.right, in setDisplayFrame()
149 " display frame rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getDisplayFrame()
150 __FUNCTION__, mId, frame.left, frame.top, frame.right, in getDisplayFrame()
179 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in setSourceCrop()
180 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in setSourceCrop()
189 "crop rect-left:%f rect-top:%f rect-right:%f rect-bot:%f", in getSourceCrop()
190 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCrop()
199 crop.right = static_cast<int>(mSourceCrop.right); in getSourceCropInt()
202 "crop rect-left:%d rect-top:%d rect-right:%d rect-bot:%d", in getSourceCropInt()
203 __FUNCTION__, mId, crop.left, crop.top, crop.right, crop.bottom); in getSourceCropInt()