OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osArea
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_cursor.c
202
ExaOffscreenArea*
osArea
= NULL;
204
void*
osArea
= NULL;
231
osArea
= exaOffscreenAlloc(pScreen, width * height, 16,
234
if (
osArea
)
235
cursor_offset =
osArea
->offset;
239
if ((!info->useEXA && !fbarea) || (info->useEXA && !
osArea
)) {
r128_driver.c
1758
ExaOffscreenArea*
osArea
= NULL;
2014
osArea
= exaOffscreenAlloc(pScreen,
2018
if (
osArea
) {
2019
x1 =
osArea
->offset % width_bytes;
2020
x2 = (
osArea
->offset +
osArea
->size) % width_bytes;
2021
y1 =
osArea
->offset / width_bytes;
2022
y2 = (
osArea
->offset +
osArea
->size) / width_bytes;
2029
if ((!info->useEXA && fbarea) || (info->useEXA &&
osArea
)) {
[
all
...]
Completed in 5 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026