Home | History | Annotate | Download | only in src

Lines Matching defs:options

763       CFDictionaryRef options = CFDictionaryCreate (kCFAllocatorDefault,
769 if (unlikely (!options))
772 CTTypesetterRef typesetter = CTTypesetterCreateWithAttributedStringAndOptions (attr_string, options);
773 CFRelease (options);