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

/xsrc/external/mit/libXfont/dist/src/util/
H A Dprivate.c37 static int _FontPrivateAllocateIndex = 0; variable in typeref:typename:int
42 return _FontPrivateAllocateIndex++;
51 size = sizeof(FontRec) + (sizeof(pointer) * _FontPrivateAllocateIndex);
57 pFont->maxPrivate = _FontPrivateAllocateIndex - 1;
58 if(_FontPrivateAllocateIndex)
76 _FontPrivateAllocateIndex = 0;
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dprivate.c39 static int _FontPrivateAllocateIndex = 0; variable in typeref:typename:int
44 return _FontPrivateAllocateIndex++;
53 size = sizeof(FontRec) + (sizeof(pointer) * _FontPrivateAllocateIndex);
59 pFont->maxPrivate = _FontPrivateAllocateIndex - 1;
60 if(_FontPrivateAllocateIndex)
78 _FontPrivateAllocateIndex = 0;

Completed in 4 milliseconds