Lines Matching refs:cgAxes
1763 CFArrayRef cgAxes; member
1776 for (CFIndex i = 0; i < CFArrayGetCount(self->cgAxes); ++i) { in set_non_default_axes()
1777 CFTypeRef cgAxis = CFArrayGetValueAtIndex(self->cgAxes, i); in set_non_default_axes()
1820 AutoCFRelease<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cgFont)); in get_variations() local
1821 *cgAxisCount = CFArrayGetCount(cgAxes); in get_variations()
1827 CFTypeRef cgAxis = CFArrayGetValueAtIndex(cgAxes, i); in get_variations()
1853 NonDefaultAxesContext c = { axisValues->get(), cgAxes.get() }; in get_variations()
2393 AutoCFRelease<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cg)); in get_axes() local
2394 if (!cgAxes) { in get_axes()
2397 CFIndex axisCount = CFArrayGetCount(cgAxes); in get_axes()
2417 CFTypeRef axisInfo = CFArrayGetValueAtIndex(cgAxes, i); in get_axes()
2506 AutoCFRelease<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cg)); in get_axes() local
2507 if (!cgAxes) { in get_axes()
2511 CFIndex axisCount = CFArrayGetCount(cgAxes); in get_axes()
2520 CFTypeRef axisInfo = CFArrayGetValueAtIndex(cgAxes, i); in get_axes()