OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TilePaintInterface
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h
45
class
TilePaintInterface
{
65
void update(
TilePaintInterface
& painter, const IntRect& contentRect);
LayerRendererChromium.h
70
static PassRefPtr<LayerRendererChromium> create(PassRefPtr<GraphicsContext3D>, PassOwnPtr<
TilePaintInterface
> contentPaint);
141
explicit LayerRendererChromium(PassRefPtr<GraphicsContext3D>, PassOwnPtr<
TilePaintInterface
> contentPaint);
179
OwnPtr<
TilePaintInterface
> m_rootLayerContentPaint;
ContentLayerChromium.cpp
71
class ContentLayerPainter : public
TilePaintInterface
{
LayerRendererChromium.cpp
96
PassRefPtr<LayerRendererChromium> LayerRendererChromium::create(PassRefPtr<GraphicsContext3D> context, PassOwnPtr<
TilePaintInterface
> contentPaint)
109
PassOwnPtr<
TilePaintInterface
> contentPaint)
[
all
...]
LayerTilerChromium.cpp
234
void LayerTilerChromium::update(
TilePaintInterface
& painter, const IntRect& contentRect)
/external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp
[
all
...]
Completed in 520 milliseconds