Searched refs:screenDepth (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPlatformScreenEfl.cpp52 int screenDepth(Widget*) function in namespace:WebCore
66 int depth = screenDepth(widget);
83 return screenDepth(widget) < 2;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DScreen.cpp70 return static_cast<unsigned>(screenDepth(m_frame->view()));
77 return static_cast<unsigned>(screenDepth(m_frame->view()));
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformScreenWin.cpp69 int screenDepth(Widget* widget) function in namespace:WebCore
83 return screenDepth(widget) / 3;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformScreen.h52 int screenDepth(Widget*);
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformScreenBlackBerry.cpp45 int screenDepth(Widget*) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformScreenGtk.cpp64 int screenDepth(Widget* widget) function in namespace:WebCore
83 return screenDepth(widget) < 2;
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DPlatformScreenQt.cpp55 int screenDepth(Widget* w) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPlatformScreenMac.mm53 int screenDepth(Widget*)

Completed in 256 milliseconds