Home
last modified time | relevance | path

Searched refs:mnAllocated (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/
H A Dglyphcache.hxx324 sal_uLong mnAllocated; member in RawBitmap
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1524 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()
H A Dgcach_rbmp.cxx33 : mpBits(0), mnAllocated(0) in RawBitmap()
42 mnAllocated = 0; in ~RawBitmap()
255 if( nBufSize < mnAllocated ) in Rotate()
264 mnAllocated = nBufSize; in Rotate()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx60 maRawBitmap.mnAllocated = 0; in X11GlyphPeer()

Completed in 35 milliseconds