Lines Matching refs:sal_uLong
242 sal_uLong nTotalCount = DITHER_MAX_SYSCOLOR + nDitherPalCount + DITHER_EXTRA_COLORS; in ImplInitSalGDI()
554 HDC ImplGetCachedDC( sal_uLong nID, HBITMAP hBmp ) in ImplGetCachedDC()
588 void ImplReleaseCachedDC( sal_uLong nID ) in ImplReleaseCachedDC()
601 for( sal_uLong i = 0; i < CACHESIZE_HDC; i++ ) in ImplClearHDCCache()
624 sal_uLong nPoly, in ImplPreparePolyDraw()
625 const sal_uLong* pPoints, in ImplPreparePolyDraw()
631 sal_uLong nCurrPoly; in ImplPreparePolyDraw()
636 const sal_uLong nCurrPoints = *pPoints++; in ImplPreparePolyDraw()
638 sal_uLong nCurrPoint; in ImplPreparePolyDraw()
694 void ImplRenderPath( HDC hdc, sal_uLong nPoints, const SalPoint* pPtAry, const BYTE* pFlgAry ) in ImplRenderPath()
1603 sal_uLong nCurrPoly, nTotalPoints; in drawPolyPolygonBezier()
1604 const sal_uLong* pCurrPoints = pPoints; in drawPolyPolygonBezier()
1656 static BYTE* ImplSearchEntry( BYTE* pSource, BYTE* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry()
1660 sal_uLong i; in ImplSearchEntry()
1673 static sal_Bool ImplGetBoundingBox( double* nNumb, BYTE* pSource, sal_uLong nSize ) in ImplGetBoundingBox()
1735 …WinSalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSize ) in drawEPS()
1855 sal_uLong nToDo = nSize; in drawEPS()
1856 sal_uLong nDoNow; in drawEPS()
1866 sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()