Home
last modified time | relevance | path

Searched refs:cgAxes (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac.cpp1763 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()
[all …]