HomeSort by relevance Sort by last modified time
    Searched defs:GpBrush (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 50 class GpBrush {};
51 class GpTexture : public GpBrush {};
52 class GpSolidFill : public GpBrush {};
53 class GpLineGradient : public GpBrush {};
54 class GpPathGradient : public GpBrush {};
55 class GpHatch : public GpBrush {};
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 88 class GpBrush {};
94 class GpHatch: public GpBrush {}; /* HatchBrush */
96 class GpLineGradient: public GpBrush {}; /* LinearGradientBrush */
101 class GpPathGradient: public GpBrush {}; /* PathGradientBrush */
105 class GpSolidFill: public GpBrush {}; /* SolidBrush */
107 class GpTexture: public GpBrush {}; /* TextureBrush */
114 typedef void GpBrush;

Completed in 198 milliseconds