Home
last modified time | relevance | path

Searched refs:ccd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx1272 if (pcount != fi->ccd[pos].numOfPieces) in parseCompCharData()
1280 fi->ccd[pos].pieces = (Pcc *) in parseCompCharData()
1292 if (pcount < fi->ccd[pos].numOfPieces) in parseCompCharData()
1477 (*fi)->ccd = (CompCharData *) in parseFile()
1479 if ((*fi)->ccd == NULL) in parseFile()
1561 if (fi->ccd) in freeFontInfo()
1565 free (fi->ccd[i].ccName); in freeFontInfo()
1566 for (j = 0; j < fi->ccd[i].numOfPieces; j++) in freeFontInfo()
1567 free (fi->ccd[i].pieces[j].pccName); in freeFontInfo()
1569 free (fi->ccd[i].pieces); in freeFontInfo()
[all …]
H A DparseAFM.hxx308 CompCharData *ccd; /* ptr to comp char array */ member

Completed in 38 milliseconds