summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp
AgeCommit message (Expand)Author
2016-03-14Move core/src/ up to core/.Dan Sinclair
2016-03-10Split fpdf_parser_objects.cpp into per-class .cpp/.h files.Tom Sepez
2016-03-10Change colorspace's number of components to be unsignedWei Li
2016-02-29Pass rect by const reference in SetClip_Rect().Tom Sepez
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-25Make CFX_PSVTemplate simpler.Tom Sepez
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-19Remove PageObject's m_Type and add As<Type> functionsWei Li
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-22Merge to XFA: Change _PDF_RenderItem to CPDF_RenderContext::Layer.Tom Sepez
2016-01-11Merge to XFA: Tidy up shading patternsTom Sepez
2015-12-17Merge to XFA: Tidy CPDF_RenderContextTom Sepez
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-10Merge to XFA: Fix relative includes within core/Lei Zhang
2015-10-27Merge to XFA: Give names to the shading typesDan Sinclair
2015-10-22Merge to XFA: Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-19Merge to XFA: Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-13Remove trailing whitespaces in core, XFA edition.Lei Zhang
2015-06-11Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-05-18Merge to XFA: Add safe FX_Alloc2D() macroTom Sepez
2015-05-08Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-06Merge to XFA: Replace FX_NEW with new, remove tests from fpdfapiLei Zhang
2015-01-29Merge to XFA: Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject().Tom Sepez
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-09-08Fix un-initialized R G B valueBo Xu
2014-07-30Fix uninitialized coords and one of infinite loopsJUN FANG
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-14Fix uninitialized coords in _DrawCoonPatchMeshesJun Fang
2014-07-14Fix uninitialized RGB in DrawShadingJun Fang
2014-07-10Fix uninitialized trianglefoxit
2014-07-07Fix uninitialized nresults and RGBfoxit
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek