Searched refs:pOpen (Results 1 – 1 of 1) sorted by relevance
992 const char* pOpen = pFamPos+11; in identifyType1Font() local993 while( pOpen < pExecPos && *pOpen != '(' ) in identifyType1Font()994 pOpen++; in identifyType1Font()995 const char* pClose = pOpen; in identifyType1Font()998 if( pClose - pOpen > 1 ) in identifyType1Font()1019 const char* pOpen = pWeightPos+7; in identifyType1Font() local1020 while( pOpen < pExecPos && *pOpen != '(' ) in identifyType1Font()1021 pOpen++; in identifyType1Font()1022 const char* pClose = pOpen; in identifyType1Font()1025 if( pClose - pOpen > 1 ) in identifyType1Font()[all …]
Completed in 17 milliseconds