Home
last modified time | relevance | path

Searched refs:nTileHeight (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx768 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/factory/
H A Ddlgfact.cxx1597 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 Ddlgfact.hxx745 … sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges, sal_uInt32 nResId);
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx450 … sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges, sal_uInt32 nResId)=0;
/trunk/main/cui/source/inc/
H A Dcuigrfflt.hxx135 sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges );
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx445 sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges ) : in GraphicFilterMosaic() argument
459 maMtrHeight.SetValue( nTileHeight ); in GraphicFilterMosaic()

Completed in 37 milliseconds