Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dsallayout.hxx182 sal_Int32* pGlyphAdvAry = NULL, int* pCharPosAry = NULL ) const = 0;
240 int&, sal_Int32* pGlyphAdvAry, int* pCharPosAry ) const;
335 sal_Int32* pGlyphAdvAry = NULL, int* pCharPosAry = NULL ) const;
H A Dgraphite_layout.hxx150 sal_Int32* pGlyphAdvAry = 0, int* pCharPosAry = 0 ) const;
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1494 int& nStart, sal_Int32* pGlyphAdvAry, int* pCharPosAry ) const in GetNextGlyphs()
1522 if( pCharPosAry ) in GetNextGlyphs()
1523 *(pCharPosAry++) = pG->mnCharPos; in GetNextGlyphs()
2247 int& nStart, sal_Int32* pGlyphAdvAry, int* pCharPosAry ) const in GetNextGlyphs()
2261 nStart, pGlyphAdvAry, pCharPosAry ); in GetNextGlyphs()
H A Dpdfwriter_impl.cxx7334 int pCharPosAry[nMaxGlyphs]; in drawLayout() local
7464 …t.GetNextGlyphs( nTmpMaxGlyphs, pGlyphs, aGNGlyphPos, nIndex, nAdvanceWidths, pCharPosAry )) != 0 ) in drawLayout()
7477 else if( pCharPosAry[i] >= nMinCharPos && pCharPosAry[i] <= nMaxCharPos ) in drawLayout()
7480 … aUnicodes.push_back( rText.GetChar( sal::static_int_cast<xub_StrLen>(pCharPosAry[i]) ) ); in drawLayout()
7485 nChars = pCharPosAry[i+1] - pCharPosAry[i]; in drawLayout()
7494 … aUnicodes.push_back( rText.GetChar( sal::static_int_cast<xub_StrLen>(pCharPosAry[i]+n) ) ); in drawLayout()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1055 sal_Int32* pGlyphAdvances, int* pCharPosAry ) const;
1756 int& nStartx8, sal_Int32* pGlyphAdvances, int* pCharPosAry ) const
1856 if( pCharPosAry && !mpGlyphs2Chars )
1954 if( pCharPosAry )
1955 *(pCharPosAry++) = nCharPos;
2834 long* pGlyphAdvAry = 0, int* pCharPosAry = 0 ) const;

Completed in 94 milliseconds