Searched defs:MoveGlyph (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | graphite_serverfont.hxx | 81 … virtual void MoveGlyph( int nStart, long nNewXPos ) { maImpl.MoveGlyph(nStart, nNewXPos); }; in MoveGlyph() function in GraphiteServerFontLayout
|
H A D | sallayout.hxx | 262 virtual void MoveGlyph( int, long ) {} in MoveGlyph() function in MultiSalLayout
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 539 void CTLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {} in MoveGlyph() function in CTLayout
|
H A D | atslayout.cxx | 1195 void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {} in MoveGlyph() function in ATSLayout
|
/trunk/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 906 void SimpleWinLayout::MoveGlyph( int nStart, long nNewXPos ) function in SimpleWinLayout 1994 void UniscribeLayout::MoveGlyph( int nStartx8, long nNewXPos ) function in UniscribeLayout 3004 void GraphiteWinLayout::MoveGlyph( int glyph_idx, long new_x_pos ) function in GraphiteWinLayout
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 832 void Os2SalLayout::MoveGlyph( int nStart, long nNewXPos ) function in Os2SalLayout
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 1492 void GraphiteLayout::MoveGlyph( int nGlyphIndex, long nNewPos ) in MoveGlyph() function in GraphiteLayout
|
/trunk/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 1575 void GenericSalLayout::MoveGlyph( int nStart, long nNewXPos ) in MoveGlyph() function in GenericSalLayout
|
Completed in 78 milliseconds