Home
last modified time | relevance | path

Searched refs:nAdvance (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx688 sal_Int32 nAdvance; in Impl_writeText() local
694 nAdvance = pDX[i] - nLastDX; in Impl_writeText()
699 nAdvance = 0; in Impl_writeText()
703 aBits.writeSB( _Int16(map( Size( (long)( nAdvance / scale ), 0 ) ).Width() ), nAdvanceBits ); in Impl_writeText()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7575 sal_Int32 nWidth = 0, nAdvance=0; in drawLayout() local
7579 if( !rLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in drawLayout()
7587 nWidth += nAdvance; in drawLayout()
7678 sal_Int32 nAdvance; in drawLayout() local
7679 if( !rLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in drawLayout()
7685 aAdjOffset.X() += (nAdvance - nEmphWidth) / 2; in drawLayout()
H A Doutdev3.cxx4164 sal_Int32 nDist = 0, nWidth = 0, nAdvance=0; in ImplDrawTextLines() local
4169 if( !rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in ImplDrawTextLines()
4188 nWidth += nAdvance; in ImplDrawTextLines()

Completed in 97 milliseconds