Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx1852 Point aPtImg( mnBorder - mnLeft, nY + ( ( pEntry->mnHeight - aImgSz.Height() ) / 2 ) ); in DrawEntry() local
1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry()
1861 DrawImage( aPtImg, aImage ); in DrawEntry()
1867 DrawImage( aPtImg, aImgSz, aImage ); in DrawEntry()
1882 DrawBitmapEx(aPtImg, aBlendFrame); in DrawEntry()
2984 Point aPtImg( nBorder, ( ( aOutSz.Height() - aImgSz.Height() ) / 2 ) ); in DrawEntry() local
2998 DrawImage( aPtImg, *pImage, nStyle ); in DrawEntry()
3004 DrawImage( aPtImg, aImgSz, *pImage, nStyle ); in DrawEntry()
3018 DrawBitmapEx(aPtImg, aBlendFrame); in DrawEntry()

Completed in 49 milliseconds