Searched refs:pGlyphAdvances (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 38 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const; 289 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const in GetNextGlyphs() argument 340 if( pGlyphAdvances) { in GetNextGlyphs() 365 if( pGlyphAdvances ) in GetNextGlyphs() 366 *(pGlyphAdvances++) = mfFontStretch * pCGGlyphAdvs[ nSubIndex ].width; in GetNextGlyphs()
|
H A D | atslayout.cxx | 48 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const; 473 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const in GetNextGlyphs() argument 556 if( pGlyphAdvances ) in GetNextGlyphs() 557 *(pGlyphAdvances++) = Fixed2Vcl( mpGlyphAdvances[nStart] ); in GetNextGlyphs() 577 if( !pGlyphAdvances && mpGlyphOrigAdvs ) in GetNextGlyphs()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 139 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const; 511 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const argument 553 if( pGlyphAdvances ) 554 *(pGlyphAdvances++) = mpGlyphAdvances[ nStart ]; 570 if( !pGlyphAdvances && mpGlyphOrigAdvs )
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 180 sal_Int32* pGlyphAdvances, int* pCharIndexes ) const; 581 long* pGlyphAdvances, int* pCharIndexes ) const argument 621 if( pGlyphAdvances ) 622 *(pGlyphAdvances++) = mpGlyphAdvances[ nStart ]; 638 if( !pGlyphAdvances && mpGlyphOrigAdvs ) 1055 sal_Int32* pGlyphAdvances, int* pCharPosAry ) const; 1756 int& nStartx8, sal_Int32* pGlyphAdvances, int* pCharPosAry ) const argument 1952 if( pGlyphAdvances ) 1953 *(pGlyphAdvances++) = nGlyphWidth; 1977 if( !pGlyphAdvances )
|
Completed in 43 milliseconds