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

  /external/webkit/Source/WebCore/platform/graphics/android/
UpdateManager.h 51 void updateInval(const SkRegion& invalRegion);
UpdateManager.cpp 82 void UpdateManager::updateInval(const SkRegion& invalRegion)
84 m_deferredInval.op(invalRegion, SkRegion::kUnion_Op);
TiledTexture.cpp 170 void TiledTexture::update(const SkRegion& invalRegion, SkPicture* picture)
173 this, &m_updateManager, picture, invalRegion.isEmpty());
176 m_updateManager.updateInval(invalRegion);
GLWebViewState.h 237 void invalRegion(const SkRegion& region);
GLWebViewState.cpp 179 invalRegion(inval);
190 void GLWebViewState::invalRegion(const SkRegion& region)
211 invalRegion(m_invalidateRegion);
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
WebViewCore.java 516 private native int nativeRecordContent(Region invalRegion, Point wh);
    [all...]

Completed in 3503 milliseconds