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.cxx984 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()
1007 if( pItalicPos != pExecPos ) in identifyType1Font()
1016 if( pWeightPos != pExecPos ) in identifyType1Font()
1020 while( pOpen < pExecPos && *pOpen != '(' ) in identifyType1Font()
1023 while( pClose < pExecPos && *pClose != ')' ) in identifyType1Font()
1041 if( pFixedPos != pExecPos ) in identifyType1Font()
[all …]

Completed in 21 milliseconds