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

  /external/webkit/Source/WebCore/platform/graphics/android/
TiledTexture.h 122 return !m_zooming && m_frontTexture->ready();
128 if (!m_frontTexture)
130 return m_frontTexture->nbTextures(area, scale);
137 TiledTexture* m_frontTexture;
BaseTile.h 124 BaseTileTexture* frontTexture() { return m_frontTexture; }
156 BaseTileTexture* m_frontTexture;

Completed in 813 milliseconds