fbs/fontandbitmapserver/sfbs/FBSBMP.CPP
branchGCC_SURGE
changeset 125 0fecfaa711d2
parent 111 29ddb8a72f0e
child 160 969102054596
equal deleted inserted replaced
101:8b609b439da2 125:0fecfaa711d2
    21 #include "fbsdefs.h"
    21 #include "fbsdefs.h"
    22 #include "UTILS.H"
    22 #include "UTILS.H"
    23 #include "fbshelper.h"
    23 #include "fbshelper.h"
    24 #include "fbsrasterizer.h"
    24 #include "fbsrasterizer.h"
    25 #include "BitwiseBitmap.inl"
    25 #include "BitwiseBitmap.inl"
    26 #include "fbsmessage.h"
    26 #include "FbsMessage.H"
    27 #include "bitmapconst.h"
    27 #include "bitmapconst.h"
    28 
    28 
    29 const TInt KMaxPixelSize = KMaxTInt / 4; // Maximum pixel size to avoid some overflow problems
    29 const TInt KMaxPixelSize = KMaxTInt / 4; // Maximum pixel size to avoid some overflow problems
    30 const TInt KMaxBitmapHandleBufferSize = KNumBytesPerBitmapHandle * 2000; 	// Maximum size of buffer to store all bitmap handles.
    30 const TInt KMaxBitmapHandleBufferSize = KNumBytesPerBitmapHandle * 2000; 	// Maximum size of buffer to store all bitmap handles.
    31 
    31