Searched refs:baseColor (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DTapHighlightController.cpp94 static Color highlightColor(Color baseColor, float fractionFadedIn) argument
96 return Color(baseColor.red(), baseColor.green(), baseColor.blue(), int(baseColor.alpha() * fractionFadedIn));
/macosx-10.10/vim-55/runtime/syntax/
H A Dxkb.vim47 syn keyword xkbIdentifier action affect alias allowExplicit approx baseColor button clearLocks color controls cornerRadius count ctrls description driveskbd font fontSize gap group groups height indicator indicatorDrivesKeyboard interpret key keys labelColor latchToLock latchMods left level_name map maximum minimum modifier_map modifiers name offColor onColor outline preserve priority repeat row section section setMods shape slant solid symbols text top type useModMapMods virtualModifier virtualMods virtual_modifiers weight whichModState width
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBoxModelObject.cpp807 Color baseColor; local
810 baseColor = view().frameView().baseBackgroundColor();
811 if (!baseColor.alpha())
820 if (baseColor.alpha()) {
822 baseColor = baseColor.blend(bgColor);
824 context->fillRect(backgroundRectForPainting, baseColor, style().colorSpace(), CompositeCopy);

Completed in 207 milliseconds