Searched refs:aTrackInfo (Results 1 – 1 of 1) sorted by relevance
766 HIThemeTrackDrawInfo aTrackInfo; in drawNativeControl() local767 aTrackInfo.version = 0; in drawNativeControl()768 …aTrackInfo.kind = (rc.size.height > 10) ? kThemeProgressBarLarge : kThemeProgressB… in drawNativeControl()769 aTrackInfo.bounds = rc; in drawNativeControl()770 aTrackInfo.min = 0; in drawNativeControl()771 aTrackInfo.max = static_cast<SInt32>(rc.size.width); in drawNativeControl()772 aTrackInfo.value = nProgressWidth; in drawNativeControl()773 aTrackInfo.reserved = 0; in drawNativeControl()774 aTrackInfo.bounds.origin.y -= 2; // FIXME: magic for shadow in drawNativeControl()775 aTrackInfo.bounds.size.width -= 2; // FIXME: magic for shadow in drawNativeControl()[all …]