HomeSort by relevance Sort by last modified time
    Searched defs:visibleContentArea (Results 1 - 3 of 3) 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...]
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(),
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 603 IntRect visible = visibleContentArea();
768 IntRect LayerAndroid::visibleContentArea(bool force3dContentVisible) const
    [all...]

Completed in 229 milliseconds