HomeSort by relevance Sort by last modified time
    Searched full:blendfunction (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
GDIExtras.h 33 int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION blendFunction);
49 int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION blendFunction)
56 alphaBlendPointer(hdcDest, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest, hdcSrc, nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc, blendFunction);
58 AlphaBlend(hdcDest, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest, hdcSrc, nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc, blendFunction);
GDIExtras.cpp 35 int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, BLENDFUNCTION blendFunction))
QTMovieGWorld.cpp 360 BLENDFUNCTION blendFunction;
361 blendFunction.BlendOp = AC_SRC_OVER;
362 blendFunction.BlendFlags = 0;
363 blendFunction.SourceConstantAlpha = 255;
364 blendFunction.AlphaFormat = AC_SRC_ALPHA;
366 0, 0, m_private->m_width, m_private->m_height, blendFunction);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 159 BLENDFUNCTION bf;
FullscreenVideoController.cpp 547 BLENDFUNCTION blendFunction = {AC_SRC_OVER, 0, 255, AC_SRC_ALPHA};
551 BOOL result = UpdateLayeredWindow(m_hudWindow, 0, &destPoint, &size, bitmapDC, &sourcePoint, 0, &blendFunction, ULW_ALPHA);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 284 static const BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, AC_SRC_ALPHA };
534 static const BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, AC_SRC_ALPHA };
GraphicsContextWinCE.cpp 334 const BLENDFUNCTION blend = { AC_SRC_OVER, 0
    [all...]
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 

Completed in 1018 milliseconds