Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Idea - drawing speed-up



Am Montag, 6. Dezember 2004 20:28 schrieb Patrick Gleichmann:
> Hi,
> I wonder if adding a
>
>    #define IS_VISIBLE(COL) (COL & 0xFF000000 > 0)
>
> check would speed up drawing operations (osd.c).

Dunno, since sometimes it maybe necessary and wanted to draw a transparent 
pixel to delete a visible one...

Also, you can't be sure that the area is initialized with clrTransparent 
before any drawing takes place.

greetings,
Sascha





Home | Main Index | Thread Index