Home
last modified time | relevance | path

Searched refs:i_pLine (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1616 inline bool isSet( const Scanline i_pLine, long i_nIndex ) in isSet() argument
1618 return (i_pLine[ i_nIndex/8 ] & (0x80 >> (i_nIndex&7))) != 0; in isSet()
1621 long findBitRun( const Scanline i_pLine, long i_nStartIndex, long i_nW, bool i_bSet ) in findBitRun() argument
1629 const sal_uInt8 * pByte = static_cast<sal_uInt8*>(i_pLine) + (nIndex/8); in findBitRun()

Completed in 21 milliseconds