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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 2 * gdiplus.h
46 namespace Gdiplus {
81 } /* namespace Gdiplus */
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 21 // Has to come before gdiplus.h
22 namespace Gdiplus {
25 } // namespace Gdiplus
27 #include <gdiplus.h> // NOLINT
30 using Gdiplus::CombineMode;
31 using Gdiplus::DashCap;
32 using Gdiplus::DashCapFlat;
33 using Gdiplus::DashCapRound;
34 using Gdiplus::FillModeAlternate;
35 using Gdiplus::FillModeWinding
    [all...]
  /external/ImageMagick/coders/
emf.c 54 # include <gdiplus.h>
57 # pragma comment(lib, "gdiplus.lib")
647 static inline void EMFSetDimensions(Image * image,Gdiplus::Image *source)
652 image->columns=(size_t) floor((Gdiplus::REAL) source->GetWidth()/
654 image->rows=(size_t)floor((Gdiplus::REAL) source->GetHeight()/
661 Gdiplus::Bitmap
664 Gdiplus::BitmapData
667 Gdiplus::GdiplusStartupInput
670 Gdiplus::Graphics
673 Gdiplus::Imag
    [all...]

Completed in 152 milliseconds