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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 94 class GpHatch: public GpBrush {}; /* HatchBrush */
121 typedef void GpHatch;
gdiplusbrush.h 91 GpHatch *nativeHatch = NULL;
118 (GpHatch*) nativeBrush,
124 (GpHatch*) nativeBrush,
131 (GpHatch*) nativeBrush, &result));
gdiplusflat.h 363 GpStatus WINGDIPAPI GdipCreateHatchBrush(GpHatchStyle,ARGB,ARGB,GpHatch**);
364 GpStatus WINGDIPAPI GdipGetHatchStyle(GpHatch*,GpHatchStyle*);
365 GpStatus WINGDIPAPI GdipGetHatchForegroundColor(GpHatch*,ARGB*);
366 GpStatus WINGDIPAPI GdipGetHatchBackgroundColor(GpHatch*,ARGB*);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 55 class GpHatch : public GpBrush {};
GdiPlusBrush.h 881 GpHatch *brush = NULL;
894 SetStatus(DllExports::GdipGetHatchStyle((GpHatch*)nativeBrush,
910 (GpHatch*)nativeBrush,
928 (GpHatch*)nativeBrush,
GdiPlusFlat.h 547 ARGB backcol, GpHatch **brush);
550 GdipGetHatchStyle(GpHatch *brush, GpHatchStyle *hatchstyle);
553 GdipGetHatchForegroundColor(GpHatch *brush, ARGB* forecol);
556 GdipGetHatchBackgroundColor(GpHatch *brush, ARGB* backcol);
    [all...]

Completed in 638 milliseconds