webengine/widgetengine/src/Renderer.cpp
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 34 220a17280356
child 48 79859ed3eea9
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
    32 // EXTERNAL FUNCTION PROTOTYPES
    32 // EXTERNAL FUNCTION PROTOTYPES
    33 
    33 
    34 // CONSTANTS
    34 // CONSTANTS
    35 const TUint8 KMaxTransitionCount = 30;
    35 const TUint8 KMaxTransitionCount = 30;
    36 const TInt KMediumResolutionDpi = 200;
    36 const TInt KMediumResolutionDpi = 200;
    37 //NOTE: 5 transitions is plenty for Tube, but mileage may vary 
    37 //NOTE: 5 transitions is plenty for S60_50, but mileage may vary
    38 //      on future high-res devices. 
    38 //      on future high-res devices.
    39 const TUint8 KMinTransitionCount = 5;
    39 const TUint8 KMinTransitionCount = 5;
    40 // LOCAL FUNCTION PROTOTYPES
    40 // LOCAL FUNCTION PROTOTYPES
    41 
    41 
    42 
    42 
    43 // ----------------------------------------------------------------------------
    43 // ----------------------------------------------------------------------------