Searched refs:nPngSize (Results 1 – 1 of 1) sorted by relevance
56 size_t nPngSize = 0; in PICTtoPNG()61 nPngSize = GetHandleSize( hPng); in PICTtoPNG()62 rPngData.realloc( nPngSize); in PICTtoPNG()65 rtl_copyMemory( rPngData.getArray(), ((sal_Int8*)*hPng), nPngSize); in PICTtoPNG()76 return (nPngSize > 0); in PICTtoPNG()152 const size_t nPngSize = [pOut length]; in ImageToPNG() local153 rPngData.realloc( nPngSize); in ImageToPNG()154 [pOut getBytes: rPngData.getArray() length: nPngSize]; in ImageToPNG()155 return (nPngSize > 0); in ImageToPNG()
Completed in 23 milliseconds