Home
last modified time | relevance | path

Searched refs:pFixedPos (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dfont.cxx1040 const char* pFixedPos = std::search( pStream, pExecPos, pFixed, pFixed+13 ); in identifyType1Font() local
1041 if( pFixedPos != pExecPos ) in identifyType1Font()
1044 while( pFixedPos < pExecPos-4 && in identifyType1Font()
1045 ( *pFixedPos == ' ' || in identifyType1Font()
1046 *pFixedPos == '\t' || in identifyType1Font()
1047 *pFixedPos == '\r' || in identifyType1Font()
1048 *pFixedPos == '\n' ) ) in identifyType1Font()
1050 pFixedPos++; in identifyType1Font()
1053 if( rtl_str_compareIgnoreAsciiCase_WithLength( pFixedPos, 4, "true", 4 ) == 0 ) in identifyType1Font()

Completed in 17 milliseconds