OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpolationmode
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h
57
typedef enum
InterpolationMode
GpInterpolationMode;
gdiplusenums.h
520
/* TODO:
InterpolationMode
*/
521
typedef enum
InterpolationMode
{
531
}
InterpolationMode
;
gdiplusgraphics.h
[
all
...]
gdiplusflat.h
168
GpStatus WINGDIPAPI GdipSetInterpolationMode(GpGraphics*,
InterpolationMode
);
170
GpStatus WINGDIPAPI GdipGetInterpolationMode(GpGraphics*,
InterpolationMode
*);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h
127
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode
= D2D1_BITMAP_INTERPOLATION_MODE_LINEAR) {
128
D2D1_BITMAP_BRUSH_PROPERTIES r = {extendModeX, extendModeY,
interpolationMode
};
d2d1.h
448
D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode
;
681
STDMETHOD_(void, SetInterpolationMode)(D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode
) PURE;
696
STDMETHOD_(void, SetInterpolationMode)(ID2D1BitmapBrush *This, D2D1_BITMAP_INTERPOLATION_MODE
interpolationMode
) 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
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
277
InterpolationMode
interpolationMode
);
[
all
...]
Completed in 729 milliseconds