HomeSort by relevance Sort by last modified time
    Searched refs:AlphaBlendPointer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
GDIExtras.h 36 AlphaBlendPointerType AlphaBlendPointer();
42 return AlphaBlendPointer();
52 AlphaBlendPointerType alphaBlendPointer = AlphaBlendPointer();
53 if (!alphaBlendPointer)
56 alphaBlendPointer(hdcDest, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest, hdcSrc, nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc, blendFunction);
GDIExtras.cpp 37 AlphaBlendPointerType AlphaBlendPointer()

Completed in 910 milliseconds