Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx74 CFArrayRef mpCTFontArray; member in CTFontList
497 , mpCTFontArray( NULL ) in CTFontList()
509 if( mpCTFontArray ) in ~CTFontList()
510 CFRelease( mpCTFontArray ); in ~CTFontList()
561 mpCTFontArray = rCT.FontCollectionCreateMatchingFontDescriptors( mpCTFontCollection ); in Init()
562 const int nFontCount = CFArrayGetCount( mpCTFontArray ); in Init()
564 CFArrayApplyFunction( mpCTFontArray, aFullRange, CTFontEnumCallBack, this ); in Init()

Completed in 11 milliseconds