idlehomescreen/inc/c_xnutils.h
branchRCL_3
changeset 47 7be2816dbabd
parent 0 f72a12da539e
equal deleted inserted replaced
38:79311d856354 47:7be2816dbabd
    96     * @return The text alignment.
    96     * @return The text alignment.
    97     */
    97     */
    98     IMPORT_C static TGulAlignmentValue TextAlignment( CXnNodePluginIf& aNode );
    98     IMPORT_C static TGulAlignmentValue TextAlignment( CXnNodePluginIf& aNode );
    99 
    99 
   100     /**
   100     /**
       
   101     * Avoid using this method. Produces low quality bitmaps. Rather use
       
   102     * CWindowGc::DrawBitmap and DrawBitmapMasked. These methods will scale 
       
   103     * images on fly and they support HW acceleration.
   101     * Scales the source bitmap into a given rectangle of the target bitmap.
   104     * Scales the source bitmap into a given rectangle of the target bitmap.
   102     * Source and target bitmaps must have the same display mode.
   105     * Source and target bitmaps must have the same display mode.
   103     *
   106     *
   104     * @since S60 v3.1
   107     * @since S60 v3.1
   105     * @param aTrgRect A rectangle area where the source bitmap is scaled.
   108     * @param aTrgRect A rectangle area where the source bitmap is scaled.