Home | History | Annotate | Download | only in include

Lines Matching refs:GetBitmap

686     STDMETHOD_(void, GetBitmap)(ID2D1Bitmap **bitmap) const PURE;
701 STDMETHOD_(void, GetBitmap)(ID2D1BitmapBrush *This, ID2D1Bitmap **bitmap) PURE;
723 #define ID2D1BitmapBrush_GetBitmap(this,A) (this)->lpVtbl->GetBitmap(this,A)
1272 STDMETHOD(GetBitmap)(ID2D1Bitmap **bitmap) PURE;
1280 STDMETHOD(GetBitmap)(ID2D1BitmapRenderTarget *This, ID2D1Bitmap **bitmap) PURE;
1344 #define ID2D1BitmapRenderTarget_GetBitmap(this,A) (this)->lpVtbl->GetBitmap(this,A)