summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render
AgeCommit message (Expand)Author
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-19Change SHADING_STEPS from a #define to a constant.Lei Zhang
2018-04-18Fix integer overflow in shading drawing code.Lei Zhang
2018-04-16Remove non-const CPDF_PageObjectHolder::GetPageObjectList().Henrique Nakashima
2018-04-12More CPDF_Color improvements.Lei Zhang
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Pass FX_RECT by const-ref in rendering code.Lei Zhang
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2018-04-09Cleanup CPDF_RenderStatus::GetObjectClippedRect().Lei Zhang
2018-04-05Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Split CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-21Change FXSYS_RGB() to FXSYS_BGR().Lei Zhang
2018-03-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-03-20Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState.Lei Zhang
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Clean up CPDF_DIBSource.Lei Zhang
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-05Use CPDF_DIBSource::LoadState enum class in more places.Lei Zhang
2018-03-05Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap.Lei Zhang
2018-03-05Change return types for some rendering Start/Continue methods.Lei Zhang
2018-03-05Add CPDF_DIBSource::LoadState enum class.Lei Zhang
2018-02-16Fix more fallthroughs before reenabling -Wimplicit-fallthrough.Henrique Nakashima
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-26Fix crash in palette loading with Pattern colorspace.Henrique Nakashima
2018-01-26Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer.Lei Zhang
2018-01-25Make private some methods in CPDF_DIBSource.Henrique Nakashima
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-08Encapsulate CPDF_ShadingObject members.Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-27Remove CollectionSize from CPDF_RenderStatusDan Sinclair
2017-11-27Remove CollectionSize from CPDF_CharPosListDan Sinclair
2017-11-27Convert CPDF_ClipPath::Get{Path|Text}Count to size_tDan Sinclair
2017-11-02Encapsulate CPDF_FormObject members.Lei Zhang
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-11-02Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource().Lei Zhang
2017-10-23Validate pattern sizes before usageDan Sinclair
2017-10-19Tidy up bits of CPDF_RenderStatus.Lei Zhang
2017-10-06Fix a crash in CPDF_ImageRenderer.chromium/3236chromium/3235Lei Zhang
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair