fbs/fontandbitmapserver/sfbs/FBSBMP.CPP
changeset 111 29ddb8a72f0e
parent 0 5d03bc08d59c
child 160 969102054596
equal deleted inserted replaced
110:7f25ef56562d 111:29ddb8a72f0e
    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