HomeSort by relevance Sort by last modified time
    Searched refs:_attr (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
CandidateWindow.h 43 NSMutableDictionary *_attr; variable
CandidateWindow.m 90 _attr = [[NSMutableDictionary alloc] init];
91 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
92 [_attr setObject:_font forKey:NSFontAttributeName];
121 [_attr setObject:_font forKey:NSFontAttributeName];
168 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
169 [_attr setObject:_font forKey:NSFontAttributeName];
175 NSAttributedString *astr = [[[NSAttributedString alloc] initWithString:str attributes:_attr] autorelease];
207 [_attr release];
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
CandidateWindow.h 43 NSMutableDictionary *_attr; variable
CandidateWindow.m 90 _attr = [[NSMutableDictionary alloc] init];
91 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
92 [_attr setObject:_font forKey:NSFontAttributeName];
121 [_attr setObject:_font forKey:NSFontAttributeName];
168 [_attr setObject:_fgColor forKey:NSForegroundColorAttributeName];
169 [_attr setObject:_font forKey:NSFontAttributeName];
175 NSAttributedString *astr = [[[NSAttributedString alloc] initWithString:str attributes:_attr] autorelease];
207 [_attr release];

Completed in 300 milliseconds