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/
Layer.h 80 void markAsDirty(const SkRegion& invalRegion) {
81 m_dirtyRegion.op(invalRegion, SkRegion::kUnion_Op);
GLWebViewState.h 253 void invalRegion(const SkRegion& region);
TiledTexture.cpp 179 void TiledTexture::update(const SkRegion& invalRegion, SkPicture* picture)
182 this, m_dirtyRegion.isEmpty(), invalRegion.isEmpty(), picture);
183 m_dirtyRegion.op(invalRegion, SkRegion::kUnion_Op);
BaseLayerAndroid.cpp 206 m_state->invalRegion(m_dirtyRegion);
GLWebViewState.cpp 165 void GLWebViewState::invalRegion(const SkRegion& region)
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
WebViewCore.java 517 private native int nativeRecordContent(Region invalRegion, Point wh);
    [all...]

Completed in 885 milliseconds