Searched refs:nRawSize (Results 1 – 1 of 1) sorted by relevance
152 const int nRawSize = GetFontTable( "cmap", &aBuffer[0] ); in GetImplFontCharMap() local153 DBG_ASSERT( (nRawSize > 0), "ImplMacFontData::GetImplFontCharMap : ATSFontGetTable2 failed!\n"); in GetImplFontCharMap()154 if( nRawSize <= 0 ) in GetImplFontCharMap()156 DBG_ASSERT( (nBufSize==nRawSize), "ImplMacFontData::GetImplFontCharMap : ByteCount mismatch!\n"); in GetImplFontCharMap()160 if( ParseCMAP( &aBuffer[0], nRawSize, aCmapResult ) ) in GetImplFontCharMap()189 const int nRawSize = GetFontTable( "cmap", &aBuffer[0] ); in ReadOs2Table() local190 DBG_ASSERT( (nRawSize > 0), "ImplMacFontData::ReadOs2Table : ATSFontGetTable2 failed!\n"); in ReadOs2Table()191 if( nRawSize <= 0 ) in ReadOs2Table()193 DBG_ASSERT( (nBufSize == nRawSize), "ImplMacFontData::ReadOs2Table : ByteCount mismatch!\n"); in ReadOs2Table()223 const int nRawSize = GetFontTable( "cmap", &aBuffer[0] ); in ReadMacCmapEncoding() local[all …]
Completed in 22 milliseconds