Searched refs:BRIGHTNESS (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCAFiltersMac.mm146 case FilterOperation::BRIGHTNESS: {
252 case FilterOperation::BRIGHTNESS: {
416 case FilterOperation::BRIGHTNESS: {
523 case FilterOperation::BRIGHTNESS: {
607 case FilterOperation::BRIGHTNESS: return 1;
620 case FilterOperation::BRIGHTNESS: return 3;
639 case FilterOperation::BRIGHTNESS: return "inputColorMatrix";
648 case FilterOperation::BRIGHTNESS:
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterOperation.cpp136 case BRIGHTNESS:
H A DFilterOperation.h61 BRIGHTNESS, enumerator in enum:WebCore::FilterOperation::OperationType
98 return m_type == INVERT || m_type == BRIGHTNESS || m_type == CONTRAST || m_type == OPACITY;
251 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp385 case FilterOperation::BRIGHTNESS:
410 case FilterOperation::BRIGHTNESS:
469 case FilterOperation::BRIGHTNESS:
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFilterEffectRenderer.cpp252 case FilterOperation::BRIGHTNESS: {
/macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp82 case FilterOperation::BRIGHTNESS:
132 case FilterOperation::BRIGHTNESS:
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.cpp1732 case FilterOperation::BRIGHTNESS:
1778 case FilterOperation::BRIGHTNESS:
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.mm721 case FilterOperation::BRIGHTNESS: {
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dxlwmenu.c1547 #define BRIGHTNESS(color) (((color) & 0xff) + (((color) >> 8) & 0xff) + (((color) >> 16) & 0xff))
1551 if (BRIGHTNESS(mw->menu.foreground) < BRIGHTNESS(mw->core.background_pixel))
1542 #define BRIGHTNESS macro
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp922 case FilterOperation::BRIGHTNESS: {
H A DStyleResolver.cpp3378 return FilterOperation::BRIGHTNESS;

Completed in 126 milliseconds