OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CCHeadsUpDisplay
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp
28
#include "
CCHeadsUpDisplay
.h"
47
CCHeadsUpDisplay
::
CCHeadsUpDisplay
(LayerRendererChromium* owner)
74
CCHeadsUpDisplay
::~
CCHeadsUpDisplay
()
78
void
CCHeadsUpDisplay
::draw()
128
void
CCHeadsUpDisplay
::drawHudContents(GraphicsContext* ctx, const IntSize& hudSize)
150
void
CCHeadsUpDisplay
::drawFPSCounter(GraphicsContext* ctx, int top, int height)
206
void
CCHeadsUpDisplay
::drawPlatformLayerTree(GraphicsContext* ctx, int top)
219
void
CCHeadsUpDisplay
::onPresent(
[
all
...]
CCHeadsUpDisplay.h
42
class
CCHeadsUpDisplay
{
43
WTF_MAKE_NONCOPYABLE(
CCHeadsUpDisplay
);
45
static PassOwnPtr<
CCHeadsUpDisplay
> create(LayerRendererChromium* owner)
47
return adoptPtr(new
CCHeadsUpDisplay
(owner));
50
~
CCHeadsUpDisplay
();
66
explicit
CCHeadsUpDisplay
(LayerRendererChromium* owner);
Completed in 2503 milliseconds