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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.h 55 int numTilesY() const { return m_numTilesY; }
91 int m_numTilesY;
TilingData.cpp 178 if (!yIndex && m_numTilesY == 1)
180 if (!yIndex && m_numTilesY > 1)
238 int top = (!yIndex || m_numTilesY == 1) ? 0 : m_borderTexels;
246 m_numTilesY = computeNumTiles(m_maxTextureSize, m_totalSizeY, m_borderTexels);

Completed in 678 milliseconds