Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c1363 int Max, Free, Bytes, nLineBytes = 0; in OslProfile_getLine() local
1413 pNewLine = (sal_Char*) rtl_allocateMemory( nLineBytes + Max + 1 ); in OslProfile_getLine()
1416 memcpy( pNewLine, pLine, nLineBytes ); in OslProfile_getLine()
1419 memcpy(pNewLine+nLineBytes, pFile->m_pReadPtr, Max); in OslProfile_getLine()
1420 nLineBytes += Max; in OslProfile_getLine()
1421 pNewLine[ nLineBytes ] = 0; in OslProfile_getLine()
/trunk/main/vcl/source/gdi/
H A Dpngread.cxx1363 int nLineBytes = maOrigSize.Width(); in ImplDrawScanline() local
1364 mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes ); in ImplDrawScanline()
1365 pTmp += nLineBytes; in ImplDrawScanline()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1513 int nLineBytes = (rRawBitmap.mnWidth + 7) >> 3; in GetGlyphBitmap1() local
1514 rRawBitmap.mnScanlineSize = (nLineBytes > rBitmapFT.pitch) ? nLineBytes : rBitmapFT.pitch; in GetGlyphBitmap1()

Completed in 33 milliseconds