Searched refs:aTextDrawInfo (Results 1 – 1 of 1) sorted by relevance
1021 HIThemeFrameDrawInfo aTextDrawInfo; in drawNativeControl() local1022 aTextDrawInfo.version=0; in drawNativeControl()1023 aTextDrawInfo.kind=kHIThemeFrameTextFieldSquare; in drawNativeControl()1024 aTextDrawInfo.state=getState( nState ); in drawNativeControl()1025 aTextDrawInfo.isFocused=false; in drawNativeControl()1029 HIThemeDrawFrame(&rc, &aTextDrawInfo, mrContext, kHIThemeOrientationNormal); in drawNativeControl()1042 HIThemeFrameDrawInfo aTextDrawInfo; in drawNativeControl() local1043 aTextDrawInfo.version=0; in drawNativeControl()1044 aTextDrawInfo.kind=kHIThemeFrameTextFieldSquare; in drawNativeControl()1045 aTextDrawInfo.state=getState( nState ); in drawNativeControl()[all …]