OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D2D1_BITMAP_INTERPOLATION_MODE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h
213
}
D2D1_BITMAP_INTERPOLATION_MODE
;
448
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode;
681
STDMETHOD_(void, SetInterpolationMode)(
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode) PURE;
685
STDMETHOD_(
D2D1_BITMAP_INTERPOLATION_MODE
, GetInterpolationMode)(void) const PURE;
696
STDMETHOD_(void, SetInterpolationMode)(ID2D1BitmapBrush *This,
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode) PURE;
700
STDMETHOD_(
D2D1_BITMAP_INTERPOLATION_MODE
, GetInterpolationMode)(ID2D1BitmapBrush *This) PURE;
754
STDMETHOD_(void, DrawBitmap)(ID2D1Bitmap *bitmap, const D2D1_RECT_F *destinationRectangle = NULL, FLOAT opacity = 1.0f,
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode = D2D1_BITMAP_INTERPOLATION_MODE_LINEAR, const D2D1_RECT_F *sourceRectangle = NULL) PURE;
[
all
...]
d2d1helper.h
127
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode = D2D1_BITMAP_INTERPOLATION_MODE_LINEAR) {
Completed in 2251 milliseconds