Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_canvashelper.cxx579 BitmapSharedPtr pGdiBitmap; in drawBitmap() local
585 pGdiBitmap = pDXBitmap->getBitmap(); in drawBitmap()
591 if( pGdiBitmap ) in drawBitmap()
592 tools::drawGdiPlusBitmap(pGraphics,pGdiBitmap); in drawBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_canvashelper.cxx602 BitmapSharedPtr pGdiBitmap; in drawBitmap() local
608 pGdiBitmap = pDXBitmap->getBitmap(); in drawBitmap()
614 if( pGdiBitmap ) in drawBitmap()
615 tools::drawGdiPlusBitmap(pGraphics,pGdiBitmap); in drawBitmap()