Home
last modified time | relevance | path

Searched refs:ImpNodeCache (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dimpoct.hxx128 class ImpNodeCache class
138 ImpNodeCache( const sal_uLong nInitSize );
139 ~ImpNodeCache();
147 inline OctreeNode* ImpNodeCache::ImplGetFreeNode() in ImplGetFreeNode()
166 inline void ImpNodeCache::ImplReleaseNode( OctreeNode* pNode ) in ImplReleaseNode()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx61 class ImpNodeCache;
75 ImpNodeCache* pNodeCache;
/trunk/main/vcl/source/gdi/
H A Doctree.cxx44 ImpNodeCache::ImpNodeCache( const sal_uLong nInitSize ) : in ImpNodeCache() function in ImpNodeCache
60 ImpNodeCache::~ImpNodeCache() in ~ImpNodeCache()
81 pNodeCache = new ImpNodeCache( nColors ); in Octree()
93 pNodeCache = new ImpNodeCache( nColors ); in Octree()

Completed in 24 milliseconds