Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dfont.cxx983 const char* pExecPos = std::search( pStream, pStream+i_nSize, pExec, pExec+5 ); in identifyType1Font() local
984 if( pExecPos != pStream+i_nSize) in identifyType1Font()
988 const char* pFamPos = std::search( pStream, pExecPos, pFam, pFam+11 ); in identifyType1Font()
989 if( pFamPos != pExecPos ) in identifyType1Font()
993 while( pOpen < pExecPos && *pOpen != '(' ) in identifyType1Font()
996 while( pClose < pExecPos && *pClose != ')' ) in identifyType1Font()
1006 const char* pItalicPos = std::search( pStream, pExecPos, pItalic, pItalic+12 ); in identifyType1Font()
1007 if( pItalicPos != pExecPos ) in identifyType1Font()
1015 const char* pWeightPos = std::search( pStream, pExecPos, pWeight, pWeight+7 ); in identifyType1Font()
1016 if( pWeightPos != pExecPos ) in identifyType1Font()
[all …]