Lines Matching refs:GetBuffer

421 …if( OpenTTFontFile( aFile.GetBuffer(), m_nCollectionEntry < 0 ? 0 : m_nCollectionEntry, &pTTFont )…  in queryMetricPage()
1017 pUnicodes[i] = *aUni.GetBuffer(); in readAfmMetrics()
1311 if( access( aFilePath.GetBuffer(), R_OK ) ) in analyzeFontFile()
1318 if( ! access( aFilePath.GetBuffer(), R_OK ) ) in analyzeFontFile()
1868 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in analyzeTrueTypeFile()
2006 fprintf( stderr, "could not OpenTTFont \"%s\"\n", aFile.GetBuffer() ); in analyzeTrueTypeFile()
2263 if( ! stat( aFilePath.GetBuffer(), &aStat ) && in initialize()
2361 if( ! stat( aFile.GetBuffer(), &aStat ) in initialize()
3072 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in isFontDownloadingAllowed()
3187 if( access( rPath.GetBuffer(), W_OK ) ) in createWriteablePath()
3196 bSuccess = mkdir( rPath.GetBuffer(), 0777 ) ? false : true; in createWriteablePath()
3244 … if( ! access( ByteString( String(aTo.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3257 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3260 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3266 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3269 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3288 … nError = (FileBase::RC)symlink( aLinkFromPath.GetBuffer(), aLinkToPath.GetBuffer() ); in importFonts()
3305 nError = (FileBase::RC)symlink( aFromPath.GetBuffer(), in importFonts()
3306 aToPath.GetBuffer() ); in importFonts()
3399 fprintf( stderr, "found writable %s\n", aDir.GetBuffer() ); in checkImportPossible()
3515 fprintf( stderr, "try unlink( \"%s\" ) ... ", aFile.GetBuffer() ); in removeFonts()
3517 if( unlink( aFile.GetBuffer() ) ) in removeFonts()
3595 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in getAlternativeFamilyNames()
3686 …if( OpenTTFontFile( aFromFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->… in createFontSubset()
3708 FILE* pOutFile = fopen( aToFile.GetBuffer(), "wb" ); in createFontSubset()
3754 aToFile.GetBuffer(), in createFontSubset()
3780 …if( OpenTTFontFile( aFromFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->… in getGlyphWidths()