Searched refs:mnAllocated (Results 1 – 4 of 4) sorted by relevance
33 : mpBits(0), mnAllocated(0) in RawBitmap()42 mnAllocated = 0; in ~RawBitmap()255 if( nBufSize < mnAllocated ) in Rotate()264 mnAllocated = nBufSize; in Rotate()
1524 if( rRawBitmap.mnAllocated < nNeededSize ) in GetGlyphBitmap1()1527 rRawBitmap.mnAllocated = 2*nNeededSize; in GetGlyphBitmap1()1528 rRawBitmap.mpBits = new unsigned char[ rRawBitmap.mnAllocated ]; in GetGlyphBitmap1()1674 if( rRawBitmap.mnAllocated < nNeededSize ) in GetGlyphBitmap8()1677 rRawBitmap.mnAllocated = 2*nNeededSize; in GetGlyphBitmap8()1678 rRawBitmap.mpBits = new unsigned char[ rRawBitmap.mnAllocated ]; in GetGlyphBitmap8()
324 sal_uLong mnAllocated; member in RawBitmap
60 maRawBitmap.mnAllocated = 0; in X11GlyphPeer()
Completed in 37 milliseconds