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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c1224 FcChar8 *complex_, *foundry_ = NULL; local in function:FcFreeTypeQueryFaceInternal
1421 foundry_ = (FcChar8 *) malloc (sizeof (os2->achVendID) + 1);
1422 memcpy ((void *)foundry_, os2->achVendID, sizeof (os2->achVendID));
1423 foundry_[sizeof (os2->achVendID)] = 0;
1424 foundry = foundry_;
2242 if (foundry_)
2243 free (foundry_);
2272 if (foundry_)
2273 free (foundry_);

Completed in 5 milliseconds