Lines Matching refs:fbUpdatingRect
119 hwc_rect_t fbUpdatingRect, int fbZorder) { in prepare() argument
125 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder); in prepare()
131 hwc_rect_t fbUpdatingRect, int fbZorder) { in configure() argument
178 sourceCrop = fbUpdatingRect; in configure()
179 displayFrame = fbUpdatingRect; in configure()
271 hwc_rect_t fbUpdatingRect, int fbZorder) { in prepare() argument
277 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder); in prepare()
284 hwc_display_contents_1 *list, hwc_rect_t fbUpdatingRect, int fbZorder) { in configure() argument
309 hwc_rect_t sourceCrop = fbUpdatingRect; in configure()
310 hwc_rect_t displayFrame = fbUpdatingRect; in configure()
425 hwc_rect_t fbUpdatingRect, int fbZorder) { in configure() argument
457 hwc_rect_t cropL = fbUpdatingRect; in configure()
458 hwc_rect_t cropR = fbUpdatingRect; in configure()
485 if(((fbUpdatingRect.right - fbUpdatingRect.left) > in configure()
500 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2; in configure()