Home
last modified time | relevance | path

Searched refs:pExtents (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbglyph.c36 BoxPtr pExtents = RegionExtents(pRegion); in fbGlyphIn() local
41 if (x < (int) pExtents->x1) in fbGlyphIn()
43 if ((int) pExtents->x2 < x + width) in fbGlyphIn()
45 if (y < (int) pExtents->y1) in fbGlyphIn()
47 if ((int) pExtents->y2 < y + height) in fbGlyphIn()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c627 BoxRec extents, *pExtents; in ProcShapeQueryExtents() local
644 pExtents = RegionExtents(region); in ProcShapeQueryExtents()
645 extents = *pExtents; in ProcShapeQueryExtents()
659 pExtents = RegionExtents(region); in ProcShapeQueryExtents()
660 extents = *pExtents; in ProcShapeQueryExtents()