Home
last modified time | relevance | path

Searched refs:m_addInval (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp585 if (m_addInval.isEmpty()) { in recordPictureSet()
685 content->setDimensions(width, height, &m_addInval); in recordPictureSet()
688 content->add(m_addInval, 0, 0, false); in recordPictureSet()
691 SkRegion::Iterator iterator(m_addInval); in recordPictureSet()
700 SkIRect r = m_addInval.getBounds(); in recordPictureSet()
701 m_addInval.setRect(r); in recordPictureSet()
719 m_addInval.setRect(r); in recordPictureSet()
859 m_addInval.setEmpty(); in clearContent()
1004 region->set(m_addInval); in recordContent()
1005 m_addInval.setEmpty(); in recordContent()
[all …]
DWebViewCore.h667 SkRegion m_addInval; // the accumulated inval region (not yet drawn) variable