Lines Matching refs:pDXArray
5857 long nPixelWidth, const sal_Int32* pDXArray ) const in ImplPrepareLayoutArgs()
5960 aLayoutArgs.SetDXArray( pDXArray ); in ImplPrepareLayoutArgs()
5972 const sal_Int32* pDXArray, in ImplLayout() argument
6006 if( bFiltered && nCutStop != nCutStart && pDXArray ) in ImplLayout()
6009 pDXArray = NULL; in ImplLayout()
6014 memcpy( pAry, pDXArray, sizeof(sal_Int32)*(nCutStart-nMinIndex) ); in ImplLayout()
6017 pDXArray + nOrgLen - (nCutStop-nMinIndex), in ImplLayout()
6019 pDXArray = pAry; in ImplLayout()
6032 if( pDXArray && mbMap ) in ImplLayout()
6039 … pTempDXAry[i] = ImplLogicWidthToDevicePixel( rLogicalPos.X() + pDXArray[i] ) - nPixelXOfs; in ImplLayout()
6041 pDXArray = pTempDXAry; in ImplLayout()
6044 …ImplLayoutArgs aLayoutArgs = ImplPrepareLayoutArgs( aStr, nMinIndex, nLen, nPixelWidth, pDXArray ); in ImplLayout()
6077 if( pDXArray ) in ImplLayout()
6078 nRTLOffset = pDXArray[ nLen - 1 ]; in ImplLayout()
7702 sal_Bool bOptimize, sal_uLong nTWidth, const sal_Int32* pDXArray ) const in GetTextOutlines()
7735 pSalLayout = ImplLayout( rStr, nStart, nOfsLen, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7746 pSalLayout = ImplLayout( rStr, nIndex, nLen, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7797 pSalLayout = ImplLayout( rStr, nIndex, nLen, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7822 pSalLayout = aVDev.ImplLayout( rStr, nIndex, nLen, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7842 pSalLayout = aVDev.ImplLayout( rStr, nStart, nLength, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7861 … = aVDev.ImplLayout( rStr, static_cast< xub_StrLen >(nCharPos), 1, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7931 xub_StrLen nLen, sal_Bool bOptimize, sal_uLong nTWidth, const sal_Int32* pDXArray ) const in GetTextOutlines()
7938 bOptimize, nTWidth, pDXArray ) ) in GetTextOutlines()
7954 sal_Bool bOptimize, sal_uLong nTWidth, const sal_Int32* pDXArray ) const in GetTextOutline()
7961 bOptimize, nTWidth, pDXArray ) ) in GetTextOutline()