Ignore:
Timestamp:
Aug 11, 2015, 3:56:54 PM (10 years ago)
Author:
Silvan Scherrer
Message:

poppler: update vendor to 0.35.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified poppler/vendor/current/splash/SplashBitmap.h

    r591 r1159  
    2121// Copyright (C) 2010 William Bader <williambader@hotmail.com>
    2222// Copyright (C) 2012 Thomas Freitag <Thomas.Freitag@alfa.de>
     23// Copyright (C) 2015 Adam Reichold <adamreichold@myopera.com>
    2324//
    2425// To see a description of the changes please see the Changelog file that
     
    7677  SplashError writeImgFile(ImgWriter *writer, FILE *f, int hDPI, int vDPI);
    7778
    78   GBool convertToXBGR();
     79  GBool convertToXBGR(bool useAlpha = false);
    7980
    8081  void getPixel(int x, int y, SplashColorPtr pixel);
    8182  void getRGBLine(int y, SplashColorPtr line);
    82   void getXBGRLine(int y, SplashColorPtr line);
     83  void getXBGRLine(int y, SplashColorPtr line, bool useAlpha = false);
    8384#if SPLASH_CMYK
    8485  void getCMYKLine(int y, SplashColorPtr line);
Note: See TracChangeset for help on using the changeset viewer.