graphicscomposition/openwfcompositionengine/common/include/owfimage.h
branchNewGraphicsArchitecture
changeset 39 a4b63488e0b0
parent 35 3aa07f06a4b7
child 49 0ee978e37eb7
equal deleted inserted replaced
38:352185384b8a 39:a4b63488e0b0
   196         OWF_RECTANGLE*      rectangle;
   196         OWF_RECTANGLE*      rectangle;
   197     } source;
   197     } source;
   198 
   198 
   199     OWF_IMAGE*              mask;
   199     OWF_IMAGE*              mask;
   200     OWFsubpixel             globalAlpha;
   200     OWFsubpixel             globalAlpha;
   201     OWFboolean              destinationFullyOpaque;
       
   202     OWFpixel*               tsColor;
       
   203 } OWF_BLEND_INFO;
   201 } OWF_BLEND_INFO;
   204 
   202 
   205 #define CLIP(a) if (a < 0) a = 0; else if (a > 255) a = 255;
   203 #define CLIP(a) if (a < 0) a = 0; else if (a > 255) a = 255;
   206 
   204 
   207 /*!---------------------------------------------------------------------------
   205 /*!---------------------------------------------------------------------------