HomeSort by relevance Sort by last modified time
    Searched refs:SmoothingMode (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 70 typedef enum SmoothingMode GpSmoothingMode;
gdiplusenums.h 641 /* TODO: SmoothingMode */
642 typedef enum SmoothingMode {
651 } SmoothingMode;
gdiplusgraphics.h     [all...]
gdiplusflat.h 160 GpStatus WINGDIPAPI GdipSetSmoothingMode(GpGraphics*,SmoothingMode);
161 GpStatus WINGDIPAPI GdipGetSmoothingMode(GpGraphics*,SmoothingMode*);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusEnums.h 450 enum SmoothingMode
    [all...]
GdiPlusGraphics.h 262 SmoothingMode GetSmoothingMode() const
264 SmoothingMode smoothingMode = SmoothingModeInvalid;
267 &smoothingMode));
269 return smoothingMode;
272 Status SetSmoothingMode(IN SmoothingMode smoothingMode)
275 smoothingMode));
    [all...]
GdiPlusFlat.h     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 192 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetSmoothingMode)(GpGraphics *graphics, SmoothingMode smoothingMode);
    [all...]

Completed in 211 milliseconds