Searched refs:pExtents (Results 1 – 2 of 2) sorted by relevance
36 BoxPtr pExtents = RegionExtents(pRegion); in fbGlyphIn() local41 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()
627 BoxRec extents, *pExtents; in ProcShapeQueryExtents() local644 pExtents = RegionExtents(region); in ProcShapeQueryExtents()645 extents = *pExtents; in ProcShapeQueryExtents()659 pExtents = RegionExtents(region); in ProcShapeQueryExtents()660 extents = *pExtents; in ProcShapeQueryExtents()