Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx594 Point aRelativePos( nXOffset, 0 ); local
595 rPos = GetDrawPosition( aRelativePos );
1891 Point aRelativePos( nXOffset + aGOffset.du, -aGOffset.dv ); local
1892 rPos = GetDrawPosition( aRelativePos );
1945 aRelativePos.X() += nExtraOfs;
1946 rPos = GetDrawPosition( aRelativePos );
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1511 Point aRelativePos = pG->maLinearPos - maBasePoint; in GetNextGlyphs() local
1566 aRelativePos.X() /= mnUnitsPerPixel; in GetNextGlyphs()
1567 aRelativePos.Y() /= mnUnitsPerPixel; in GetNextGlyphs()
1568 rPos = GetDrawPosition( aRelativePos ); in GetNextGlyphs()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx524 Point aRelativePos( nXOffset, 0 ); local
525 rPos = GetDrawPosition( aRelativePos );
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx523 …const Point aRelativePos( Fix2Long(static_cast<Fixed>(nXOffset*mfFontScale)), Fix2Long(static_cast… in GetNextGlyphs() local
524 rPos = GetDrawPosition( aRelativePos ); in GetNextGlyphs()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1063 …Point aRelativePos( pMyHeader->ScreenToOutputPixel( OutputToScreenPixel( aColRect.TopCenter() ) ) … in Command() local
1064 pMyHeader->triggerColumnContextMenu( aRelativePos, FmGridHeader::AccessControl() ); in Command()

Completed in 67 milliseconds