Searched refs:pContourCache (Results 1 – 3 of 3) sorted by relevance
1685 if( pContourCache && pObj ) in ClrContourCache()1687 if( pObj == pContourCache->GetObject( i ) ) in ClrContourCache()1689 pContourCache->ClrObject( i ); in ClrContourCache()1696 if( pContourCache ) in ClrContourCache()1698 for( MSHORT i = 0; i < pContourCache->GetCount(); in ClrContourCache()1699 delete pContourCache->pTextRanger[ i++ ] ) in ClrContourCache()1701 pContourCache->nObjCnt = 0; in ClrContourCache()1702 pContourCache->nPntCnt = 0; in ClrContourCache()1731 if( !pContourCache ) in CalcBoundRect()1732 pContourCache = new SwContourCache; in CalcBoundRect()[all …]
54 SwContourCache *pContourCache = 0; variable92 delete pContourCache; in _TextFinit()
67 extern SwContourCache *pContourCache;
Completed in 27 milliseconds