Home
last modified time | relevance | path

Searched refs:gaPSFontNeedCharSubs (Results 1 – 1 of 1) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c224 KeyValInfo *gaPSFontNeedCharSubs=NULL; variable
1541 KeyValInfo *pKeyValue=(&gaPSFontNeedCharSubs[i]);
1555 KeyValInfo *pKeyValue=(&gaPSFontNeedCharSubs[i]);
1829 return gaPSFontNeedCharSubs[i].value;
1868 if (gaPSFontNeedCharSubs == NULL) {
1871 gaPSFontNeedCharSubs = (KeyValInfo*)realloc(gaPSFontNeedCharSubs,
1874 if (gaPSFontNeedCharSubs == NULL) FailAllocMessage();
1878 gaPSFontNeedCharSubs[gnNumPSFontNeedCharSubs].key =
1941 free(gaPSFontNeedCharSubs); in CleanUpPSFontCharSubs()
1943 gaPSFontNeedCharSubs = NULL; in CleanUpPSFontCharSubs()
[all …]