Lines Matching refs:GraphicObject

122 		( (GraphicObject*) pObj )->GraphicManagerDestroyed();  in ~GraphicManager()
192 void GraphicManager::ReleaseFromCache( const GraphicObject& /*rObj*/ ) in ReleaseFromCache() argument
200 const Size& rSz, const GraphicObject& rObj, in IsInCache()
209 GraphicObject& rObj, const GraphicAttr& rAttr, in DrawObj()
267 void GraphicManager::ImplRegisterObj( const GraphicObject& rObj, Graphic& rSubstitute, in ImplRegisterObj()
268 const ByteString* pID, const GraphicObject* pCopyObj ) in ImplRegisterObj()
276 void GraphicManager::ImplUnregisterObj( const GraphicObject& rObj ) in ImplUnregisterObj()
284 void GraphicManager::ImplGraphicObjectWasSwappedOut( const GraphicObject& rObj ) in ImplGraphicObjectWasSwappedOut()
291 ByteString GraphicManager::ImplGetUniqueID( const GraphicObject& rObj ) const in ImplGetUniqueID()
302 bool operator() (GraphicObject* p1, GraphicObject* p2) const in operator ()()
318 GraphicObject* pObj = 0; in ImplCheckSizeOfSwappedInGraphics()
319 std::vector< GraphicObject* > aCandidates; in ImplCheckSizeOfSwappedInGraphics()
321 for(pObj = (GraphicObject*)maObjList.First(); pObj; pObj = (GraphicObject*)maObjList.Next()) in ImplCheckSizeOfSwappedInGraphics()
362 GraphicObject* pObj2 = 0; in ImplCheckSizeOfSwappedInGraphics()
365 …for(pObj2 = (GraphicObject*)maObjList.First(); !bExists && pObj2; pObj2 = (GraphicObject*)maObjLis… in ImplCheckSizeOfSwappedInGraphics()
396 sal_Bool GraphicManager::ImplFillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstit… in ImplFillSwappedGraphicObject()
403 void GraphicManager::ImplGraphicObjectWasSwappedIn( const GraphicObject& rObj ) in ImplGraphicObjectWasSwappedIn()
411 const Size& rSz, GraphicObject& rObj, in ImplDraw()
2018 bool GraphicObject::ImplRenderTempTile( VirtualDevice& rVDev, int nExponent, in ImplRenderTempTile()
2061 bool GraphicObject::ImplRenderTileRecursive( VirtualDevice& rVDev, int nExponent, int nMSBFactor, in ImplRenderTileRecursive()
2068 GraphicObject aTmpGraphic; in ImplRenderTileRecursive()
2107 aTmpGraphic = GraphicObject( aTileBitmap ); in ImplRenderTileRecursive()
2239 bool GraphicObject::ImplDrawTiled( OutputDevice* pOut, const Rectangle& rArea, const Size& rSizePix… in ImplDrawTiled()
2275 GraphicObject aAlphaGraphic; in ImplDrawTiled()
2296 GraphicObject aTmpGraphic( aTileBitmap ); in ImplDrawTiled()
2349 bool GraphicObject::ImplDrawTiled( OutputDevice& rOut, const Point& rPosPixel, in ImplDrawTiled()
2399 void GraphicObject::ImplTransformBitmap( BitmapEx& rBmpEx, in ImplTransformBitmap()