Home
last modified time | relevance | path

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

/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java147 private BitmapPainter m_aBitmapPainter; field in EmbedContApp
354 if ( m_aBitmapPainter != null ) in onInplaceActivate()
355 m_aBitmapPainter.stopPainting(); in onInplaceActivate()
371 if ( m_aBitmapPainter != null ) in onInplaceDeactivate()
372 m_aBitmapPainter.startPainting(); in onInplaceDeactivate()
471 if ( m_aBitmapPainter != null ) in onPosRectChange()
472 m_aBitmapPainter.setRect( aPosRect ); in onPosRectChange()
892m_aBitmapPainter = new BitmapPainter( m_xMainThreadExecutor, m_xVCLWindow, m_xBitmap, aRect ); in createVclWindow()
935 if ( m_aBitmapPainter != null ) in generateNewImage()
937 m_aBitmapPainter.setBitmap( m_xBitmap ); in generateNewImage()
[all …]