Lines Matching refs:eStatus
1624 …OSStatus eStatus = FSPathMakeRef( reinterpret_cast<const UInt8*>(pDir), &aPathFSRef, &bIsDirectory… in AddTempFontDir() local
1625 …DBG_ASSERTWARNING( (eStatus==noErr) && bIsDirectory, "vcl AddTempFontDir() with invalid directory … in AddTempFontDir()
1626 if( eStatus != noErr ) in AddTempFontDir()
1634 eStatus = ::ATSFontActivateFromFileReference( &aPathFSRef, in AddTempFontDir()
1639 eStatus = ::FSGetCatalogInfo( &aPathFSRef, kFSCatInfoNone, in AddTempFontDir()
1641 if( eStatus != noErr ) in AddTempFontDir()
1644 eStatus = ::ATSFontActivateFromFileSpecification( &aPathFSSpec, in AddTempFontDir()
1648 if( eStatus != noErr ) in AddTempFontDir()
1727 OSStatus eStatus = FSPathMakeRef( (UInt8*)aCFileName.getStr(), &aNewRef, &bIsDirectory ); in AddTempDevFont() local
1728 …DBG_ASSERT( (eStatus==noErr) && !bIsDirectory, "vcl AddTempDevFont() with invalid fontfile name!" … in AddTempDevFont()
1729 if( eStatus != noErr ) in AddTempDevFont()
1736 eStatus = ::ATSFontActivateFromFileReference( &aNewRef, in AddTempDevFont()
1741 eStatus = ::FSGetCatalogInfo( &aNewRef, kFSCatInfoNone, in AddTempDevFont()
1743 if( eStatus != noErr ) in AddTempDevFont()
1746 eStatus = ::ATSFontActivateFromFileSpecification( &aFontFSSpec, in AddTempDevFont()
1750 if( eStatus != noErr ) in AddTempDevFont()