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

  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 520 if (m_addInval.isEmpty()) {
521 DBG_SET_LOG("m_addInval.isEmpty()");
610 content->checkDimensions(width, height, &m_addInval);
618 if (!content->reuseSubdivided(m_addInval)) {
619 const SkIRect& inval = m_addInval.getBounds();
623 content->add(m_addInval, picture, 0, false);
765 m_addInval.setEmpty();
885 region->set(m_addInval);
886 m_addInval.setEmpty();
    [all...]
WebViewCore.h 515 SkRegion m_addInval; // the accumulated inval region (not yet drawn)

Completed in 178 milliseconds