Searched refs:nLineBytes (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 1363 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pngread.cxx | 1363 int nLineBytes = maOrigSize.Width(); in ImplDrawScanline() local 1364 mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes ); in ImplDrawScanline() 1365 pTmp += nLineBytes; in ImplDrawScanline()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1513 int nLineBytes = (rRawBitmap.mnWidth + 7) >> 3; in GetGlyphBitmap1() local 1514 rRawBitmap.mnScanlineSize = (nLineBytes > rBitmapFT.pitch) ? nLineBytes : rBitmapFT.pitch; in GetGlyphBitmap1()
|
Completed in 70 milliseconds