OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x11_window_width
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
529
int
x11_window_width
,
584
((pPriv->
x11_window_width
!=
x11_window_width
) ||
586
pPriv->
x11_window_width
=
x11_window_width
;
589
XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0,
x11_window_width
, x11_window_height);
599
XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0,
x11_window_width
, x11_window_height);
617
int *
x11_window_width
,
626
if ((destx + *
x11_window_width
) > (pPriv->display_width + pPriv->extend_display_width)) {
627
*
x11_window_width
= pPriv->display_width + pPriv->extend_display_width - destx
899
int
x11_window_width
= destw, x11_window_height = desth;
local
[
all
...]
/hardware/intel/img/psb_video/src/
psb_overlay.h
296
int
x11_window_width
;
member in struct:_PsbPortPrivRec
Completed in 2691 milliseconds