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

  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 241 bool alphaBlend = false;
243 alphaBlend = IsThemeBackgroundPartiallyTransparent(scrollbarTheme, part, state);
245 LocalWindowsContext windowsContext(context, rect, alphaBlend);
311 bool alphaBlend = false;
313 alphaBlend = IsThemeBackgroundPartiallyTransparent(scrollbarTheme, SP_BUTTON, xpState);
315 LocalWindowsContext windowsContext(context, rect, alphaBlend);
365 bool alphaBlend = false;
367 alphaBlend = IsThemeBackgroundPartiallyTransparent(scrollbarTheme, scrollbar->orientation() == HorizontalScrollbar ? SP_THUMBHOR : SP_THUMBVERT, state);
368 HDC hdc = context->getWindowsContext(rect, alphaBlend);
375 context->releaseWindowsContext(hdc, rect, alphaBlend);
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 116 ProgramStore alphaBlend = ProgramStore.BLEND_ALPHA_DEPTH_TEST(mRS);
117 RenderState texRS = new RenderState(genericV, textureF, alphaBlend, null);
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 620 bool alphaBlend = false;
622 alphaBlend = IsThemeBackgroundPartiallyTransparent(theme, themeData.m_part, themeData.m_state);
623 LocalWindowsContext windowsContext(context, r, alphaBlend);
    [all...]

Completed in 514 milliseconds