OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 191 milliseconds