Home
last modified time | relevance | path

Searched refs:GetSizeBytes (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dalpha.hxx73 sal_uLong GetSizeBytes() const { return Bitmap::GetSizeBytes(); } in GetSizeBytes() function in AlphaMask
H A Dbitmap.hxx478 inline sal_uLong GetSizeBytes() const;
966 inline sal_uLong Bitmap::GetSizeBytes() const in GetSizeBytes() function in Bitmap
H A Dgraph.hxx150 sal_uLong GetSizeBytes() const;
H A Dbitmapex.hxx119 sal_uLong GetSizeBytes() const;
H A Danimate.hxx224 sal_uLong GetSizeBytes() const;
H A Dgdimtf.hxx231 sal_uLong GetSizeBytes() const;
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.cxx51 virtual sal_Int32 GetMemorySize (void) const { return maPreview.GetSizeBytes(); } in GetMemorySize()
125 return maPreview.GetSizeBytes(); in GetMemorySize()
H A DSlsBitmapCache.cxx601 nSize += maPreview.GetSizeBytes(); in GetMemorySize()
602 nSize += maMarkedPreview.GetSizeBytes(); in GetMemorySize()
620 sal_uInt32 nOldSize (maPreview.GetSizeBytes()); in Compress()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2824 sal_uLong GDIMetaFile::GetSizeBytes() const in GetSizeBytes() function in GDIMetaFile
2838 …( META_BMP_ACTION ): nSizeBytes += ( (MetaBmpAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
2839 …SCALE_ACTION ): nSizeBytes += ( (MetaBmpScaleAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
2840 …T_ACTION ): nSizeBytes += ( (MetaBmpScalePartAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
2842 …_BMPEX_ACTION ): nSizeBytes += ( (MetaBmpExAction*) pAction )->GetBitmapEx().GetSizeBytes(); break; in GetSizeBytes()
2843 …E_ACTION ): nSizeBytes += ( (MetaBmpExScaleAction*) pAction )->GetBitmapEx().GetSizeBytes(); break; in GetSizeBytes()
2844 …TION ): nSizeBytes += ( (MetaBmpExScalePartAction*) pAction )->GetBitmapEx().GetSizeBytes(); break; in GetSizeBytes()
2846 …META_MASK_ACTION ): nSizeBytes += ( (MetaMaskAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
2847 …CALE_ACTION ): nSizeBytes += ( (MetaMaskScaleAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
2848 …_ACTION ): nSizeBytes += ( (MetaMaskScalePartAction*) pAction )->GetBitmap().GetSizeBytes(); break; in GetSizeBytes()
H A Danimate.cxx275 sal_uLong Animation::GetSizeBytes() const in GetSizeBytes() function in Animation
277 sal_uLong nSizeBytes = GetBitmapEx().GetSizeBytes(); in GetSizeBytes()
282 nSizeBytes += pAnimBmp->aBmpEx.GetSizeBytes(); in GetSizeBytes()
H A Dbitmapex.cxx360 sal_uLong BitmapEx::GetSizeBytes() const in GetSizeBytes() function in BitmapEx
362 sal_uLong nSizeBytes = aBitmap.GetSizeBytes(); in GetSizeBytes()
365 nSizeBytes += aMask.GetSizeBytes(); in GetSizeBytes()
H A Dimpgraph.cxx921 mnSizeBytes = mpAnimation ? mpAnimation->GetSizeBytes() : maEx.GetSizeBytes(); in ImplGetSizeBytes()
926 mnSizeBytes = maMetaFile.GetSizeBytes(); in ImplGetSizeBytes()
H A Dgraphictools.cxx621 aStr += ::rtl::OString::valueOf( static_cast< sal_Int32 >(maFillGraphic.GetSizeBytes()) ); in toString()
H A Dgraph.cxx546 sal_uLong Graphic::GetSizeBytes() const in GetSizeBytes() function in Graphic
/trunk/main/svx/source/unodraw/
H A Dunobtabl.cxx80 return rGraphic.GetSizeBytes() > 0; in isValid()
/trunk/main/svtools/source/filter/wmf/
H A Dwmf.cxx57 const sal_uLong aB(rGDIMetaFile.GetSizeBytes()); in ConvertWMFToGDIMetaFile()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx323 if(pObj->meType == GRAPHIC_BITMAP && !pObj->IsSwappedOut() && pObj->GetSizeBytes()) in ImplCheckSizeOfSwappedInGraphics()
326 nUsedSize += pObj->GetSizeBytes(); in ImplCheckSizeOfSwappedInGraphics()
356 const sal_uLong nSizeBytes(pObj->GetSizeBytes()); in ImplCheckSizeOfSwappedInGraphics()
H A Dgrfcache.cxx557 nNeededSize = rGraphic.GetSizeBytes(); in GetNeededSize()
H A Dgrfmgr.cxx200 mnSizeBytes = maGraphic.GetSizeBytes(); in ImplAssignGraphicData()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx391 sal_uLong nBytes = aBmp.GetSizeBytes(); in Store()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx402 sal_uLong GetSizeBytes() const { return mnSizeBytes; } in GetSizeBytes() function in GraphicObject
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1490 if( pModel && !mbIsPreview && pModel->IsSwapGraphics() && pGraphic->GetSizeBytes() > 20480 ) in IMPL_LINK()

Completed in 110 milliseconds