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

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTile.cpp 74 , m_state(Unpainted)
140 m_state = Unpainted;
145 XLOG("moving tile %p to unpainted, since it reserved while up to date", this);
147 m_state = Unpainted;
159 XLOG("front texture removed, state was UpToDate, now becoming unpainted, bt is %p", m_backTexture);
160 m_state = Unpainted;
166 m_state = Unpainted;
213 // We only mark a tile as unpainted in 'markAsDirty' if its status is
216 m_state = Unpainted;
217 } else if (m_state != Unpainted) {
    [all...]
BaseTile.h 71 // Unpainted -> PaintingStarted -- -> ReadyToSwap -> UpToDate
78 // back texture is completely unpainted
79 Unpainted = 0,
198 // 1) Unpainted - until paint starts (and if marked dirty, in most cases)
PaintTileOperation.cpp 98 // prioritize unpainted tiles, within the same drawCount
  /external/webkit/Source/WebCore/manual-tests/
optgroup-empty-and-nested.html 27 must not leave any unpainted areas of overlapping text. -->
  /external/chromium/chrome/browser/chromeos/login/
user_controller.cc 77 // this may allow WM to show unpainted window, we haven't seen any
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
  /external/webkit/Source/WebKit2/
ChangeLog-2011-02-16     [all...]

Completed in 476 milliseconds