Lines Matching refs:kind

510             aComboInfo.kind = kThemeComboBox;  in drawNativeControl()
540 aThemeBackgroundInfo.kind = kThemeBrushDialogBackgroundInactive; in drawNativeControl()
629 aPushInfo.kind = kThemeRoundedBevelButton; in drawNativeControl()
633 aPushInfo.kind = kThemePushButtonMini; in drawNativeControl()
638 aPushInfo.kind = kThemePushButtonNormal; in drawNativeControl()
653 aPushInfo.kind = kThemeBevelButton; in drawNativeControl()
681 … case CTRL_RADIOBUTTON: if(rc.size.width >= BUTTON_HEIGHT) aInfo.kind = kThemeRadioButton; in drawNativeControl()
682 else aInfo.kind = kThemeSmallRadioButton; in drawNativeControl()
684 case CTRL_CHECKBOX: if(rc.size.width >= BUTTON_HEIGHT) aInfo.kind = kThemeCheckBox; in drawNativeControl()
685 else aInfo.kind = kThemeSmallCheckBox; in drawNativeControl()
734 aInfo.kind = kThemeDisclosureTriangle; in drawNativeControl()
768 …aTrackInfo.kind = (rc.size.height > 10) ? kThemeProgressBarLarge : kThemeProgressB… in drawNativeControl()
796 aTrackDraw.kind = kThemeSliderMedium; in drawNativeControl()
829 aTrackDraw.kind = kThemeMediumScrollBar; in drawNativeControl()
931 aTabPaneDrawInfo.kind=kHIThemeTabKindNormal; in drawNativeControl()
1007 aListInfo.kind = kThemePopupButton; in drawNativeControl()
1023 aTextDrawInfo.kind=kHIThemeFrameTextFieldSquare; in drawNativeControl()
1044 aTextDrawInfo.kind=kHIThemeFrameTextFieldSquare; in drawNativeControl()
1073 aTextDrawInfo.kind=kHIThemeFrameTextFieldSquare; in drawNativeControl()
1100 aSpinInfo.kind = kThemeIncDecButton; in drawNativeControl()
1171 aTextDrawInfo.kind=kHIThemeFrameListBox; in drawNativeControl()