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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBrush.h 877 HatchBrush(IN HatchStyle hatchStyle,
883 lastResult = DllExports::GdipCreateHatchBrush(hatchStyle,
890 HatchStyle GetHatchStyle() const
892 HatchStyle hatchStyle;
895 &hatchStyle));
897 return hatchStyle;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 87 HatchBrush(HatchStyle hatchStyle,
92 lastStatus = DllExports::GdipCreateHatchBrush(hatchStyle,
127 HatchStyle GetHatchStyle() const
129 HatchStyle result;

Completed in 62 milliseconds