Searched refs:LineLen (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | ungif.c | 112 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen); 477 int LineLen) { in DGifGetLine() argument 482 if (!LineLen) in DGifGetLine() 483 LineLen = GifFile->Image.Width; in DGifGetLine() 485 if ((Private->PixelCount -= LineLen) > 0xffff0000UL) { in DGifGetLine() 489 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { in DGifGetLine() 646 int LineLen) { in DGifDecompressLine() argument 664 while (StackPtr != 0 && i < LineLen) in DGifDecompressLine() 668 while (i < LineLen) { /* Decode LineLen items. */ in DGifDecompressLine() 676 if (i != LineLen - 1 || Private->PixelCount != 0) { in DGifDecompressLine() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | syslink.c | 563 static BOOL SYSLINK_WrapLine (LPWSTR Text, WCHAR BreakChar, int x, int *LineLen, in SYSLINK_WrapLine() argument 570 if (i == *LineLen) return FALSE; in SYSLINK_WrapLine() 585 *LineLen = i; in SYSLINK_WrapLine() 679 int LineLen = n; in SYSLINK_Render() local 685 Wrap = SYSLINK_WrapLine(tx, infoPtr->BreakChar, x, &LineLen, nFit, &szDim); in SYSLINK_Render() 687 if(LineLen == 0) in SYSLINK_Render() 695 if(LineLen != n) in SYSLINK_Render() 718 cbl->nChars = LineLen; in SYSLINK_Render() 727 if(LineLen != 0) in SYSLINK_Render() 746 n -= LineLen; in SYSLINK_Render() [all …]
|
/reactos/dll/win32/mswsock/ |
H A D | nsplookup.c | 773 int LineLen = NextLine - ThisLine; in NSP_GetServiceByNameHeapAllocW() local 781 memmove(ServiceDBData, ThisLine, LineLen); in NSP_GetServiceByNameHeapAllocW() 784 ServiceDBData + LineLen, in NSP_GetServiceByNameHeapAllocW() 785 sizeof( ServiceDBData )-1 - LineLen, in NSP_GetServiceByNameHeapAllocW() 789 EndValid = ServiceDBData + LineLen + ReadSize; in NSP_GetServiceByNameHeapAllocW() 790 NextLine = ServiceDBData + LineLen; in NSP_GetServiceByNameHeapAllocW()
|