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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 90 typedef DashStyle GpDashStyle;
GdiPlusPen.h 379 DashStyle GetDashStyle() const
381 DashStyle dashStyle;
383 SetStatus(DllExports::GdipGetPenDashStyle(nativePen, &dashStyle));
385 return dashStyle;
388 Status SetDashStyle(IN DashStyle dashStyle)
390 return SetStatus(DllExports::GdipSetPenDashStyle(nativePen, dashStyle));
GdiPlusEnums.h 208 enum DashStyle
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 43 typedef enum DashStyle GpDashStyle;
gdipluspen.h 145 DashStyle GetDashStyle() const
147 DashStyle result = DashStyleSolid;
275 Status SetDashStyle(DashStyle dashStyle)
278 nativePen, dashStyle));
gdiplusenums.h 76 typedef enum DashStyle {
83 } DashStyle;

Completed in 283 milliseconds