OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alphaBlend
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp
240
bool
alphaBlend
= false;
242
alphaBlend
= IsThemeBackgroundPartiallyTransparent(scrollbarTheme, part, state);
243
HDC hdc = context->getWindowsContext(rect,
alphaBlend
);
268
context->releaseWindowsContext(hdc, rect,
alphaBlend
);
305
bool
alphaBlend
= false;
307
alphaBlend
= IsThemeBackgroundPartiallyTransparent(scrollbarTheme, SP_BUTTON, xpState);
308
HDC hdc = context->getWindowsContext(rect,
alphaBlend
);
315
context->releaseWindowsContext(hdc, rect,
alphaBlend
);
360
bool
alphaBlend
= false;
362
alphaBlend
= IsThemeBackgroundPartiallyTransparent(scrollbarTheme, scrollbar->orientation() == HorizontalScro (…)
[
all
...]
/external/webkit/WebCore/rendering/
RenderThemeWin.cpp
558
bool
alphaBlend
= false;
560
alphaBlend
= IsThemeBackgroundPartiallyTransparent(theme, themeData.m_part, themeData.m_state);
561
HDC hdc = context->getWindowsContext(r,
alphaBlend
);
611
context->releaseWindowsContext(hdc, r,
alphaBlend
);
[
all
...]
Completed in 293 milliseconds