Searched refs:nTileHeight (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 768 sal_uLong nTileHeight = ( pFilterParam && pFilterParam->meFilter == BMP_FILTER_MOSAIC ) ? in ImplMosaic() local 775 if( !nTileHeight ) in ImplMosaic() 776 nTileHeight = 1; in ImplMosaic() 778 if( nTileWidth > 1 || nTileHeight > 1 ) in ImplMosaic() 804 nY1 = 0; nY2 = nTileHeight - 1; in ImplMosaic() 885 nY1 += nTileHeight; nY2 += nTileHeight; in ImplMosaic()
|
/trunk/main/cui/source/dialogs/ |
H A D | cuigrfflt.cxx | 445 sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges ) : in GraphicFilterMosaic() argument 459 maMtrHeight.SetValue( nTileHeight ); in GraphicFilterMosaic()
|
/trunk/main/cui/source/inc/ |
H A D | cuigrfflt.hxx | 135 sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges );
|
/trunk/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 450 … sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges, sal_uInt32 nResId)=0;
|
/trunk/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1597 sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges, in CreateGraphicFilterMosaic() argument 1604 pDlg = new GraphicFilterMosaic( pParent, rGraphic, nTileWidth, nTileHeight, bEnhanceEdges ); in CreateGraphicFilterMosaic()
|
H A D | dlgfact.hxx | 745 … sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges, sal_uInt32 nResId);
|
Completed in 42 milliseconds