Lines Matching refs:nBufSize
145 const int nBufSize = GetFontTable( "cmap", NULL ); in GetImplFontCharMap() local
146 DBG_ASSERT( (nBufSize > 0), "ImplMacFontData::GetImplFontCharMap : FontGetTable1 failed!\n"); in GetImplFontCharMap()
147 if( nBufSize <= 0 ) in GetImplFontCharMap()
151 ByteVector aBuffer( nBufSize ); in GetImplFontCharMap()
156 DBG_ASSERT( (nBufSize==nRawSize), "ImplMacFontData::GetImplFontCharMap : ByteCount mismatch!\n"); in GetImplFontCharMap()
182 const int nBufSize = GetFontTable( "OS/2", NULL ); in ReadOs2Table() local
183 DBG_ASSERT( (nBufSize > 0), "ImplMacFontData::ReadOs2Table : FontGetTable1 failed!\n"); in ReadOs2Table()
184 if( nBufSize <= 0 ) in ReadOs2Table()
188 ByteVector aBuffer( nBufSize ); in ReadOs2Table()
193 DBG_ASSERT( (nBufSize == nRawSize), "ImplMacFontData::ReadOs2Table : ByteCount mismatch!\n"); in ReadOs2Table()
217 const int nBufSize = GetFontTable( "cmap", NULL ); in ReadMacCmapEncoding() local
218 if( nBufSize <= 0 ) in ReadMacCmapEncoding()
222 ByteVector aBuffer( nBufSize ); in ReadMacCmapEncoding()