OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unpainted
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.cpp
62
, m_state(
Unpainted
)
110
m_state =
Unpainted
;
115
ALOGV("moving tile %p to
unpainted
, since it reserved while up to date", this);
117
m_state =
Unpainted
;
129
ALOGV("front texture removed, state was UpToDate, now becoming
unpainted
, bt is %p", m_backTexture);
130
m_state =
Unpainted
;
136
m_state =
Unpainted
;
188
// We only mark a tile as
unpainted
in 'markAsDirty' if its status is
191
m_state =
Unpainted
;
192
} else if (m_state !=
Unpainted
) {
[
all
...]
Tile.h
71
//
Unpainted
-> PaintingStarted -- -> ReadyToSwap -> UpToDate
78
// back texture is completely
unpainted
79
Unpainted
= 0,
182
// 1)
Unpainted
- until paint starts (and if marked dirty, in most cases)
PaintTileOperation.cpp
109
// 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 733 milliseconds