Searched refs:pDeltaArray (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/unx/generic/printergfx/ |
| H A D | text_gfx.cxx | 170 sal_Int32* pDeltaArray in drawGlyphs() argument 181 (*aIter).DrawGlyphs (*this, rPoint, pGlyphIds, pUnicodes, nLen, pDeltaArray); in drawGlyphs() 189 maPS3Font.back().DrawGlyphs (*this, rPoint, pGlyphIds, pUnicodes, nLen, pDeltaArray); in drawGlyphs() 198 sal_Int32* pDeltaArray in DrawGlyphs() argument 206 LicenseWarning(rPoint, pUnicodes, nLen, pDeltaArray); in DrawGlyphs() 212 DrawText( rPoint, pUnicodes, nLen, pDeltaArray ); in DrawGlyphs() 258 pTempDelta[nTempLen-1] = pDeltaArray[i-1]-nTempFirstDelta; in DrawGlyphs() 268 nTempFirstDelta = pDeltaArray[ i-1 ]; in DrawGlyphs() 274 sal_Int32 nOffset = i > 0 ? pDeltaArray[i-1] : 0; in DrawGlyphs() 317 pDeltaArray = pTempDelta; in DrawGlyphs() [all …]
|
| H A D | glyphset.cxx | 500 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 D | glyphset.hxx | 94 const sal_Int32* pDeltaArray); 116 const sal_Int32* pDeltaArray = NULL); 122 const sal_Int32* pDeltaArray );
|
| H A D | common_gfx.cxx | 1102 const sal_Int32* pDeltaArray) in PSShowText() argument 1125 if (pDeltaArray == NULL) in PSShowText() 1140 PSDeltaArray (pDeltaArray, nGlyphs - 1); in PSShowText()
|
| /AOO41X/main/vcl/inc/ |
| H A D | printergfx.hxx | 303 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 );
|