Searched refs:isLowResPrefetch (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | TileGrid.cpp | 140 TilePainter* painter, int regionFlags, bool isLowResPrefetch, in prepareGL() argument 187 painter, state, isLowResPrefetch, false, updateWithBlit); in prepareGL() 191 painter, state, isLowResPrefetch, false, updateWithBlit); in prepareGL() 204 if (isLowResPrefetch) in prepareGL() 213 prepareTile(i, j, painter, state, isLowResPrefetch, true, updateWithBlit); in prepareGL() 225 GLWebViewState* state, bool isLowResPrefetch, in prepareTile() argument 254 state, isLowResPrefetch); in prepareTile()
|
D | TileGrid.h | 54 bool isLowResPrefetch = false, bool updateWithBlit = false); 75 GLWebViewState* state, bool isLowResPrefetch,
|
D | PaintTileOperation.cpp | 44 GLWebViewState* state, bool isLowResPrefetch) in PaintTileOperation() argument 48 , m_isLowResPrefetch(isLowResPrefetch) in PaintTileOperation()
|
D | PaintTileOperation.h | 42 GLWebViewState* state, bool isLowResPrefetch);
|