Changeset 1159 for poppler/vendor/current/splash/SplashBitmap.h
- Timestamp:
- Aug 11, 2015, 3:56:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified poppler/vendor/current/splash/SplashBitmap.h ¶
r591 r1159 21 21 // Copyright (C) 2010 William Bader <williambader@hotmail.com> 22 22 // Copyright (C) 2012 Thomas Freitag <Thomas.Freitag@alfa.de> 23 // Copyright (C) 2015 Adam Reichold <adamreichold@myopera.com> 23 24 // 24 25 // To see a description of the changes please see the Changelog file that … … 76 77 SplashError writeImgFile(ImgWriter *writer, FILE *f, int hDPI, int vDPI); 77 78 78 GBool convertToXBGR( );79 GBool convertToXBGR(bool useAlpha = false); 79 80 80 81 void getPixel(int x, int y, SplashColorPtr pixel); 81 82 void getRGBLine(int y, SplashColorPtr line); 82 void getXBGRLine(int y, SplashColorPtr line );83 void getXBGRLine(int y, SplashColorPtr line, bool useAlpha = false); 83 84 #if SPLASH_CMYK 84 85 void getCMYKLine(int y, SplashColorPtr line);
Note:
See TracChangeset
for help on using the changeset viewer.