OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pExtents
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/fb/
fbglyph.c
36
BoxPtr
pExtents
= RegionExtents(pRegion);
41
if (x < (int)
pExtents
->x1)
43
if ((int)
pExtents
->x2 < x + width)
45
if (y < (int)
pExtents
->y1)
47
if ((int)
pExtents
->y2 < y + height)
/xsrc/external/mit/libX11/dist/src/
Region.c
211
pExtents
;
222
pExtents
= &pReg->extents;
233
pExtents
->x1 = pBox->x1;
234
pExtents
->y1 = pBox->y1;
235
pExtents
->x2 = pBoxEnd->x2;
236
pExtents
->y2 = pBoxEnd->y2;
238
assert(
pExtents
->y1 <
pExtents
->y2);
241
if (pBox->x1 <
pExtents
->x1)
243
pExtents
->x1 = pBox->x1
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
cw.c
392
BoxPtr
pExtents
;
402
pExtents
= RegionExtents(prgnSrc);
407
src_x =
pExtents
->x1 - pBackingPixmap->screen_x;
408
src_y =
pExtents
->y1 - pBackingPixmap->screen_y;
409
w =
pExtents
->x2 -
pExtents
->x1;
410
h =
pExtents
->y2 -
pExtents
->y1;
/xsrc/external/mit/xorg-server.old/dist/fb/
fbglyph.c
40
BoxPtr
pExtents
= RegionExtents(pRegion);
45
if (x < (int)
pExtents
->x1)
47
if ((int)
pExtents
->x2 < x + width)
49
if (y < (int)
pExtents
->y1)
51
if ((int)
pExtents
->y2 < y + height)
/xsrc/external/mit/xorg-server/dist/Xext/
shape.c
627
BoxRec extents, *
pExtents
;
644
pExtents
= RegionExtents(region);
645
extents = *
pExtents
;
659
pExtents
= RegionExtents(region);
660
extents = *
pExtents
;
/xsrc/external/mit/xorg-server.old/dist/Xext/
shape.c
639
BoxRec extents, *
pExtents
;
655
pExtents
= RegionExtents(region);
656
extents = *
pExtents
;
669
pExtents
= RegionExtents(region);
670
extents = *
pExtents
;
Completed in 12 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026