Home
last modified time | relevance | path

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

/aoo42x/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx141 struct GDIColorBuffer : public canvas::IColorBuffer struct
145 GDIColorBuffer( const BitmapSharedPtr& rSurface, in GDIColorBuffer() argument
171 sal_uInt8* GDIColorBuffer::lock() const in lock()
190 void GDIColorBuffer::unlock() const in unlock()
195 sal_uInt32 GDIColorBuffer::getWidth() const in getWidth()
200 sal_uInt32 GDIColorBuffer::getHeight() const in getHeight()
205 sal_uInt32 GDIColorBuffer::getStride() const in getStride()
210 canvas::IColorBuffer::Format GDIColorBuffer::getFormat() const in getFormat()
269 mpColorBuffer.reset(new GDIColorBuffer(mpGDIPlusBitmap,maSize)); in init()

Completed in 24 milliseconds