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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp 47 , m_futureScale(-1)
85 m_futureScale = scale;
88 if (m_futureScale != scale) {
89 m_futureScale = scale;
105 this, scale, m_scale, m_futureScale, m_zooming,
110 m_backTileGrid->prepareGL(state, m_futureScale,
122 m_scale = m_futureScale;
186 int nbTexturesUnclipped = tileGrid->nbTextures(fullContentArea, m_futureScale);
187 int nbTexturesClipped = tileGrid->nbTextures(visibleContentArea, m_futureScale);
SurfaceBacking.h 95 float m_futureScale;

Completed in 34 milliseconds