OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispW
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/liboverlay/
overlay.cpp
88
uint32_t
dispW
;
487
shared->
dispW
= LCD_WIDTH; // Need to determine this properly
575
if ( w > shared->
dispW
) w = shared->
dispW
;
577
if ( (x + w) > shared->
dispW
) w = shared->
dispW
- x;
579
} else if (x < 0 || y < 0 || (x + w) > shared->
dispW
||
[
all
...]
/frameworks/base/services/java/com/android/server/
InputDevice.java
[
all
...]
Completed in 51 milliseconds