Searched refs:viewBounds (Results 1 – 1 of 1) sorted by relevance
1036 HIRect viewBounds; // Placement and size for HIView in ScreenUpdateProcess() local1062 HIViewGetBounds(_hiviewRef, &viewBounds); in ScreenUpdateProcess()1063 HIViewConvertRect(&viewBounds, _hiviewRef, NULL); in ScreenUpdateProcess()1072 _lastViewBounds.origin.x = viewBounds.origin.x; in ScreenUpdateProcess()1073 _lastViewBounds.origin.y = viewBounds.origin.y; in ScreenUpdateProcess()1074 _lastViewBounds.size.width = viewBounds.size.width; in ScreenUpdateProcess()1075 _lastViewBounds.size.height = viewBounds.size.height; in ScreenUpdateProcess()1089 if (_lastViewBounds.origin.x != viewBounds.origin.x || in ScreenUpdateProcess()1090 _lastViewBounds.origin.y != viewBounds.origin.y || in ScreenUpdateProcess()1091 _lastViewBounds.size.width != viewBounds.size.width || in ScreenUpdateProcess()[all …]