HomeSort by relevance Sort by last modified time
    Searched full:fullinval (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 94 bool fullInval = false;
106 fullInval = newContent->width() != oldContent->width()
110 fullInval = m_layers.size() != oldSurface->m_layers.size();
111 if (!fullInval) {
117 fullInval = true;
130 if (fullInval)

Completed in 92 milliseconds