HomeSort by relevance Sort by last modified time
    Searched defs:Gdiplus (Results 1 - 2 of 2) 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...]

Completed in 585 milliseconds