Searched refs:pContourCache (Results 1 – 3 of 3) sorted by relevance
1691 if( pContourCache && pObj ) in ClrContourCache()1693 if( pObj == pContourCache->GetObject( i ) ) in ClrContourCache()1695 pContourCache->ClrObject( i ); in ClrContourCache()1702 if( pContourCache ) in ClrContourCache()1704 for( MSHORT i = 0; i < pContourCache->GetCount(); in ClrContourCache()1705 delete pContourCache->pTextRanger[ i++ ] ) in ClrContourCache()1707 pContourCache->nObjCnt = 0; in ClrContourCache()1708 pContourCache->nPntCnt = 0; in ClrContourCache()1737 if( !pContourCache ) in CalcBoundRect()1738 pContourCache = new SwContourCache; in CalcBoundRect()[all …]
54 SwContourCache *pContourCache = 0; variable92 delete pContourCache; in _TextFinit()
67 extern SwContourCache *pContourCache;
Completed in 16 milliseconds