Home
last modified time | relevance | path

Searched refs:tempControl (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1689 ControlRef tempControl = control, lastControl = 0; in CalculateVisibleRegion() local
1690 while (tempControl != masterControl) // current control != master in CalculateVisibleRegion()
1698 …osStatus = GetControlRegion(tempControl, kControlStructureMetaPart, tempRgn); // intersect the reg… in CalculateVisibleRegion()
1702 osErr = HIViewConvertRegion(tempRgn, tempControl, rootControl); in CalculateVisibleRegion()
1712 …if (clipChildren || tempControl != control) // clip children if true, cut out the tempControl if i… in CalculateVisibleRegion()
1716 osStatus = CountSubControls(tempControl, &numChildren); // count the subcontrols in CalculateVisibleRegion()
1722 …osErr = GetIndexedSubControl(tempControl, numChildren - i, &subControl); // retrieve the subcontro… in CalculateVisibleRegion()
1780 lastControl = tempControl; in CalculateVisibleRegion()
1781 GetSuperControl(tempControl, &subControl); in CalculateVisibleRegion()
1782 tempControl = subControl; in CalculateVisibleRegion()