Searched refs:nRawLength (Results 1 – 2 of 2) sorted by relevance
128 ByteCount nRawLength = 0; in GetFontTable() local129 eStatus = ATSFontGetTable( rATSFont, pTagCode, 0, nBufSize, (void*)pResultBuf, &nRawLength ); in GetFontTable()132 DBG_ASSERT( (nBufSize==nRawLength), "AtsFontData::GetFontTable ByteCount mismatch!\n"); in GetFontTable()
233 bool ParseCMAP( const unsigned char* pRawData, int nRawLength, CmapResult& );
Completed in 9 milliseconds