Searched refs:GlyphRec (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/render/
H A Dglyphstr.h49 } GlyphRec, *GlyphPtr; typedef in typeref:struct:_Glyph
H A Dglyph.c351 head_size = sizeof(GlyphRec) + screenInfo.numScreens * sizeof(PicturePtr);
H A Drender.c1064 padded_width > (UINT32_MAX - sizeof(GlyphRec)) / gi[i].height)
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyphstr.h49 } GlyphRec, *GlyphPtr; typedef in typeref:struct:_Glyph
H A Dglyph.c380 head_size = sizeof (GlyphRec) + screenInfo.numScreens * sizeof (PicturePtr);
H A Drender.c1103 if (gi[i].height && padded_width > (UINT32_MAX - sizeof(GlyphRec))/gi[i].height)

Completed in 12 milliseconds