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

/xsrc/external/mit/libXft/dist/src/
H A Dxftcore.c1102 int g_x1, g_x2, g_y1, g_y2; local in function:XftGlyphSpecCore
1113 g_x2 = g_x1 + gi.width;
1121 if (g_x2 > x2)
1122 x2 = g_x2;
1130 x2 = g_x2;
1250 int g_x1, g_x2, g_y1, g_y2; local in function:XftGlyphFontSpecCore
1261 g_x2 = g_x1 + gi.width;
1279 if (g_x2 > x2)
1280 x2 = g_x2;
1288 x2 = g_x2;
[all...]

Completed in 3 milliseconds