Searched refs:pDataRef (Results 1 – 1 of 1) sorted by relevance
333 CFDataRef pDataRef = CTFontCopyTable( rCTFont, nTagCode, kCTFontTableOptionExcludeSynthetic); in GetFontTable() local335 if( !pDataRef) in GetFontTable()338 const CFIndex nByteLength = CFDataGetLength( pDataRef); in GetFontTable()344 CFDataGetBytes( pDataRef, aFullRange, (UInt8*)pResultBuf); in GetFontTable()347 CFRelease( pDataRef); in GetFontTable()
Completed in 14 milliseconds