Home
last modified time | relevance | path

Searched refs:mnLayoutWidth (Results 1 – 8 of 8) sorted by path

/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx286 int nPixelWidth = rArgs.mnLayoutWidth; in AdjustLayout()
H A Dctlayout.cxx160 int nPixelWidth = rArgs.mnLayoutWidth; in AdjustLayout()
/trunk/main/vcl/inc/
H A Dsallayout.hxx104 long mnLayoutWidth; // in pixel units member in ImplLayoutArgs
115 void SetLayoutWidth( long nWidth ) { mnLayoutWidth = nWidth; } in SetLayoutWidth()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx755 else if( rArgs.mnLayoutWidth )
756 Justify( rArgs.mnLayoutWidth );
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx589 mnLayoutWidth( 0 ), in ImplLayoutArgs()
1122 else if( rArgs.mnLayoutWidth ) in AdjustLayout()
1123 Justify( rArgs.mnLayoutWidth ); in AdjustLayout()
1728 if( !rArgs.mpDXArray && rArgs.mnLayoutWidth ) in AdjustLayout()
1732 long nTargetWidth = aMultiArgs.mnLayoutWidth; in AdjustLayout()
1734 aMultiArgs.mnLayoutWidth = 0; in AdjustLayout()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx79 if( (rArgs.mpDXArray != NULL) || (rArgs.mnLayoutWidth != 0) ) in AdjustLayout()
646 if( (rArgs.mpDXArray || rArgs.mnLayoutWidth) in operator ()()
H A Dgraphite_layout.cxx1016 else if (rArgs.mnLayoutWidth > 0) in AdjustLayout()
1019 fprintf(grLog(), "AdjustLayout width %ld=>%ld\n", mnWidth, rArgs.mnLayoutWidth); in AdjustLayout()
1027 int nDeltaWidth = rArgs.mnLayoutWidth - mnWidth; in expandOrCondense()
1068 …float fXFactor = static_cast<float>(rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth) / static_cast<f… in expandOrCondense()
1072 iLastGlyph->maLinearPos.X() = rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth; in expandOrCondense()
1084 mnWidth = rArgs.mnLayoutWidth; in expandOrCondense()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx829 else if( rArgs.mnLayoutWidth )
830 Justify( rArgs.mnLayoutWidth );
2405 else if( rArgs.mnLayoutWidth )
2406 Justify( rArgs.mnLayoutWidth );

Completed in 51 milliseconds