Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1668 OSStatus osStatus = 0; in CalculateVisibleRegion() local
1679 osStatus = GetSuperControl(rootControl, &masterControl); in CalculateVisibleRegion()
1686 osStatus = GetControlRegion(rootControl, kControlStructureMetaPart, visibleRgn); in CalculateVisibleRegion()
1698osStatus = GetControlRegion(tempControl, kControlStructureMetaPart, tempRgn); // intersect the reg… in CalculateVisibleRegion()
1716 osStatus = CountSubControls(tempControl, &numChildren); // count the subcontrols in CalculateVisibleRegion()
1740osStatus = GetControlRegion(subControl, kControlStructureMetaPart, tempRgn); //get the region of t… in CalculateVisibleRegion()
1743 if(osStatus != 0) in CalculateVisibleRegion()
1754 osStatus = HIViewConvertRegion(tempRgn, subControl, rootControl); in CalculateVisibleRegion()
1757 if(osStatus != 0) in CalculateVisibleRegion()