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/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...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 20 // Has to come before gdiplus.h
21 namespace Gdiplus {
24 } // namespace Gdiplus
26 #include <gdiplus.h> // NOLINT
28 using namespace Gdiplus; // NOLINT
29 using namespace Gdiplus::DllExports; // NOLINT
687 strPlusPath += "GDIPLUS.DLL";
    [all...]

Completed in 1089 milliseconds