HomeSort by relevance Sort by last modified time
    Searched refs:visibleContentArea (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.cpp 159 IntRect visibleContentArea(0, 0, m_image->width(), m_image->height());
160 int nbTextures = m_tileGrid->nbTextures(visibleContentArea, 1.0);
269 IntRect visibleContentArea = m_layer->visibleContentArea(force3dContentVisible);
271 // transform visibleContentArea size to image size
275 visibleContentArea.setX(visibleContentArea.x() / scaleW);
276 visibleContentArea.setWidth(visibleContentArea.width() / scaleW);
277 visibleContentArea.setY(visibleContentArea.y() / scaleH)
    [all...]
SurfaceBacking.h 48 void drawGL(const IntRect& visibleContentArea, float opacity,
53 const IntRect& visibleContentArea,
SurfaceBacking.cpp 150 void SurfaceBacking::drawGL(const IntRect& visibleContentArea, float opacity,
156 m_lowResTileGrid->drawGL(visibleContentArea, opacity, transform);
158 m_frontTileGrid->drawGL(visibleContentArea, opacity, transform, background);
177 const IntRect& visibleContentArea,
187 int nbTexturesClipped = tileGrid->nbTextures(visibleContentArea, m_futureScale);
Surface.h 78 IntRect visibleContentArea(bool force3dContentVisible = false) const;
TileGrid.h 56 void drawGL(const IntRect& visibleContentArea, float opacity,
Surface.cpp 165 IntRect Surface::visibleContentArea(bool force3dContentVisible) const
168 return getFirstLayer()->visibleContentArea(force3dContentVisible);
258 IntRect drawArea = visibleContentArea(force3dContentVisible);
339 area = visibleContentArea();
341 area = visibleContentArea();
356 m_surfaceBacking->computeTexturesAmount(result, visibleContentArea(),
TileGrid.cpp 304 void TileGrid::drawGL(const IntRect& visibleContentArea, float opacity,
308 m_area = computeTilesArea(visibleContentArea, m_scale);
330 float minTileX = visibleContentArea.x() / tileWidth;
331 float minTileY = visibleContentArea.y() / tileWidth;
332 float maxTileWidth = visibleContentArea.maxX() / tileWidth;
333 float maxTileHeight = visibleContentArea.maxY() / tileWidth;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 143 IntRect visibleContentArea(bool force3dContentVisible = false) const;
LayerAndroid.cpp 603 IntRect visible = visibleContentArea();
768 IntRect LayerAndroid::visibleContentArea(bool force3dContentVisible) const
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 750 IntRect rect = layer->visibleContentArea();
    [all...]

Completed in 173 milliseconds