Searched refs:HDCCache (Results 1 – 2 of 2) sorted by relevance
44 struct HDCCache;114 HDCCache* mpHDCCache; // Cache for three DC's179 struct HDCCache struct
169 pSalData->mpHDCCache = new HDCCache[ CACHESIZE_HDC ]; in ImplInitSalGDI()170 memset( pSalData->mpHDCCache, 0, CACHESIZE_HDC * sizeof( HDCCache ) ); in ImplInitSalGDI()557 HDCCache* pC = &pSalData->mpHDCCache[ nID ]; in ImplGetCachedDC()591 HDCCache* pC = &pSalData->mpHDCCache[ nID ]; in ImplReleaseCachedDC()603 HDCCache* pC = &pData->mpHDCCache[ i ]; in ImplClearHDCCache()
Completed in 23 milliseconds