Searched refs:ctAxes (Results 1 – 1 of 1) sorted by relevance
2366 static CFNumberRef get_tag_for_name(CFStringRef name, CFArrayRef ctAxes) { in get_tag_for_name() argument2367 CFIndex ctAxisCount = CFArrayGetCount(ctAxes); in get_tag_for_name()2369 CFTypeRef ctAxisInfo = CFArrayGetValueAtIndex(ctAxes, i); in get_tag_for_name()2405 AutoCFRelease<CFArrayRef> ctAxes(CTFontCopyVariationAxes(ct)); in get_axes() local2406 if (!ctAxes || CFArrayGetCount(ctAxes) != axisCount) { in get_axes()2428 CFNumberRef tagNumber = get_tag_for_name(static_cast<CFStringRef>(axisName), ctAxes); in get_axes()