OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenDepth
(Results
1 - 17
of
17
) sorted by null
/external/webkit/Source/WebCore/platform/android/
ScreenAndroid.cpp
34
int
screenDepth
(Widget*)
36
return PlatformBridge::
screenDepth
();
41
return PlatformBridge::
screenDepth
();
PlatformBridge.h
133
static int
screenDepth
();
/external/webkit/Source/WebCore/platform/chromium/
PlatformScreenChromium.cpp
39
int
screenDepth
(Widget* widget)
41
return PlatformBridge::
screenDepth
(widget);
PlatformBridge.h
226
static int
screenDepth
(Widget*);
/external/webkit/Source/WebCore/page/
Screen.cpp
74
return static_cast<unsigned>(
screenDepth
(m_frame->view()));
81
return static_cast<unsigned>(
screenDepth
(m_frame->view()));
/external/webkit/Source/WebCore/platform/brew/
ScreenBrew.cpp
75
int
screenDepth
(Widget*)
85
return
screenDepth
(widget);
/external/webkit/Source/WebCore/platform/
PlatformScreen.h
48
int
screenDepth
(Widget*);
/external/webkit/Source/WebCore/platform/haiku/
ScreenHaiku.cpp
58
int
screenDepth
(Widget*)
/external/webkit/Source/WebCore/platform/wx/
ScreenWx.cpp
63
int
screenDepth
(Widget* widget)
/external/webkit/Source/WebCore/platform/win/
PlatformScreenWin.cpp
68
int
screenDepth
(Widget* widget)
82
return
screenDepth
(widget) / 3;
/external/webkit/Source/WebCore/platform/efl/
PlatformScreenEfl.cpp
49
int
screenDepth
(Widget* widget)
/external/webkit/Source/WebCore/platform/qt/
ScreenQt.cpp
69
int
screenDepth
(const Page* page)
PlatformScreenQt.cpp
54
int
screenDepth
(Widget* w)
/external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp
69
int
screenDepth
(Widget* widget)
88
return
screenDepth
(widget) < 2;
/external/webkit/Source/WebCore/platform/mac/
PlatformScreenMac.mm
36
int
screenDepth
(Widget*)
/external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp
149
int PlatformBridge::PlatformBridge::
screenDepth
()
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
[
all
...]
Completed in 171 milliseconds