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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 55 typedef enum HotkeyPrefix GpHotkeyPrefix;
gdiplusstringformat.h 107 HotkeyPrefix GetHotkeyPrefix() const
109 HotkeyPrefix result = HotkeyPrefixNone;
170 Status SetHotkeyPrefix(HotkeyPrefix hotkeyPrefix)
173 nativeStringFormat, (INT) hotkeyPrefix));
gdiplusenums.h 508 typedef enum HotkeyPrefix {
512 } HotkeyPrefix;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 140 Status SetHotkeyPrefix(IN HotkeyPrefix hotkeyPrefix)
144 (INT)hotkeyPrefix
148 HotkeyPrefix GetHotkeyPrefix() const
150 HotkeyPrefix hotkeyPrefix;
153 (INT*)&hotkeyPrefix
155 return hotkeyPrefix;
GdiPlusEnums.h     [all...]

Completed in 82 milliseconds