OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_RECTANGLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.h
49
SWAP_RECTANGLE
= 0x00080000,
DisplayHardware.cpp
365
if (mFlags &
SWAP_RECTANGLE
) {
/frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp
823
if ((flags & DisplayHardware::
SWAP_RECTANGLE
) ||
826
// we can redraw only what's dirty, but since
SWAP_RECTANGLE
only
829
if (flags & DisplayHardware::
SWAP_RECTANGLE
) {
831
//
SWAP_RECTANGLE
so that we don't have to redraw all this.
[
all
...]
Completed in 36 milliseconds