Lines Matching refs:mnSizeBytes
135 mnSizeBytes ( 0UL ), in ImpGraphic()
152 mnSizeBytes ( rImpGraphic.mnSizeBytes ), in ImpGraphic()
186 mnSizeBytes ( 0UL ), in ImpGraphic()
203 mnSizeBytes ( 0UL ), in ImpGraphic()
219 mnSizeBytes( 0UL ), in ImpGraphic()
237 mnSizeBytes ( 0UL ), in ImpGraphic()
254 mnSizeBytes ( 0UL ), in ImpGraphic()
282 mnSizeBytes = rImpGraphic.mnSizeBytes; in operator =()
459 mnSizeBytes = 0; in ImplClear()
911 if( 0 == mnSizeBytes ) in ImplGetSizeBytes()
917 mnSizeBytes = maSvgData->getSvgDataArrayLength(); in ImplGetSizeBytes()
921 mnSizeBytes = mpAnimation ? mpAnimation->GetSizeBytes() : maEx.GetSizeBytes(); in ImplGetSizeBytes()
926 mnSizeBytes = maMetaFile.GetSizeBytes(); in ImplGetSizeBytes()
930 return( mnSizeBytes ); in ImplGetSizeBytes()