Searched refs:viewBounds (Results 1 – 5 of 5) sorted by relevance
1045 HIRect viewBounds; // Placement and size for HIView in ScreenUpdateProcess() local1071 HIViewGetBounds(_hiviewRef, &viewBounds); in ScreenUpdateProcess()1072 HIViewConvertRect(&viewBounds, _hiviewRef, NULL); in ScreenUpdateProcess()1081 _lastViewBounds.origin.x = viewBounds.origin.x; in ScreenUpdateProcess()1082 _lastViewBounds.origin.y = viewBounds.origin.y; in ScreenUpdateProcess()1083 _lastViewBounds.size.width = viewBounds.size.width; in ScreenUpdateProcess()1084 _lastViewBounds.size.height = viewBounds.size.height; in ScreenUpdateProcess()1098 if (_lastViewBounds.origin.x != viewBounds.origin.x || in ScreenUpdateProcess()1099 _lastViewBounds.origin.y != viewBounds.origin.y || in ScreenUpdateProcess()1100 _lastViewBounds.size.width != viewBounds.size.width || in ScreenUpdateProcess()[all …]
206 NSRect viewBounds = [[self view] bounds];208 kPadding, 0, kSearchIconDimension, NSHeight(viewBounds))]);210 searchTextField_.reset([[SearchTextField alloc] initWithFrame:viewBounds]);221 NSWidth(viewBounds) - kMenuButtonDimension - kPadding,222 floor(NSMidY(viewBounds) - kMenuButtonDimension / 2),296 NSRect viewBounds = [self bounds];300 textFrameInset_.origin.y = floor(NSMidY(viewBounds) - NSMidY(textBounds));302 textFrameInset_.size.height = NSHeight(viewBounds) - NSHeight(textBounds);303 [self setFrame:viewBounds];
47 NSRect viewBounds = [[viewController_ view] bounds];49 [[InfoBubbleWindow alloc] initWithContentRect:viewBounds
403 LayoutRect viewBounds = viewRect(); in updateImageLoadingPriorities() local410 isVisible = viewBounds.intersects(objectBounds); in updateImageLoadingPriorities()412 isVisible = viewBounds.contains(objectBounds); in updateImageLoadingPriorities()419 screenArea = viewBounds; in updateImageLoadingPriorities()
1385 LayoutRect viewBounds = viewRect(); in updateImageLoadingPriorities() local1391 isVisible = viewBounds.intersects(objectBounds); in updateImageLoadingPriorities()1393 isVisible = viewBounds.contains(objectBounds); in updateImageLoadingPriorities()1400 screenArea = viewBounds; in updateImageLoadingPriorities()