Home
last modified time | relevance | path

Searched refs:pDataRef (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx333 CFDataRef pDataRef = CTFontCopyTable( rCTFont, nTagCode, kCTFontTableOptionExcludeSynthetic); in GetFontTable() local
335 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 19 milliseconds