Home
last modified time | relevance | path

Searched refs:pDeltaArray (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx170 sal_Int32* pDeltaArray in drawGlyphs() argument
198 sal_Int32* pDeltaArray in DrawGlyphs() argument
212 DrawText( rPoint, pUnicodes, nLen, pDeltaArray ); in DrawGlyphs()
317 pDeltaArray = pTempDelta; in DrawGlyphs()
339 const sal_Int32* pDeltaArray in DrawText() argument
371 if ( pDeltaArray != 0) in DrawText()
374 pNewDeltaArray[i] = 1000 * pDeltaArray[i]; in DrawText()
535 if( i < nLen-1 && pDeltaArray ) in drawVerticalizedText()
585 PSShowText (pBuffer, nLen, nSize, pDeltaArray); in LicenseWarning()
593 const sal_Int32* pDeltaArray in drawText() argument
[all …]
H A Dglyphset.cxx500 const sal_Int32* pDeltaArray ) in DrawGlyphs() argument
529 nOffset = pDeltaArray [nChar]; in DrawGlyphs()
548 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in DrawGlyphs()
566 const sal_Unicode* pStr, sal_Int16 nLen, const sal_Int32* pDeltaArray) in DrawText() argument
569 if (pDeltaArray == NULL) in DrawText()
572 ImplDrawText (rGfx, rPoint, pStr, nLen, pDeltaArray); in DrawText()
623 const sal_Unicode* pStr, sal_Int16 nLen, const sal_Int32* pDeltaArray) in ImplDrawText() argument
631 … rGfx.PSShowText( (const unsigned char*)aBytes.getStr(), nLen, aBytes.getLength(), pDeltaArray ); in ImplDrawText()
662 nOffset = pDeltaArray [nChar]; in ImplDrawText()
681 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in ImplDrawText()
H A Dglyphset.hxx94 const sal_Int32* pDeltaArray);
116 const sal_Int32* pDeltaArray = NULL);
122 const sal_Int32* pDeltaArray );
H A Dcommon_gfx.cxx1102 const sal_Int32* pDeltaArray) in PSShowText() argument
1125 if (pDeltaArray == NULL) in PSShowText()
1140 PSDeltaArray (pDeltaArray, nGlyphs - 1); in PSShowText()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx303 const sal_Int32* pDeltaArray = NULL);
306 sal_Int16 nLen, const sal_Int32* pDeltaArray);
316 const sal_Int32* pDeltaArray );
319 const sal_Int32* pDeltaArray = NULL);
325 sal_Int32* pDeltaArray );
411 const sal_Int32* pDeltaArray = NULL);
428 sal_Int32* pDeltaArray );

Completed in 36 milliseconds