Searched refs:cgAxes (Results 1 – 1 of 1) sorted by relevance
1763 CFArrayRef cgAxes; member1776 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() local1821 *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() local2394 if (!cgAxes) { in get_axes()2397 CFIndex axisCount = CFArrayGetCount(cgAxes); in get_axes()[all …]