Subversion Repositories tpanel

Rev

Rev 65 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65 Rev 66
Line 298... Line 298...
298
        return col2;
298
        return col2;
299
 
299
 
300
    return SK_ColorTRANSPARENT; // transparent pixel
300
    return SK_ColorTRANSPARENT; // transparent pixel
301
}
301
}
302
 
302
 
303
Button::POSITION_t TDrawImage::calcImagePosition(int width, int height, int number, int line)
303
Button::POSITION_t TDrawImage::calcImagePosition(int width, int height, int number)
304
{
304
{
305
    DECL_TRACER("TDrawImage::calcImagePosition(int with, int height, CENTER_CODE code, int number)");
305
    DECL_TRACER("TDrawImage::calcImagePosition(int with, int height, CENTER_CODE code, int number)");
306
 
306
 
307
    Button::SR_T act_sr;
307
    Button::SR_T act_sr;
308
    Button::POSITION_t position;
308
    Button::POSITION_t position;