PageRenderTime 51ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/OfficeImport.framework/Headers/MFBitmap.h

https://github.com/kokoabim/iOSOpenDev-Framework-Header-Files
C Header | 37 lines | 29 code | 3 blank | 5 comment | 0 complexity | aeb2ab82b3fe2a16fde0dab12972d6f4 MD5 | raw file
Possible License(s): GPL-2.0
  1. /**
  2. * This header is generated by class-dump-z 0.2b.
  3. *
  4. * Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport
  5. */
  6. #import <OfficeImport/XXUnknownSuperclass.h>
  7. @class NSMutableData;
  8. __attribute__((visibility("hidden")))
  9. @interface MFBitmap : XXUnknownSuperclass {
  10. @private
  11. int m_width; // 4 = 0x4
  12. int m_height; // 8 = 0x8
  13. unsigned m_bitsPerPixel; // 12 = 0xc
  14. int m_compression; // 16 = 0x10
  15. BOOL m_isOS2; // 20 = 0x14
  16. unsigned m_infoHeaderSize; // 24 = 0x18
  17. unsigned m_paletteSize; // 28 = 0x1c
  18. NSMutableData *m_bmpData; // 32 = 0x20
  19. }
  20. - (BOOL)parseHeader:(const char *)header :(unsigned)arg2; // 0x14bcd1
  21. - (void)writePaletteEntry:(id)entry :(int)arg2; // 0x1c06f9
  22. - (void)writeFileHeader; // 0x14c049
  23. - (void)writeInfoHeader; // 0x2c6a4d
  24. - (void)setNull; // 0x1b5b99
  25. - (void)appendDIBPalette:(id)palette :(const char *)arg2 :(unsigned)arg3 :(int)arg4; // 0x14be31
  26. - (BOOL)processDIBHeader:(id)header :(const char *)arg2 :(unsigned)arg3 :(int)arg4; // 0x14bbb1
  27. - (id)init; // 0x2c6b0d
  28. - (id)initWithDIBitmap:(id)dibitmap :(const char *)arg2 :(unsigned)arg3 :(int)arg4; // 0x14bab9
  29. - (id)initWithDIBitmap:(id)dibitmap :(const char *)arg2 :(unsigned)arg3 :(const char *)arg4 :(unsigned)arg5 :(int)arg6; // 0x180131
  30. - (id)initWithBitmap:(id)bitmap :(int)arg2 :(int)arg3 :(int)arg4 :(int)arg5 :(const char *)arg6 :(unsigned)arg7; // 0x2c6b55
  31. - (void)dealloc; // 0x14e419
  32. - (void)setMonoPalette:(id)palette; // 0x14c18d
  33. - (BOOL)isEmpty; // 0x14c031
  34. @end