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

  /external/webkit/Source/WebCore/platform/graphics/win/
GDIExtras.h 48 inline bool alphaBlendIfSupported(HDC hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, HDC hdcSrc,
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 285 bool success = alphaBlendIfSupported(hdc, dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height(), hmemdc.get(),
535 bool success = alphaBlendIfSupported(hdc, dstRectWin.left, dstRectWin.top, dstRectWin.right - dstRectWin.left, dstRectWin.bottom - dstRectWin.top,
GraphicsContextWinCE.cpp 337 bool success = alphaBlendIfSupported(m_dc, origRect.x(), origRect.y(), origRect.width(), origRect.height(), hdc, 0, 0, bmpRect.right, bmpRect.bottom, blend);
    [all...]

Completed in 53 milliseconds