OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTileSize
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h
57
void
setTileSize
(const IntSize&);
TiledBackingStore.cpp
53
void TiledBackingStore::
setTileSize
(const IntSize& size)
/external/webkit/Source/WebCore/platform/graphics/chromium/
ContentLayerChromium.cpp
180
m_tiler->
setTileSize
(isTiled ? tileSize : layerSize);
LayerTilerChromium.h
79
void
setTileSize
(const IntSize& size);
LayerTilerChromium.cpp
60
setTileSize
(tileSize);
81
void LayerTilerChromium::
setTileSize
(const IntSize& requestedSize)
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h
87
void
setTileSize
(const WebCore::IntSize&);
TiledDrawingAreaProxy.cpp
207
void TiledDrawingAreaProxy::
setTileSize
(const IntSize& size)
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm
200
[tiledLayer
setTileSize
:CGSizeMake(GraphicsLayerCA::kTiledLayerTileSize, GraphicsLayerCA::kTiledLayerTileSize)];
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
[
all
...]
Completed in 577 milliseconds