Home
last modified time | relevance | path

Searched refs:pGlyphAdvAry (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx150 sal_Int32* pGlyphAdvAry = 0, int* pCharPosAry = 0 ) const;
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;
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1494 int& nStart, sal_Int32* pGlyphAdvAry, int* pCharPosAry ) const in GetNextGlyphs() argument
1524 if( pGlyphAdvAry ) in GetNextGlyphs()
1525 *pGlyphAdvAry = pG->mnNewWidth; in GetNextGlyphs()
1535 if( pGlyphAdvAry ) in GetNextGlyphs()
1538 *(pGlyphAdvAry++) = nGlyphAdvance; in GetNextGlyphs()
2247 int& nStart, sal_Int32* pGlyphAdvAry, int* pCharPosAry ) const in GetNextGlyphs() argument
2261 nStart, pGlyphAdvAry, pCharPosAry ); in GetNextGlyphs()
2270 if( pGlyphAdvAry ) in GetNextGlyphs()
2272 long w = pGlyphAdvAry[i]; in GetNextGlyphs()
2274 pGlyphAdvAry[i] = w; in GetNextGlyphs()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2834 long* pGlyphAdvAry = 0, int* pCharPosAry = 0 ) const;

Completed in 31 milliseconds