Home | History | Annotate | Download | only in ports

Lines Matching full:farray

2139         : fArray(CTFontDescriptorCreateMatchingFontDescriptors(desc, NULL))
2143 if (NULL == fArray) {
2144 fArray = CFArrayCreate(NULL, NULL, 0, NULL);
2146 fCount = SkToInt(CFArrayGetCount(fArray));
2150 CFRelease(fArray);
2161 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray, index);
2173 SkASSERT((unsigned)index < (unsigned)CFArrayGetCount(fArray));
2174 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray, index);
2187 CFArrayRef fArray;
2196 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray, i);